epmet 工作端 小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
873 B

.statistics-container {
padding: 20rpx;
box-sizing: border-box;
}
.card {
background: #fff;
border-radius: 20rpx;
padding: 30rpx;
margin-top: 20rpx;
}
.title {
font-size: 30rpx;
color: #333333;
padding-bottom: 30rpx;
border-bottom: 1px solid #EAEAEA
}
.bold {
font-weight: bold;
}
.blue {
color: #3A80E7;
}
.log-item {
border-bottom: 1px solid #EAEAEA;
padding: 30rpx 0;
}
.log-item .user {
display: flex;
align-items: center;
margin-bottom: 10rpx
}
.log-item .icon {
width: 48rpx;
height: 48rpx;
}
.log-item .name {
font-size: 32rpx;
font-weight: 500;
color: #333333;
}
.log-item .address {
font-size: 28rpx;
font-weight: 500;
color: #999999;
}
.log-item {
display: flex;
justify-content: space-between;
align-items: center;
}
page {
background: #f7f7f7;
}