猫妈狗爸伴宠师小程序前端代码
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.
 
 
 
 

50 lines
681 B

.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;
}