|
|
@@ -1105,7 +1105,7 @@ button {
|
|
|
margin: px2rpx(32) 0;
|
|
|
font-size: px2rpx(24);
|
|
|
font-weight: bolder;
|
|
|
- color: #e4e4e4;
|
|
|
+ color: var(--bs-emphasis-color);
|
|
|
text-align: center;
|
|
|
|
|
|
i {
|
|
|
@@ -1116,7 +1116,7 @@ button {
|
|
|
font-size: px2rpx(34);
|
|
|
line-height: 1.5;
|
|
|
font-weight: bold;
|
|
|
- color: #000000;
|
|
|
+ color: var(--bs-emphasis-color);
|
|
|
}
|
|
|
|
|
|
.tit2 {
|
|
|
@@ -1201,9 +1201,7 @@ button {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
- //gap: 5px;
|
|
|
- //padding-bottom: 10px;
|
|
|
- border-bottom: 1px solid #e4e4e4;
|
|
|
+ border-bottom: 1px solid var(--bs-border-color);
|
|
|
}
|
|
|
|
|
|
.tab-item {
|
|
|
@@ -1213,9 +1211,9 @@ button {
|
|
|
padding-left: 0;
|
|
|
padding-bottom: 8px;
|
|
|
text-align: center;
|
|
|
- border-bottom: 0.1rem solid transparent;
|
|
|
+ border-bottom: 2px solid transparent;
|
|
|
font-weight: 500;
|
|
|
- color: #333;
|
|
|
+ color: var(--bs-emphasis-color);
|
|
|
cursor: pointer;
|
|
|
transition: all 0.3s ease;
|
|
|
|