更改主题色
This commit is contained in:
@@ -455,7 +455,7 @@ font-size: 26rpx;
|
||||
.search-btn {
|
||||
margin-left: 20rpx;
|
||||
padding: 16rpx 30rpx;
|
||||
background-color: rgb(66, 121, 240);
|
||||
background-color: #09C39D;
|
||||
color: #fff;
|
||||
font-size: 26rpx;
|
||||
border-radius: 32rpx;
|
||||
@@ -479,7 +479,7 @@ position: relative;
|
||||
}
|
||||
|
||||
.filter-tab.active {
|
||||
color: rgb(66, 121, 240);
|
||||
color: #09C39D;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@@ -491,7 +491,7 @@ left: 50%;
|
||||
transform: translateX(-50%);
|
||||
width: 40rpx;
|
||||
height: 4rpx;
|
||||
background-color: rgb(66, 121, 240);
|
||||
background-color: #09C39D;
|
||||
border-radius: 2rpx;
|
||||
}
|
||||
|
||||
@@ -521,7 +521,7 @@ color: #999;
|
||||
.add-first-btn {
|
||||
margin-top: 30rpx;
|
||||
padding: 20rpx 60rpx;
|
||||
background-color: rgb(66, 121, 240);
|
||||
background-color: #09C39D;
|
||||
color: #fff;
|
||||
font-size: 28rpx;
|
||||
border-radius: 40rpx;
|
||||
@@ -599,7 +599,7 @@ color: #999;
|
||||
|
||||
.status-pending {
|
||||
background-color: #E8F0FE;
|
||||
color: rgb(66, 121, 240);
|
||||
color: #09C39D;
|
||||
}
|
||||
|
||||
.product-desc {
|
||||
@@ -629,7 +629,7 @@ color: #fff;
|
||||
}
|
||||
|
||||
.tag-new {
|
||||
background-color: rgb(66, 121, 240);
|
||||
background-color: #09C39D;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -640,7 +640,7 @@ color: #fff;
|
||||
|
||||
.tag-vip {
|
||||
background-color: #e8f0fe;
|
||||
color: rgb(66, 121, 240);
|
||||
color: #09C39D;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@@ -702,7 +702,7 @@ border-radius: 32rpx;
|
||||
}
|
||||
|
||||
.action-edit {
|
||||
background-color: rgb(66, 121, 240);
|
||||
background-color: #09C39D;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -736,7 +736,7 @@ align-items: center;
|
||||
justify-content: center;
|
||||
width: 320rpx;
|
||||
height: 88rpx;
|
||||
background: linear-gradient(135deg, rgb(66, 121, 240) 0%, #5856D6 100%);
|
||||
background: linear-gradient(135deg, #A6F1E4 0%, #69DFC2 100%);
|
||||
border-radius: 44rpx;
|
||||
box-shadow: 0 8rpx 20rpx rgba(66, 121, 240, 0.35);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user