|
@@ -836,7 +836,7 @@ onLoad(async (options) => {
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
.color-primary {
|
|
|
- color: #009688;
|
|
|
+ color: #00B760;
|
|
|
}
|
|
|
.ml-3 {
|
|
|
margin-left: 40rpx;
|
|
@@ -959,11 +959,13 @@ onLoad(async (options) => {
|
|
|
background: #d5e6e8;
|
|
|
}
|
|
|
&.card {
|
|
|
- background: #E2F2F0;
|
|
|
- color: #009688 ;
|
|
|
+ // background: #E2F2F0;
|
|
|
+ background: #fff;
|
|
|
+ color: #00B760 ;
|
|
|
margin-top: 20rpx;
|
|
|
max-width: unset;
|
|
|
margin-right: 0;
|
|
|
+ box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.1);
|
|
|
.btn-actions {
|
|
|
margin: 40rpx auto 20rpx auto ;
|
|
|
text-align: center;
|