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.

29 lines
534 B

.bc-container {
width: 100%;
}
.bc-top {
width: 100%;
height: 834rpx;
background-color: red;
}
.bc-top-inner {
width: 100%;
background-repeat: no-repeat;
background-size: contain;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.bc-top-fen {
font-size: 78rpx;
font-weight: bold;
margin-top: 68rpx;
}
.bc-top-btn1 {
font-size: 28rpx;
color: #FF3A30;
background-color: #fff;
padding: 15rpx 30rpx;
border-radius: 40rpx;
}