101 lines
1.2 KiB
Plaintext
101 lines
1.2 KiB
Plaintext
|
|
.list_box {
|
|
background: #fff;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.list_box .ul {
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
padding: 20rpx 28rpx;
|
|
}
|
|
|
|
.list_b {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
text:nth-child(1) {
|
|
color: #8c8c8c;
|
|
float: left;
|
|
}
|
|
|
|
text:nth-child(2) {
|
|
color: #f15353;
|
|
|
|
/* float:right; */
|
|
}
|
|
|
|
.ul .list_a {
|
|
width: 100%;
|
|
color: #333;
|
|
line-height: 64rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.icon {
|
|
margin-right: 8rpx;
|
|
}
|
|
|
|
.icon img {
|
|
background: #9c9;
|
|
border-radius: 50%;
|
|
width: 27.2rpx;
|
|
height: 27.2rpx;
|
|
position: relative;
|
|
top: 3.2rpx;
|
|
}
|
|
|
|
.sign-records {
|
|
display: flex;
|
|
flex-direction: column;
|
|
background: #f15353;
|
|
box-sizing: border-box;
|
|
padding: 40rpx 0;
|
|
line-height: 64rpx;
|
|
|
|
/* height:5rem; */
|
|
color: #fff;
|
|
text-align: left;
|
|
}
|
|
|
|
.bottom {
|
|
margin-top: 20rpx;
|
|
padding: 0 40rpx;
|
|
}
|
|
|
|
.bottom .li {
|
|
line-height: 48rpx;
|
|
}
|
|
|
|
.top {
|
|
display: flex;
|
|
}
|
|
|
|
.sign_a,
|
|
.sign_b {
|
|
width: 272rpx;
|
|
}
|
|
|
|
.total {
|
|
font-size: 14px;
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.date {
|
|
font-size: 20px;
|
|
}
|
|
|
|
.sign_a,
|
|
.sign_b .li {
|
|
line-height: 64rpx;
|
|
padding-left: 40rpx;
|
|
text-align: left;
|
|
color: #fff;
|
|
}
|
|
.ul .flex{
|
|
display: flex;text-align: center;
|
|
}
|
|
.flex1{
|
|
flex:1;
|
|
}
|