太湖公益

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

@@ -1210,6 +1210,7 @@
</script>
<style lang="scss" scoped>
@import '@/style/mixin.scss';
.AC_List {
width: 100%;
overflow: hidden;
@@ -1295,7 +1296,7 @@
height: 80rpx !important;
border-radius: 80rpx;
background-color: #d8f8e4;
color: #3ab3ae;
color: $themeColor;
font-size: 34rpx;
font-weight: bold;
text-align: center;
@@ -1305,10 +1306,10 @@
}
.isDefault {
color: #3ab3ae;
color: $themeColor;
font-size: 22rpx;
font-weight: 600;
border: 1rpx solid #3ab3ae;
border: 1rpx solid $themeColor;
padding: 2rpx 10rpx;
border-radius: 6rpx;
line-height: 30rpx;