Files
sykl-hy/pages/record/list/index.wxss

152 lines
2.4 KiB
Plaintext

page {
padding: 30rpx 40rpx;
box-sizing: border-box;
}
.list-label {
padding-left: 60rpx;
box-sizing: border-box;
padding-bottom: 60rpx;
border-left: 2rpx dashed #1d37e2;
position: relative;
}
.list-label::after {
position: absolute;
content: '';
left: -16rpx;
top: 6rpx;
width: 16rpx;
height: 16rpx;
border-radius: 50%;
background-color: #6377ff;
border: 8rpx solid #bec6fb;
z-index: 4;
}
.list-label::before {
position: absolute;
content: '';
left: -25rpx;
top: 0;
width: 50rpx;
height: 50rpx;
border-radius: 50%;
background-color: #eef1ff;
}
.time {
color: #6377ff;
font-weight: 600;
margin-bottom: 30rpx;
display: flex;
line-height: 50rpx;
}
.created {
flex: 1;
}
.del {
font-size: 26rpx;
color: #eb504c;
display: flex;
}
.del image {
width: 38rpx;
height: 38rpx;
margin: 6rpx 0 0 4rpx;
}
.list {
background-color: #f5f5f5;
padding: 30rpx;
box-sizing: border-box;
border-radius: 10rpx;
}
.label {
display: flex;
background-color: #FFFFFF;
margin-bottom: 30rpx;
padding: 20rpx;
box-sizing: border-box;
position: relative;
}
.enlarge {
position: absolute;
right: 20rpx;
top: 50rpx;
width: 36rpx;
height: 36rpx;
z-index: 9;
}
.label-img {
width: 90rpx;
height: 90rpx;
border-radius: 10rpx;
}
.label-data {
width: calc(100% - 100rpx);
margin-left: 20rpx;
}
.text {
margin: 5rpx 0;
font-size: 30rpx;
display: flex;
}
.text image {
width: 34rpx;
margin-left: 10rpx;
margin-top: 4rpx;
height: 34rpx;
}
.number {
font-weight: 600;
}
.number text {
font-weight: normal;
font-size: 26rpx;
padding-left: 5rpx;
}
.number-label {
font-weight: 600;
display: flex;
}
.number-label>text {
font-weight: normal;
font-size: 30rpx;
padding-left: 5rpx;
padding-top: 6rpx;
}
.number-value {
margin-right: 10rpx;
}
.number-value text {
font-weight: normal;
font-size: 26rpx;
padding-left: 5rpx;
}
.remark {
background-color: #FFFFFF;
padding: 20rpx;
box-sizing: border-box;
border-radius: 10rpx;
font-size: 26rpx;
color: #4a4a4a;
line-height: 38rpx;
text-align: justify;
}