太湖公益

This commit is contained in:
2024-05-30 14:26:42 +08:00
parent 314f4a4fb4
commit e595e034dc
144 changed files with 17860 additions and 13154 deletions

View File

@@ -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 {