107 lines
1.5 KiB
Plaintext
107 lines
1.5 KiB
Plaintext
/* 头部 */
|
|
.top {
|
|
position: relative;
|
|
height: 200rpx;
|
|
}
|
|
|
|
.top-img {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.top-back {
|
|
position: absolute;
|
|
padding: 45rpx 30rpx 0 90rpx;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
color: #FFFFFF;
|
|
display: flex;
|
|
}
|
|
|
|
.top-item {
|
|
flex: 2;
|
|
}
|
|
|
|
.item-name {
|
|
font-size: 28rpx;
|
|
margin-bottom: 10rpx;
|
|
opacity: .8;
|
|
}
|
|
|
|
.item-number {
|
|
font-size:54rpx;
|
|
}
|
|
|
|
.item-number text {
|
|
font-size: 26rpx;
|
|
padding-left: 10rpx;
|
|
}
|
|
|
|
/* 列表 */
|
|
.list {
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.list-name {
|
|
color: #13234a;
|
|
font-weight: 600;
|
|
margin-bottom: 40rpx;
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
.item {
|
|
margin-bottom: 30rpx;
|
|
padding-bottom: 30rpx;
|
|
border-bottom: 2rpx solid #f3f3f3;
|
|
}
|
|
|
|
.title {
|
|
display: flex;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.name {
|
|
flex: 1;
|
|
font-weight: 600;
|
|
font-size: 30rpx;
|
|
display: flex;
|
|
line-height: 28rpx;
|
|
}
|
|
|
|
.name image {
|
|
width: 28rpx;
|
|
height: 28rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.number {
|
|
font-weight: 600;
|
|
color: #175ad6;
|
|
line-height: 28rpx;
|
|
}
|
|
.reduce {
|
|
color: #ef5555;
|
|
}
|
|
|
|
.time {
|
|
color: #676767;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.pages-no {
|
|
text-align: center;
|
|
padding: 120rpx 0 30rpx;
|
|
color: #9d9d9d;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.pages-no image {
|
|
width: 180rpx;
|
|
} |