|
|
@ -65,7 +65,9 @@ |
|
|
|
//团油数据 |
|
|
|
//团油数据 |
|
|
|
pelletoilList: '', |
|
|
|
pelletoilList: '', |
|
|
|
//分享领取次数 |
|
|
|
//分享领取次数 |
|
|
|
shareNum:0, |
|
|
|
shareNum: 0, |
|
|
|
|
|
|
|
//是否查询数据 |
|
|
|
|
|
|
|
isSelect: false |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
@ -263,6 +265,7 @@ |
|
|
|
border: solid 1px #cccccc !important; |
|
|
|
border: solid 1px #cccccc !important; |
|
|
|
overflow: hidden; |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// 选中后的 对勾样式 |
|
|
|
// 选中后的 对勾样式 |
|
|
|
checkbox.mycheck .uni-checkbox-input-checked::before, |
|
|
|
checkbox.mycheck .uni-checkbox-input-checked::before, |
|
|
|
checkbox.mycheck .wx-checkbox-input-checked::before { |
|
|
|
checkbox.mycheck .wx-checkbox-input-checked::before { |
|
|
@ -273,9 +276,10 @@ |
|
|
|
|
|
|
|
|
|
|
|
/* 解决小程序和app滚动条的问题 */ |
|
|
|
/* 解决小程序和app滚动条的问题 */ |
|
|
|
/* #ifdef MP-WEIXIN || APP-PLUS */ |
|
|
|
/* #ifdef MP-WEIXIN || APP-PLUS */ |
|
|
|
::-webkit-scrollbar{ |
|
|
|
::-webkit-scrollbar { |
|
|
|
display: none; |
|
|
|
display: none; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* #endif */ |
|
|
|
/* #endif */ |
|
|
|
/* 解决H5 的问题 */ |
|
|
|
/* 解决H5 的问题 */ |
|
|
|
/* #ifdef H5 */ |
|
|
|
/* #ifdef H5 */ |
|
|
@ -283,6 +287,7 @@ |
|
|
|
/* 隐藏滚动条,但依旧具备可以滚动的功能 */ |
|
|
|
/* 隐藏滚动条,但依旧具备可以滚动的功能 */ |
|
|
|
display: none |
|
|
|
display: none |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* #endif */ |
|
|
|
/* #endif */ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -292,12 +297,13 @@ |
|
|
|
border-top-left-radius: 10px !important; |
|
|
|
border-top-left-radius: 10px !important; |
|
|
|
border-bottom-left-radius: 10px !important; |
|
|
|
border-bottom-left-radius: 10px !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.cart-num .uni-numbox-btns { |
|
|
|
.cart-num .uni-numbox-btns { |
|
|
|
background-color: #f6f6f6 !important; |
|
|
|
background-color: #f6f6f6 !important; |
|
|
|
} |
|
|
|
} |
|
|
|
.cart-num .uni-numbox__plus{ |
|
|
|
|
|
|
|
|
|
|
|
.cart-num .uni-numbox__plus { |
|
|
|
border-top-right-radius: 10px !important; |
|
|
|
border-top-right-radius: 10px !important; |
|
|
|
border-bottom-right-radius: 10px !important; |
|
|
|
border-bottom-right-radius: 10px !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
</style> |
|
|
|
</style> |