index.wxss
459 Bytes
.container {
width: 750rpx;
height: 100%;
}
.space-view20 {
width: 100%;
height: 20rpx;
}
.middle30 {
width: 100%;
height: 30rpx;
}
.large40 {
width: 100%;
height: 40rpx;
}
.gray {
background-color: #eeeeee;
}
.news-title {
width: 100%;
height: 134rpx;
display: flex;
align-items: center;
justify-content: center;
font-family: PingFangSC-Medium;
font-weight: bold;
font-size: 32rpx;
color: #000000;
letter-spacing: 0;
}