72 lines
1.2 KiB
Plaintext
72 lines
1.2 KiB
Plaintext
/* packageI/newGroup/pastLog/pastLog.wxss */
|
|
.timeSelect {
|
|
padding: 24rpx 28.16rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.timeSelect .btn {
|
|
width: 55.04rpx;
|
|
height: 55.04rpx;
|
|
background-color: #010101;
|
|
border-radius: 50%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: #fff;
|
|
margin-left: 21.12rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.timeSelect .btn i {
|
|
font-size: 41.6rpx;
|
|
transform: rotate(90deg);
|
|
}
|
|
|
|
.timeSelect .start {
|
|
width: 300.16rpx;
|
|
height: 111.04rpx;
|
|
background-color: #fff;
|
|
box-shadow: 0rpx 0.96rpx 24rpx 0rpx rgba(210, 210, 210, 0.46);
|
|
border-radius: 9.92rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
justify-content: center;
|
|
padding-left: 31.04rpx;
|
|
color: #959595;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.timeSelect .start .startOn {
|
|
color: #333;
|
|
font-size: 30.08rpx;
|
|
}
|
|
|
|
.list {
|
|
padding: 0 30.08rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 125.12rpx;
|
|
background-color: #fff;
|
|
justify-content: center;
|
|
border-bottom: 1rpx solid #f6f6f6;
|
|
}
|
|
|
|
.list .left {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-size: 24rpx;
|
|
color: #9f9f9f;
|
|
}
|
|
|
|
.list .left .leftTxt {
|
|
font-size: 28.16rpx;
|
|
color: #222;
|
|
}
|
|
|
|
.list .left .gxz {
|
|
font-size: 30.08rpx;
|
|
color: #f15353;
|
|
}
|