48 lines
893 B
Plaintext
48 lines
893 B
Plaintext
|
|
.custom-tab-bar.data-v-25678e6a {
|
|
position: fixed;
|
|
z-index: 99;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
display: flex;
|
|
background-color: #ffffff;
|
|
border-top: 1px solid #eeeeee;
|
|
padding: 22rpx 0 22rpx;
|
|
}
|
|
.tab-bar-item.data-v-25678e6a {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: #999999;
|
|
}
|
|
.tab-bar-item.active.data-v-25678e6a {
|
|
color: #E12828;
|
|
}
|
|
.tab-bar-item image.data-v-25678e6a {
|
|
width: 41rpx;
|
|
height: 41rpx;
|
|
margin-right: 12rpx;
|
|
}
|
|
.tab-bar-item text.data-v-25678e6a {
|
|
font-size: 12px;
|
|
margin-top: 0rpx;
|
|
}
|
|
.lightBox.data-v-25678e6a{
|
|
width: 222rpx;
|
|
height: 75rpx;
|
|
background: linear-gradient(90deg, #FF7247 0%, #FA8A0C 100%);
|
|
border-radius: 38rpx;
|
|
font-weight: bold;
|
|
font-size: 24rpx;
|
|
color: #FFFFFF;
|
|
}
|
|
.lightBox image.data-v-25678e6a {
|
|
width: 41rpx;
|
|
height: 41rpx;
|
|
margin-right: 12rpx;
|
|
}
|
|
|