131 lines
2.8 KiB
Plaintext
131 lines
2.8 KiB
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.timebox.data-v-5ce2f4a5 {
|
|
padding: 24rpx 30rpx;
|
|
}
|
|
.timebox .title.data-v-5ce2f4a5 {
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
margin-bottom: 15rpx;
|
|
}
|
|
.timebox .week_warp.data-v-5ce2f4a5 {
|
|
width: 690rpx;
|
|
border-radius: 10rpx;
|
|
height: 80rpx;
|
|
background: #fff;
|
|
padding: 0 24rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.timebox .week_warp .week_li.data-v-5ce2f4a5 {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
border-radius: 50%;
|
|
font-size: 24rpx;
|
|
color: #333;
|
|
text-align: center;
|
|
line-height: 58rpx;
|
|
border: 1rpx solid #f5f5f5;
|
|
}
|
|
.timebox .week_warp .week_li_no.data-v-5ce2f4a5 {
|
|
background: #f5f5f5;
|
|
color: #666;
|
|
}
|
|
.timebox .week_warp .week_li_ac.data-v-5ce2f4a5 {
|
|
background: #008EFF;
|
|
color: #fff;
|
|
}
|
|
.t_warp.data-v-5ce2f4a5 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin: 30rpx 0 14rpx;
|
|
}
|
|
.t_warp .t_tit.data-v-5ce2f4a5 {
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
}
|
|
.t_warp .t_add.data-v-5ce2f4a5 {
|
|
font-size: 24rpx;
|
|
color: #008EFF;
|
|
}
|
|
.box_list .box_li.data-v-5ce2f4a5 {
|
|
width: 690rpx;
|
|
border-radius: 10rpx;
|
|
background: #fff;
|
|
margin-bottom: 15rpx;
|
|
}
|
|
.box_list .box_li .b_top.data-v-5ce2f4a5 {
|
|
padding: 24rpx;
|
|
border-bottom: 1rpx solid #f5f5f5;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.box_list .box_li .b_top .b_p.data-v-5ce2f4a5 {
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
}
|
|
.box_list .box_li .b_top .deleimg.data-v-5ce2f4a5 {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
}
|
|
.box_list .box_li .b_top switch.data-v-5ce2f4a5 {
|
|
-webkit-transform: scale(0.7);
|
|
transform: scale(0.7);
|
|
}
|
|
.box_list .box_li .b_bot.data-v-5ce2f4a5 {
|
|
padding: 0 24rpx;
|
|
}
|
|
.box_list .box_li .b_bot .b_time.data-v-5ce2f4a5 {
|
|
padding: 24rpx 0;
|
|
border-bottom: 1rpx solid #f5f5f5;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.box_list .box_li .b_bot .b_time .b_label.data-v-5ce2f4a5 {
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
flex-shrink: 0;
|
|
}
|
|
.box_list .box_li .b_bot .b_time .b_v_box.data-v-5ce2f4a5 {
|
|
width: 300rpx;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
}
|
|
.box_list .box_li .b_bot .b_time .b_v_box .b_value.data-v-5ce2f4a5 {
|
|
font-size: 24rpx;
|
|
color: #666;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
}
|
|
.tip.data-v-5ce2f4a5 {
|
|
font-size: 22rpx;
|
|
color: #999;
|
|
}
|
|
.botwarp.data-v-5ce2f4a5 {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
margin-top: 100rpx;
|
|
}
|
|
.botwarp .b_bot.data-v-5ce2f4a5 {
|
|
width: 300rpx;
|
|
height: 80rpx;
|
|
border-radius: 40rpx;
|
|
font-size: 24rpx;
|
|
text-align: center;
|
|
line-height: 80rpx;
|
|
background: #008EFF;
|
|
color: #fff;
|
|
}
|
|
.botwarp .remove.data-v-5ce2f4a5 {
|
|
background: #ff7800;
|
|
}
|