ylj20011123 7899cbc0e5 update
2025-04-26 22:02:11 +08:00

65 lines
1.3 KiB
Plaintext

.main.data-v-24542bf6 {
width: 100vw;
height: 100vh;
box-sizing: border-box;
padding: 16rpx 32rpx;
background: #fff;
overflow-y: scroll;
}
.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: 8rpx;
}
.main .navList.data-v-24542bf6 {
width: 100%;
height: 400rpx;
border-radius: 6rpx;
overflow: hidden;
margin: 40rpx 0;
}
.main .navList .img.data-v-24542bf6 {
width: 100%;
height: 100%;
}
.main .navList .swiper.data-v-24542bf6 {
width: 100%;
height: 100%;
}
.main .navList .swiper .swiper-item.data-v-24542bf6 {
width: 100%;
height: 100%;
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.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;
overflow-y: auto;
}
.main.data-v-24542bf6::-webkit-scrollbar {
display: none;
}