|
|
|
@ -65,7 +65,9 @@ |
|
|
|
|
//团油数据 |
|
|
|
|
pelletoilList: '', |
|
|
|
|
//分享领取次数 |
|
|
|
|
shareNum:0, |
|
|
|
|
shareNum: 0, |
|
|
|
|
//是否查询数据 |
|
|
|
|
isSelect: false |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
@ -254,50 +256,54 @@ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//自定义checkbox的样式( 元素使用的时候就是使用类名:mycheck) |
|
|
|
|
checkbox.mycheck .wx-checkbox-input, |
|
|
|
|
checkbox.mycheck .uni-checkbox-input { |
|
|
|
|
width: 30rpx !important; |
|
|
|
|
height: 30rpx !important; |
|
|
|
|
background-color: #ffffff !important; |
|
|
|
|
border-radius: 50% !important; |
|
|
|
|
border: solid 1px #cccccc !important; |
|
|
|
|
overflow: hidden; |
|
|
|
|
} |
|
|
|
|
// 选中后的 对勾样式 |
|
|
|
|
checkbox.mycheck .uni-checkbox-input-checked::before, |
|
|
|
|
checkbox.mycheck .wx-checkbox-input-checked::before { |
|
|
|
|
font-size: 38rpx !important; // 对勾大小 30rpx / |
|
|
|
|
// color: #FFCC1E; |
|
|
|
|
} |
|
|
|
|
checkbox.mycheck .wx-checkbox-input, |
|
|
|
|
checkbox.mycheck .uni-checkbox-input { |
|
|
|
|
width: 30rpx !important; |
|
|
|
|
height: 30rpx !important; |
|
|
|
|
background-color: #ffffff !important; |
|
|
|
|
border-radius: 50% !important; |
|
|
|
|
border: solid 1px #cccccc !important; |
|
|
|
|
overflow: hidden; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// 选中后的 对勾样式 |
|
|
|
|
checkbox.mycheck .uni-checkbox-input-checked::before, |
|
|
|
|
checkbox.mycheck .wx-checkbox-input-checked::before { |
|
|
|
|
font-size: 38rpx !important; // 对勾大小 30rpx / |
|
|
|
|
// color: #FFCC1E; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* 解决小程序和app滚动条的问题 */ |
|
|
|
|
/* #ifdef MP-WEIXIN || APP-PLUS */ |
|
|
|
|
::-webkit-scrollbar{ |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
/* #endif */ |
|
|
|
|
/* 解决H5 的问题 */ |
|
|
|
|
/* #ifdef H5 */ |
|
|
|
|
uni-scroll-view .uni-scroll-view::-webkit-scrollbar { |
|
|
|
|
/* 隐藏滚动条,但依旧具备可以滚动的功能 */ |
|
|
|
|
display: none |
|
|
|
|
} |
|
|
|
|
/* #endif */ |
|
|
|
|
|
|
|
|
|
/* 解决小程序和app滚动条的问题 */ |
|
|
|
|
/* #ifdef MP-WEIXIN || APP-PLUS */ |
|
|
|
|
::-webkit-scrollbar { |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* #endif */ |
|
|
|
|
/* 解决H5 的问题 */ |
|
|
|
|
/* #ifdef H5 */ |
|
|
|
|
uni-scroll-view .uni-scroll-view::-webkit-scrollbar { |
|
|
|
|
/* 隐藏滚动条,但依旧具备可以滚动的功能 */ |
|
|
|
|
display: none |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* #endif */ |
|
|
|
|
|
|
|
|
|
.cart-num .uni-numbox__minus { |
|
|
|
|
border-top-left-radius: 10px !important; |
|
|
|
|
border-bottom-left-radius: 10px !important; |
|
|
|
|
} |
|
|
|
|
.cart-num .uni-numbox-btns { |
|
|
|
|
background-color: #f6f6f6 !important; |
|
|
|
|
} |
|
|
|
|
.cart-num .uni-numbox__plus{ |
|
|
|
|
border-top-right-radius: 10px !important; |
|
|
|
|
border-bottom-right-radius: 10px !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.cart-num .uni-numbox__minus { |
|
|
|
|
border-top-left-radius: 10px !important; |
|
|
|
|
border-bottom-left-radius: 10px !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.cart-num .uni-numbox-btns { |
|
|
|
|
background-color: #f6f6f6 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.cart-num .uni-numbox__plus { |
|
|
|
|
border-top-right-radius: 10px !important; |
|
|
|
|
border-bottom-right-radius: 10px !important; |
|
|
|
|
} |
|
|
|
|
</style> |