太湖公益
This commit is contained in:
@@ -399,7 +399,7 @@ export default {
|
||||
.AC_jilu {
|
||||
font-size: 42rpx;
|
||||
text-align: left;
|
||||
color: #3ab3ae;
|
||||
color: $themeColor;
|
||||
// background-image: linear-gradient(90deg, #3AB3AE 20%, #c3fade 100%);
|
||||
// margin-bottom: 30rpx;
|
||||
padding: 30rpx 20rpx 20rpx;
|
||||
@@ -657,13 +657,13 @@ export default {
|
||||
}
|
||||
}
|
||||
.Hot {
|
||||
color: #3ab3ae !important;
|
||||
color: $themeColor !important;
|
||||
}
|
||||
.AC_chong {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
background-image: linear-gradient(90deg, #3ab3ae 0%, #73ee9c 100%);
|
||||
background-image: linear-gradient(90deg, #3AB3AE 0%, #73ee9c 100%);
|
||||
color: #fff;
|
||||
border-top-left-radius: 15rpx;
|
||||
border-top-right-radius: 15rpx;
|
||||
|
||||
@@ -373,7 +373,7 @@ export default {
|
||||
.AC_jilu {
|
||||
font-size: 42rpx;
|
||||
text-align: left;
|
||||
color: #3ab3ae;
|
||||
color: $themeColor;
|
||||
// background-image: linear-gradient(90deg, #3AB3AE 20%, #c3fade 100%);
|
||||
// margin-bottom: 30rpx;
|
||||
padding: 30rpx 20rpx 20rpx;
|
||||
@@ -631,13 +631,13 @@ export default {
|
||||
}
|
||||
}
|
||||
.Hot {
|
||||
color: #3ab3ae !important;
|
||||
color: $themeColor !important;
|
||||
}
|
||||
.AC_chong {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
background-image: linear-gradient(90deg, #3ab3ae 0%, #73ee9c 100%);
|
||||
background-image: linear-gradient(90deg, #3AB3AE 0%, #73ee9c 100%);
|
||||
color: #fff;
|
||||
border-top-left-radius: 15rpx;
|
||||
border-top-right-radius: 15rpx;
|
||||
|
||||
@@ -703,7 +703,7 @@
|
||||
|
||||
.cj_title {
|
||||
font-size: 46rpx;
|
||||
color: #3ab3ae;
|
||||
color: $themeColor;
|
||||
// font-weight: bold;
|
||||
}
|
||||
|
||||
@@ -734,7 +734,7 @@
|
||||
}
|
||||
|
||||
.pr_lj {
|
||||
background-image: linear-gradient(90deg, #3ab3ae 0%, #d8f8e4 100%);
|
||||
background-image: linear-gradient(90deg, #3AB3AE 0%, #d8f8e4 100%);
|
||||
color: #fff;
|
||||
position: absolute;
|
||||
top: -30rpx;
|
||||
@@ -753,7 +753,7 @@
|
||||
.Tab_cj {
|
||||
// box-shadow: 0 0 20rpx 0 #fe700bcc;
|
||||
|
||||
box-shadow: 0px 0px 3px 0px #3ab3ae !important;
|
||||
box-shadow: 0px 0px 3px 0px $themeColor !important;
|
||||
color: #259f9a;
|
||||
background: #edfcf7 !important;
|
||||
}
|
||||
@@ -769,7 +769,7 @@
|
||||
|
||||
.cf_title {
|
||||
font-size: 46rpx;
|
||||
color: #3ab3ae;
|
||||
color: $themeColor;
|
||||
}
|
||||
|
||||
.cf_radio {
|
||||
@@ -812,7 +812,7 @@
|
||||
bottom: 30rpx;
|
||||
|
||||
view {
|
||||
background-image: linear-gradient(90deg, #3ab3ae 0%, #d8f8e4 100%);
|
||||
background-image: linear-gradient(90deg, #3AB3AE 0%, #d8f8e4 100%);
|
||||
color: #fff;
|
||||
width: 90%;
|
||||
margin: 0 auto;
|
||||
|
||||
Reference in New Issue
Block a user