太湖公益

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

@@ -125,7 +125,7 @@
<image src="@/static/tab/bottom1.png" mode="aspectFill"></image>
</view>
<view class="item_img">
<image src="@/static/tab/bg.png" mode="aspectFill"></image>
<!-- <image src="@/static/tab/bg.png" mode="aspectFill"></image> -->
</view>
</view>
</view>
@@ -476,6 +476,7 @@
}
</script>
<style lang="scss" scoped>
@import '@/style/mixin.scss';
.header_box {
width: 100%;
height: 350rpx;
@@ -537,7 +538,7 @@
.cate_box {
width: 100%;
height: 198rpx;
background: #3ab3ae;
background: $themeColor;
box-shadow: 0rpx 0rpx 6rpx 0rpx rgba(0, 82, 79, 0.65);
border-radius: 7rpx;
display: flex;
@@ -664,7 +665,7 @@
.greenCardBoxTop {
width: 100%;
height: 75rpx;
background-color: #3ab3ae;
background-color: $themeColor;
display: flex;
align-items: center;
justify-content: space-between;