2025-03-19 19:25:16 +08:00

69 lines
1.4 KiB
Plaintext

.main.data-v-24542bf6 {
width: 100vw;
height: 100vh;
box-sizing: border-box;
padding: 16rpx 32rpx;
background: #fff;
}
.main .pageTitle.data-v-24542bf6 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 40rpx;
color: #130f05;
line-height: 56rpx;
text-align: left;
font-style: normal;
}
.main .time.data-v-24542bf6 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 24rpx;
color: #716f69;
line-height: 36rpx;
text-align: left;
font-style: normal;
margin-top: 4rpx;
}
.main .jumpTo.data-v-24542bf6 {
width: 100%;
box-sizing: border-box;
display: flex;
justify-content: flex-end;
}
.main .jumpTo .jumpBox.data-v-24542bf6 {
padding: 10rpx 20rpx;
border-radius: 28rpx;
background: linear-gradient(90deg, #ffebe5 0%, #ffedd8 100%);
}
.main .jumpTo .jumpBox .jumpItem.data-v-24542bf6 {
font-family: "PingFangSC";
font-weight: 400;
font-size: 26rpx;
color: #ff7040;
line-height: 36rpx;
text-align: left;
font-style: normal;
}
.main .navList.data-v-24542bf6 {
width: 100%;
height: 436rpx;
border-radius: 6rpx;
overflow: hidden;
margin: 32rpx 0;
}
.main .navList .img.data-v-24542bf6 {
width: 100%;
height: 100%;
}
.main .content.data-v-24542bf6 {
display: block;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 30rpx;
color: #130f05;
line-height: 52rpx;
text-align: justify;
font-style: normal;
}