78 lines
1.2 KiB
Plaintext
78 lines
1.2 KiB
Plaintext
/* pages/lw-baobiaochaxun/lw-baobiaochaxun.wxss */
|
|
.lw_max{
|
|
padding: 20rpx 30rpx;
|
|
}
|
|
.lw_min{
|
|
padding: 20rpx 30rpx;
|
|
background: #2b345b;
|
|
border-radius: 15rpx;
|
|
font-size: 30rpx;
|
|
}
|
|
.lw_img_right{
|
|
float: right;
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
}
|
|
.lw_gdgq{
|
|
padding: 30rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
.lw_gdgq text{
|
|
padding: 0 20rpx;
|
|
color: #89a4eb;
|
|
}
|
|
.eharts_title{
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
padding: 40rpx;
|
|
font-size: 28rpx;
|
|
background: url("http://fileimg.makalu.cc/CORE_52887EE6A33042408E11C2174974ABA1.png") no-repeat left/35rpx;
|
|
}
|
|
.lw_table_th{
|
|
background: #222a41;
|
|
text-align: center;
|
|
padding: 20rpx 0;
|
|
font-size:24rpx;
|
|
}
|
|
.lw_table_tr{
|
|
padding: 10rpx 0;
|
|
}
|
|
.lw_table_td{
|
|
text-align: center;
|
|
padding: 20rpx 0;
|
|
font-size: 24rpx;
|
|
color: #8ba2ee;
|
|
}
|
|
.lw_table_td view{
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
padding: 0 5rpx;
|
|
}
|
|
.van-calendar{
|
|
background-color: #232a44 !important;
|
|
}
|
|
.van-calendar__month-mark{
|
|
color:rgba(255,255,255,0.2) !important;
|
|
}
|
|
.van-popup{
|
|
background: none !important;
|
|
}
|
|
|
|
.van-calendar__day--disabled{
|
|
color:rgba(255,255,255,0.4) !important;
|
|
}
|
|
.van-calendar__header-subtitle{
|
|
display: none;
|
|
}
|
|
.van-button--block.van-button--round{
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|