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

54 lines
766 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;
}
.buttom-item-2{
border: 2rpx solid #ff842c;
background-color: #FFBF6022;
}
}
}
.box-size{
box-sizing: border-box;
}
.level{
display: flex;
}
.jus-center{
justify-content: center;
}