84 lines
1.0 KiB
Plaintext
84 lines
1.0 KiB
Plaintext
@charset "UTF-8";
|
|
|
|
.love_list .mint-cell-value {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.tbs {
|
|
display: flex;
|
|
align-items: center;
|
|
background: #fff;
|
|
flex-flow: row wrap;
|
|
border-bottom: #ebebeb 0.0625rem solid;
|
|
padding: 20rpx 24rpx;
|
|
box-sizing: border-box;
|
|
color: #8c8c8c;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.van-nav-bar__title {
|
|
font-size: 15px !important;
|
|
}
|
|
|
|
.tbs .left {
|
|
line-height: 48rpx;
|
|
font-size: 24rpx;
|
|
/* flex: 70%; */
|
|
width: 430rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.tbs .right {
|
|
line-height: 48rpx;
|
|
|
|
/* flex: 30%; */
|
|
flex: 1;
|
|
text-align: right;
|
|
}
|
|
|
|
.tbs .titles {
|
|
font-size: 14px;
|
|
color: #333;
|
|
line-height: 48rpx;
|
|
}
|
|
|
|
.tbs .reds {
|
|
color: #f15353;
|
|
line-height: 48rpx;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.var_bar {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.tbs .reds small {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.right {
|
|
line-height: 48rpx;
|
|
flex: 30%;
|
|
text-align: right;
|
|
}
|
|
|
|
.titles {
|
|
font-size: 14px;
|
|
color: #333;
|
|
line-height: 48rpx;
|
|
}
|
|
|
|
.reds {
|
|
color: #f15353;
|
|
line-height: 48rpx;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.reds small {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.van-tab--active {
|
|
color: red !important;
|
|
}
|