太湖公益

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

@@ -33,7 +33,7 @@
<view class="goods_box">
<view class="curriulum_title_box">
<view v-if="this.options.isMiaosha" class="miaosha_box">
<view v-if="this.options.isMiaosha==1" class="miaosha_box">
<view class="price_box">
<view class="price_left">
<template
@@ -1462,6 +1462,7 @@ export default {
</script>
<style lang="scss" scoped>
@import '@/style/mixin.scss';
.u-grid-list {
// height: 40rpx;
}
@@ -1498,7 +1499,7 @@ export default {
}
.cur {
background-color: #3ab3ae;
background-color: $themeColor;
color: #fff;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
@@ -1514,7 +1515,7 @@ export default {
}
.cur {
color: #3ab3ae;
color: $themeColor;
}
// .u-grid-list{border: 0.5px solid #dadbde;}
@@ -1622,8 +1623,8 @@ export default {
}
.fdButtonBox {
border: 1rpx solid #3ab3ae;
background-color: #3ab3ae;
border: 1rpx solid $themeColor;
background-color: $themeColor;
color: #fff;
// width: 100%;
float: right;
@@ -2041,14 +2042,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 {