拆包机空料位送空蛊
This commit is contained in:
@@ -22,14 +22,16 @@ uni-button:after {
|
||||
top: calc(var(--status-bar-height) + 72rpx);
|
||||
width: 100%;
|
||||
height: auto;
|
||||
// padding: 20rpx 14rpx 140rpx 14rpx;
|
||||
padding: 0 0 140rpx 0;
|
||||
padding: 20rpx 14rpx 140rpx 14rpx;
|
||||
}
|
||||
.zd_content_1 {
|
||||
top: calc(var(--status-bar-height) + 136rpx);
|
||||
}
|
||||
.zd_wrapper {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
background-color: #fff;
|
||||
// border-radius: 10rpx;
|
||||
border-radius: 10rpx;
|
||||
padding: 22rpx;
|
||||
margin-bottom: 20rpx;
|
||||
box-shadow: 0 4rpx 10rpx 2rpx rgba(0,0,0,.1);
|
||||
@@ -447,16 +449,24 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
|
||||
background-color: transparent !important
|
||||
}
|
||||
// 标签页
|
||||
.tab-item-wraper {
|
||||
position: fixed;
|
||||
top: calc(var(--status-bar-height) + 72rpx);
|
||||
z-index 200
|
||||
background-color: $red
|
||||
box-shadow: 0 6rpx 10rpx 0 rgba(255, 106, 0, .25)
|
||||
}
|
||||
.tab-item {
|
||||
position relative
|
||||
font-size: 30rpx
|
||||
font-size: 28rpx
|
||||
line-height: 60rpx
|
||||
color: #a5a5a5
|
||||
color: #fbd5d5
|
||||
text-align: center
|
||||
margin: 0 30rpx 20rpx 30rpx
|
||||
margin: 0 30rpx 0 30rpx
|
||||
}
|
||||
.tab-item_active {
|
||||
color: $red
|
||||
color: #fff
|
||||
font-weight 700
|
||||
}
|
||||
.tab-item_active::after {
|
||||
position absolute
|
||||
@@ -465,5 +475,5 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
|
||||
content ''
|
||||
width 70%
|
||||
height 4rpx
|
||||
background-color $red
|
||||
background-color #fff
|
||||
}
|
||||
Reference in New Issue
Block a user