You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
862 B
55 lines
862 B
|
|
.content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.box-row {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
.box-top {
|
|
width: 100%;
|
|
}
|
|
.index_bg {
|
|
width: 100%;
|
|
height: 613rpx;
|
|
}
|
|
.box-notice {
|
|
width: 100%;
|
|
background-color: #F9F7F3;
|
|
height: 63rpx;
|
|
margin-top: -20rpx;
|
|
border-top-left-radius: 15rpx !important;
|
|
border-top-right-radius: 15rpx !important;
|
|
}
|
|
.u-notice-bar-wrap {
|
|
border-top-left-radius: 15rpx !important;
|
|
border-top-right-radius: 15rpx !important;
|
|
}
|
|
.box-body {
|
|
width: 100%;
|
|
padding: 82rpx 37rpx;
|
|
}
|
|
.box-body-title-img {
|
|
height: 36rpx;
|
|
width: 329rpx;
|
|
}
|
|
.box-body-sub-title {
|
|
font-size: 24rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #8A8A8A;
|
|
margin-top: 20rpx;
|
|
}
|
|
.box-body-icon {
|
|
width: 217rpx;
|
|
height: 230rpx;
|
|
}
|
|
.footer-img{
|
|
width: 421rpx;
|
|
height: 364rpx;
|
|
}
|
|
|