|
|
@@ -318,7 +318,7 @@ onMounted(async () => {
|
|
|
align-items: center;
|
|
|
padding: px2rpx(24) px2rpx(20);
|
|
|
background: linear-gradient(135deg, #4990EF 0%, #3A7BE0 100%);
|
|
|
- color: var(--bs-emphasis-color);
|
|
|
+ color: #fff;
|
|
|
border-radius: px2rpx(12);
|
|
|
min-width: px2rpx(160);
|
|
|
max-width: px2rpx(200);
|
|
|
@@ -363,6 +363,7 @@ onMounted(async () => {
|
|
|
font-size: px2rpx(15);
|
|
|
font-weight: 500;
|
|
|
margin-bottom: px2rpx(4);
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
|
|
|
.card-desc {
|