太湖公益

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

@@ -565,7 +565,7 @@ export default {
display: flex;
align-items: center;
justify-content: space-between;
color: #3ab3ae;
color: $themeColor;
font-weight: 700;
}
@@ -584,7 +584,7 @@ export default {
margin-right: 60rpx;
text-align: center;
display: inline-block;
color: #3ab3ae;
color: $themeColor;
.text {
font-size: 28rpx;
@@ -592,7 +592,7 @@ export default {
font-weight: 700;
// margin: 0 0 10rpx 0;
color: #3ab3ae !important;
color: $themeColor !important;
}
}
@@ -605,7 +605,7 @@ export default {
padding: 10rpx 32rpx;
// margin-top: -60rpx;
// margin: 20rpx 0 0 0;
background-image: linear-gradient(90deg, #3ab3ae 0%, #d5ecdd 200%);
background-image: linear-gradient(90deg, #3AB3AE 0%, #d5ecdd 200%);
}
}
}