From dfd892946256e154e9dbe4e34947e061fecf0487 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Sat, 3 Aug 2019 18:27:25 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=A0=8D=E4=BB=B7=EF=BC=8C=E5=81=9C=E8=BD=A6]?= =?UTF-8?q?[=E4=BF=AE=E6=94=B9]:[=E7=A0=8D=E4=BB=B7=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=9A=84=E6=A0=B7=E5=BC=8F=EF=BC=8C=E5=81=9C?= =?UTF-8?q?=E8=BD=A6=E8=BD=AE=E6=92=ADi=E6=A0=B7=E5=BC=8F=E7=9A=84?= =?UTF-8?q?=E4=BF=AE=E6=94=B9]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/coupon/detail/index.wxml | 2 +- pages/coupon/detail/index.wxss | 2 +- pages/main/index.wxss | 4 +++- pages/passCar/passCar.wxml | 2 +- pages/passCar/passCar.wxss | 20 ++++++++++++++++++++ 5 files changed, 26 insertions(+), 4 deletions(-) diff --git a/pages/coupon/detail/index.wxml b/pages/coupon/detail/index.wxml index 2e28189..7db03d8 100644 --- a/pages/coupon/detail/index.wxml +++ b/pages/coupon/detail/index.wxml @@ -159,7 +159,7 @@ - + diff --git a/pages/coupon/detail/index.wxss b/pages/coupon/detail/index.wxss index e34f940..f256b31 100644 --- a/pages/coupon/detail/index.wxss +++ b/pages/coupon/detail/index.wxss @@ -566,7 +566,7 @@ button::after { bottom: 0; padding-bottom: 22rpx; padding-top: 22rpx; - z-index: 10; + z-index: 12; /* background: #fff; */ } .btnTxt{ diff --git a/pages/main/index.wxss b/pages/main/index.wxss index 46784f6..bc7a60b 100644 --- a/pages/main/index.wxss +++ b/pages/main/index.wxss @@ -477,6 +477,8 @@ progress{ font-weight:500; color:#FD782D; } + i-tabs i-tabs-scroll{ background: #F4F5F9!important; -} \ No newline at end of file +} + diff --git a/pages/passCar/passCar.wxml b/pages/passCar/passCar.wxml index 69bb948..d495b00 100644 --- a/pages/passCar/passCar.wxml +++ b/pages/passCar/passCar.wxml @@ -10,7 +10,7 @@ - + diff --git a/pages/passCar/passCar.wxss b/pages/passCar/passCar.wxss index 3adf20f..7ea6890 100644 --- a/pages/passCar/passCar.wxss +++ b/pages/passCar/passCar.wxss @@ -853,4 +853,24 @@ button::after { top:45rpx; right: 30rpx; width: 60rpx; +} + +.swiper-box .wx-swiper-dots.wx-swiper-dots-horizontal{ +margin-bottom: 2rpx; +} +.swiper-box .wx-swiper-dot{ +width:40rpx; +display: inline-flex; +height: 6rpx; +margin-left: 10rpx; +border-radius:6rpx; +justify-content:space-between; +} +.swiper-box .wx-swiper-dot::before{ +content: ''; +flex-grow: 1; +background: #ccc8c8; +} +.swiper-box .wx-swiper-dot-active::before{ +background:#f6792b; } \ No newline at end of file