fix: 登录tab和订单tab优化UI
This commit is contained in:
parent
1d2978575d
commit
c8ed6d1739
@ -476,7 +476,7 @@ export default {
|
||||
}
|
||||
|
||||
.active {
|
||||
background: #fff;
|
||||
background: none;
|
||||
color: #000;
|
||||
font-size: 44rpx;
|
||||
|
||||
@ -567,8 +567,8 @@ export default {
|
||||
bottom: 10%;
|
||||
width: 90%;
|
||||
text-align: center;
|
||||
font-size: 28rpx;
|
||||
color: #ccc;
|
||||
font-size: 24rpx;
|
||||
color: #666;
|
||||
|
||||
.agreement-item {
|
||||
color: $base-color;
|
||||
|
||||
@ -1141,8 +1141,8 @@ export default {
|
||||
|
||||
::v-deep .tui-tabs-slider {
|
||||
background: #ffecf2 !important;
|
||||
// border: 2rpx solid #fe411b;
|
||||
bottom: 48% !important;
|
||||
display: none;
|
||||
}
|
||||
|
||||
::v-deep.tabs-2 {
|
||||
@ -1159,6 +1159,7 @@ export default {
|
||||
color: rgba(34, 34, 34, 1) !important;
|
||||
}
|
||||
&.tui__tab_current {
|
||||
background: #ffecf2 !important;
|
||||
.tui-tabs-title {
|
||||
color: #fe411b !important;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user