太湖公益
This commit is contained in:
@@ -160,6 +160,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import '@/style/mixin.scss';
|
||||
.goods_item {
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
@@ -207,14 +208,14 @@ export default {
|
||||
}
|
||||
}
|
||||
.isSelectGoods {
|
||||
color: #3ab3ae !important;
|
||||
color: $themeColor !important;
|
||||
.name {
|
||||
color: #3ab3ae !important;
|
||||
color: $themeColor !important;
|
||||
}
|
||||
.price {
|
||||
color: #3ab3ae !important;
|
||||
color: $themeColor !important;
|
||||
}
|
||||
border: 2rpx solid #3ab3ae;
|
||||
border: 2rpx solid $themeColor;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
/deep/.list_item {
|
||||
|
||||
Reference in New Issue
Block a user