commonTop.scss
421 Bytes
.commonTop_main {
width: 100%;
height: 316rpx;
.top_image {
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.commonTop_text {
font-family: PingFangSC-Semibold;
font-size: 36rpx;
color: #323241;
// background: red;
// text-align: center;
padding-left: 28rpx;
height: 248rpx;
line-height: 248rpx;
font-weight: 600;
}
}