| @@ -6,7 +6,7 @@ | |||||
| margin:-126rpx auto 0; | margin:-126rpx auto 0; | ||||
| border-radius:16rpx; | border-radius:16rpx; | ||||
| z-index: 10000; | z-index: 10000; | ||||
| box-shadow: 0 6px 20px 0 rgba(0,0,0,0.10); | |||||
| box-shadow: 0 6px 20px 0 rgba(0,0,0,0.30); | |||||
| } | } | ||||
| .index-slide, | .index-slide, | ||||
| swiper-item | swiper-item | ||||
| @@ -1,9 +1,4 @@ | |||||
| <view class="container"> | <view class="container"> | ||||
| <!-- <view class="index-position"> | |||||
| <navigator url="/pages/market/index"> | |||||
| <text class="iconfont icon-dingweib txt"></text> {{market.name}} <text class="iconfont icon-choose"></text> | |||||
| </navigator> | |||||
| </view> --> | |||||
| <c-banner wx:key="unique" list="{{list}}" /> | <c-banner wx:key="unique" list="{{list}}" /> | ||||
| <c-rushToBuy /> | <c-rushToBuy /> | ||||
| <c-coupons id="lists" bind:myevent="onGetCode" /> | <c-coupons id="lists" bind:myevent="onGetCode" /> | ||||
| @@ -13,7 +13,6 @@ | |||||
| <text>成长值</text> | <text>成长值</text> | ||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| <view class="margin"></view> | |||||
| <view class="user-btns"> | <view class="user-btns"> | ||||
| <navigator url="/pages/order/index/index?id=all"> | <navigator url="/pages/order/index/index?id=all"> | ||||
| <view class="user-btn app-border-bottom"> | <view class="user-btn app-border-bottom"> | ||||
| @@ -37,9 +36,6 @@ | |||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| </navigator> | </navigator> | ||||
| </view> | |||||
| <view class="margin"></view> | |||||
| <view class="user-btns"> | |||||
| <navigator url="/pages/couponorder/index/index"> | <navigator url="/pages/couponorder/index/index"> | ||||
| <view class="user-btn app-border-bottom"> | <view class="user-btn app-border-bottom"> | ||||
| <view>券包</view> | <view>券包</view> | ||||
| @@ -11,7 +11,6 @@ | |||||
| position: relative; | position: relative; | ||||
| box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10); | box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10); | ||||
| border-radius: 8px; | border-radius: 8px; | ||||
| height: 176rpx; | |||||
| width: 698rpx; | width: 698rpx; | ||||
| padding: 0 30rpx; | padding: 0 30rpx; | ||||
| display: flex; | display: flex; | ||||
| @@ -82,7 +81,7 @@ | |||||
| .chengzhang1 { | .chengzhang1 { | ||||
| position: absolute; | position: absolute; | ||||
| right: 0; | |||||
| right: 24rpx; | |||||
| bottom: 0; | bottom: 0; | ||||
| top: 32rpx; | top: 32rpx; | ||||
| } | } | ||||
| @@ -127,13 +126,15 @@ | |||||
| .user-btns { | .user-btns { | ||||
| background: #fff; | background: #fff; | ||||
| margin-top: 65rpx; | |||||
| } | } | ||||
| .user-btns .user-btn { | .user-btns .user-btn { | ||||
| display: flex; | display: flex; | ||||
| height: 88rpx; | height: 88rpx; | ||||
| font-size: 30rpx; | font-size: 30rpx; | ||||
| color: #666; | |||||
| color: #333; | |||||
| letter-spacing: 1.16rpx; | |||||
| line-height: 88rpx; | line-height: 88rpx; | ||||
| border-bottom: 1rpx solid #eee; | border-bottom: 1rpx solid #eee; | ||||
| } | } | ||||