SelfRidicule e45c024d2f 1
2024-08-14 16:27:51 +08:00

152 lines
2.5 KiB
Plaintext

.containerView.public {
background: none;
padding-bottom: 0;
}
.elHidden {
visibility: hidden;
}
.selfLine {
height: 2rpx;
background: rgb(126, 126, 126, 0.2);
}
.topHead {
position: relative;
height: 400rpx;
background: #2b2d3d;
}
.topHead .navigatorView {
position: absolute;
left: 0;
top: 120rpx;
width: 100%;
box-sizing: border-box;
padding: 0 30rpx;
}
.topHead .navigatorView .backView {
display: flex;
justify-content: flex-start;
align-items: center;
}
.topHead .navigatorView .backView .label {
color: white;
font-size: 28rpx;
line-height: 1;
margin-left: 8rpx;
}
.topHead .navigatorView .title {
position: absolute;
top: 14rpx;
left: 50%;
transform: translateX(-50%);
font-size: 32rpx;
color: #FFFFFF;
line-height: 1rpx;
}
.topHead .contentView {
position: absolute;
left: 30rpx;
bottom: 100rpx;
}
.topHead .contentView .label1 {
font-size: 28rpx;
color: white;
line-height: 1;
}
.topHead .contentView .label2 {
font-size: 24rpx;
color: white;
line-height: 1;
margin-top: 20rpx;
}
.mainView {
position: relative;
box-sizing: border-box;
margin: -20rpx 20rpx 20rpx;
z-index: 9;
}
.mainView .statusView {
box-sizing: border-box;
position: relative;
padding: 40rpx 30rpx;
background: white;
border-radius: 8rpx;
line-height: 1;
}
.mainView .statusView .label {
font-size: 28rpx;
font-weight: bold;
}
.mainView .statusView .tag {
position: absolute;
right: 30rpx;
top: 50%;
transform: translateY(-50%);
background: #ee6f21;
color: white;
padding: 10rpx 20rpx;
border-radius: 6rpx;
font-size: 22rpx;
}
.mainView .statusView .time {
margin-top: 20rpx;
}
.mainView .statusView .leftImg {
position: absolute;
top: 26rpx;
left: 20rpx;
width: 60rpx;
height: 60rpx;
border-radius: 8rpx;
}
.mainView .reportView {
margin-top: 20rpx;
padding-bottom: 60rpx;
border-radius: 8rpx;
background: white;
min-height: 1000rpx;
}
.mainView .reportView .topTitle {
padding: 30rpx;
font-size: 28rpx;
font-weight: bold;
}
.mainView .reportView .itemView {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 30rpx;
padding: 30rpx 0;
border-bottom: 2rpx solid rgb(126, 126, 126, 0.2);
}
.mainView .reportView .itemView .label {
flex-shrink: 0;
font-size: 30rpx;
color: black;
}