fix: 登录tab和订单tab优化UI

This commit is contained in:
mixtan 2025-09-09 08:57:05 +08:00
parent 1d2978575d
commit c8ed6d1739
2 changed files with 5 additions and 4 deletions

View File

@ -476,7 +476,7 @@ export default {
} }
.active { .active {
background: #fff; background: none;
color: #000; color: #000;
font-size: 44rpx; font-size: 44rpx;
@ -567,8 +567,8 @@ export default {
bottom: 10%; bottom: 10%;
width: 90%; width: 90%;
text-align: center; text-align: center;
font-size: 28rpx; font-size: 24rpx;
color: #ccc; color: #666;
.agreement-item { .agreement-item {
color: $base-color; color: $base-color;

View File

@ -1141,8 +1141,8 @@ export default {
::v-deep .tui-tabs-slider { ::v-deep .tui-tabs-slider {
background: #ffecf2 !important; background: #ffecf2 !important;
// border: 2rpx solid #fe411b;
bottom: 48% !important; bottom: 48% !important;
display: none;
} }
::v-deep.tabs-2 { ::v-deep.tabs-2 {
@ -1159,6 +1159,7 @@ export default {
color: rgba(34, 34, 34, 1) !important; color: rgba(34, 34, 34, 1) !important;
} }
&.tui__tab_current { &.tui__tab_current {
background: #ffecf2 !important;
.tui-tabs-title { .tui-tabs-title {
color: #fe411b !important; color: #fe411b !important;
} }