55 lines
1.2 KiB
Plaintext
55 lines
1.2 KiB
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.block-height.data-v-8ad7aaf8 {
|
|
width: 750rpx;
|
|
height: 150rpx;
|
|
}
|
|
.tab-warp.data-v-8ad7aaf8 {
|
|
width: 750rpx;
|
|
height: calc(100rpx + env(safe-area-inset-bottom) / 2);
|
|
padding-bottom: calc(env(safe-area-inset-bottom) / 2);
|
|
background: #fff;
|
|
border-top: 1rpx solid #eeeeee;
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
}
|
|
.tab-warp .tab-box.data-v-8ad7aaf8 {
|
|
width: 100%;
|
|
height: calc(100rpx + env(safe-area-inset-bottom) / 2);
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
}
|
|
.tab-warp .tab-box .tab-li.data-v-8ad7aaf8 {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex: 1;
|
|
position: relative;
|
|
}
|
|
.tab-warp .tab-box .tab-li .tabimg.data-v-8ad7aaf8 {
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
}
|
|
.tab-warp .tab-box .tab-li .tab-text.data-v-8ad7aaf8 {
|
|
font-size: 20rpx;
|
|
}
|
|
.tab-warp .tab-box .tab-li .tab-number.data-v-8ad7aaf8 {
|
|
font-size: 24rpx;
|
|
color: #fff;
|
|
background: #F43F3B;
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
line-height: 40rpx;
|
|
position: absolute;
|
|
right: 30rpx;
|
|
top: 0;
|
|
}
|