You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
577 B
33 lines
577 B
::v-deep .u-tabs__wrapper__nav__line { |
|
left: 24rpx; |
|
} |
|
.app-wallpaper{ |
|
padding:16rpx 26rpx; |
|
} |
|
.body-background{ |
|
background: { |
|
color:#F5F5F6; |
|
}; |
|
height:100vh; |
|
} |
|
.foot-button{ |
|
padding:10rpx 26rpx 40rpx 26rpx; |
|
position: fixed; |
|
bottom:0; |
|
left:0; |
|
z-index: 9999; |
|
width: 100%; |
|
background: { |
|
color:#FFFFFF; |
|
}; |
|
} |
|
.edit-tabs-container{ |
|
padding:16rpx 26rpx 0 26rpx; |
|
.edit-tabs-body{ |
|
border-bottom:2rpx solid #F5F5F6; |
|
padding-bottom:16rpx; |
|
background-color: #fff; |
|
border-top-left-radius: 10rpx; |
|
border-top-right-radius: 10rpx; |
|
} |
|
} |