diff --git a/components/shop/you-item.vue b/components/shop/you-item.vue index 90ba483..dfc1b7d 100644 --- a/components/shop/you-item.vue +++ b/components/shop/you-item.vue @@ -43,7 +43,7 @@ + \ No newline at end of file diff --git a/pages/rwa_package/shop/fen-shop copy.vue b/pages/rwa_package/shop/fen-shop copy.vue deleted file mode 100644 index 9e7cdbe..0000000 --- a/pages/rwa_package/shop/fen-shop copy.vue +++ /dev/null @@ -1,170 +0,0 @@ - - - - - diff --git a/pages/rwa_package/shop/you-shop.vue b/pages/rwa_package/shop/you-shop.vue index f595d3f..54a5831 100644 --- a/pages/rwa_package/shop/you-shop.vue +++ b/pages/rwa_package/shop/you-shop.vue @@ -205,6 +205,11 @@ export default { height: auto; overflow: auto; } +::v-deep(.u-swiper__wrapper) { + .u-swiper__wrapper__item__wrapper { + background: linear-gradient(270deg, #af39c4 0%, #7732ff 100%)!important; + } + } .top-box { width: 100%; padding-bottom: 24rpx; @@ -214,7 +219,7 @@ export default { margin-bottom: 20rpx; .swiper-card { padding: 12rpx 32rpx 0; - height:200rpx; + height:200rpx; } .swiper-title { padding: 3rpx 16rpx; @@ -230,7 +235,7 @@ export default { justify-content: space-between; align-items: center; margin: 0 auto; - background-color: #f0e7fe; + background-color: #fee7ef; border-radius: 8rpx; } .swiper-center { @@ -328,7 +333,7 @@ export default { display: flex; } .setting-view { - width: 100%; + width: 700rpx; // height: calc(100% - var(--status-bar-height)); display: flex; flex-direction: column; @@ -375,5 +380,6 @@ export default { box-sizing: border-box; } } + } diff --git a/pages/rwa_package/zhaopian/zhaopian.vue b/pages/rwa_package/zhaopian/zhaopian.vue index 5be5dac..735a888 100644 --- a/pages/rwa_package/zhaopian/zhaopian.vue +++ b/pages/rwa_package/zhaopian/zhaopian.vue @@ -48,7 +48,7 @@ export default { }, onJump(index){ uni.navigateTo({ - url:`/pages/rwa_package//zhao/zhaopian?type=${index}` + url:`/pages/rwa_package/zhao/zhao?type=${index}` }) } }