|
|
@@ -1303,7 +1303,7 @@ button {
|
|
|
box-sizing: border-box;
|
|
|
background-color: #102047;
|
|
|
//border: 1px solid rgb(229, 229, 229);
|
|
|
- color: var(--bs-emphasis-color);
|
|
|
+ color: #fff;
|
|
|
text-align: center;
|
|
|
line-height: px2rpx(38);
|
|
|
border-radius: 0 18px 18px 0;
|
|
|
@@ -1337,7 +1337,7 @@ button {
|
|
|
height: px2rpx(40);
|
|
|
border-radius: px2rpx(4);
|
|
|
background-color: var(--color-error);
|
|
|
- color: var(--bs-emphasis-color);
|
|
|
+ color: #fff;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
|