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

36 lines
418 B

.box{
width: 100vw;
height: 100vh;
.top{
width: 100vw;
height: 100rpx;
padding: 3% 4%;
background-color: #FFF;
color: #FFBF60;
font-size: 30rpx;
.line{
width: 106rpx;
height: 6rpx;
background-color: #FFBF60;
margin: 10rpx 0 0 8rpx;
}
}
.center{
width: 100vw;
height: auto;
background-color: #fff;
}
}
.box-size{
box-sizing: border-box;
}
.level{
display: flex;
}