.container{
|
|
width: 100vw;
|
|
height: 103rpx;
|
|
background-color: #FFFAF2;
|
|
padding: 25rpx 250rpx;
|
|
}
|
|
|
|
.box{
|
|
width: 100vw;
|
|
height: auto;
|
|
padding: 20rpx;
|
|
position: absolute;
|
|
|
|
.top{
|
|
width: 710rpx;
|
|
height: auto;
|
|
background-color: #fff;
|
|
padding: 0 20rpx 20rpx 20rpx;
|
|
}
|
|
|
|
.buttom{
|
|
width: 750rpx;
|
|
height: 163rpx;
|
|
background-color: #fff;
|
|
position: relative;
|
|
bottom: 32rpx;
|
|
left: -20rpx;
|
|
padding: 40rpx 85rpx;
|
|
|
|
.buttom-item{
|
|
width: 594rpx;
|
|
height: 94rpx;
|
|
background-color: #FFBF60;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
}
|
|
}
|
|
|
|
.box-size{
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.level{
|
|
display: flex;
|
|
}
|
|
|
|
.jus-center{
|
|
justify-content: center;
|
|
}
|