太湖公益

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

@@ -304,6 +304,7 @@ export default {
</script>
<style lang="scss" scoped>
@import '@/style/mixin.scss';
.commonPageBox {
padding: 40rpx 0;
}
@@ -352,14 +353,14 @@ export default {
}.rightButton{
font-size: 48rpx;
text-align: center;
color: #3ab3ae;
color: $themeColor;
}
.cate_item_box {
width: 100%;
height: auto;
display: flex;
align-items: center;
background-color: #3ab3ae; padding: 0 20rpx;
background-color: $themeColor; padding: 0 20rpx;
.cate_item_border {