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.

77 lines
1.4 KiB

3 years ago
.bc-container {
width: 100%;
3 years ago
background: #fff;
3 years ago
}
.bc-top {
3 years ago
position: relative;
3 years ago
width: 100%;
3 years ago
height: 900rpx;
border-top: 1px solid transparent;
3 years ago
}
.bc-top-inner {
width: 100%;
background-repeat: no-repeat;
3 years ago
background-size: cover;
3 years ago
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
3 years ago
margin-top: 100rpx;
height: 660rpx;
3 years ago
}
.bc-top-fen {
font-size: 78rpx;
font-weight: bold;
3 years ago
margin-top: 0rpx;
3 years ago
}
.bc-top-btn1 {
font-size: 28rpx;
color: #FF3A30;
background-color: #fff;
padding: 15rpx 30rpx;
border-radius: 40rpx;
3 years ago
}
.bc-brand {
position: absolute;
top: 13px;
font-size: 18px;
color: #fff;
}
.bc-c-j {
font-size: 14px;
color: #999999;
margin-top: 0rpx;
}
.bc-top-wj {
position: absolute;
width: 90%;
height: 40px;
background-color: #fff;
bottom: 30px;
left: 50%;
margin-left: -45%;
display: flex;
justify-content: flex-start;
align-items: center;
border-radius: 4px;
}
.bc-top-bt {
position: absolute;
width: 100%;
height: 16px;
bottom: 0px;
left: 0px;
background-color: #fff;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
.bc-cont {
background: #fff;
margin-top: -36rpx;
}
.bc-tt {
display: inline-block;
width: 50rpx;
height: 50rpx;
margin-left: 20rpx;
3 years ago
}