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
77 lines
1.4 KiB
.bc-container {
|
|
width: 100%;
|
|
background: #fff;
|
|
}
|
|
.bc-top {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 900rpx;
|
|
border-top: 1px solid transparent;
|
|
}
|
|
.bc-top-inner {
|
|
width: 100%;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
margin-top: 100rpx;
|
|
height: 660rpx;
|
|
}
|
|
.bc-top-fen {
|
|
font-size: 78rpx;
|
|
font-weight: bold;
|
|
margin-top: 0rpx;
|
|
}
|
|
.bc-top-btn1 {
|
|
font-size: 28rpx;
|
|
color: #FF3A30;
|
|
background-color: #fff;
|
|
padding: 15rpx 30rpx;
|
|
border-radius: 40rpx;
|
|
}
|
|
.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;
|
|
} |