太湖公益
This commit is contained in:
@@ -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