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

101 lines
1.3 KiB

.box {
width: 100vw;
height: 100vh;
}
.title {
font-size: 28rpx;
font-weight: 400;
}
.top {
width: 100vw;
height: 300rpx;
background-color: #FFFFFF;
padding: 4% 5%;
}
.img {
width: 165rpx;
height: 165rpx;
/* background-color: pink; */
color: #7D8196;
font-size: 25rpx;
margin: 1% 39%;
display: grid;
jplace-items: center;
position: relative;
}
.top_item {
position: absolute;
top: 100rpx;
left: 100rpx;
}
.base-info {
width: 100vw;
margin: 0 auto;
background-color: #fff;
border-radius: 28rpx;
padding: 4% 5% 1% 5%;
margin-top: 20rpx;
}
.information {
width: 100vw;
height: auto;
background-color: #FFFFFF;
font-size: 28rpx;
/* margin-top: 20rpx; */
/* padding: 4% 5%; */
}
.information_ {
width: 680rpx;
margin: 0 auto;
padding: 0 36rpx;
box-sizing: border-box;
/* color: #AAAAAA; */
}
.bottom {
width: 100vw;
height: 120rpx;
padding: 20rpx 40rpx;
justify-content: space-between;
background-color: #FFFFFF;
margin-top: 20rpx;
}
.delet {
width: 316rpx;
height: 80rpx;
background-color: #F2F2F2;
line-height: 80rpx;
justify-content: center;
color: #AAAAAA;
}
.save {
width: 316rpx;
height: 80rpx;
background-color: #FFBF60;
line-height: 80rpx;
justify-content: center;
color: #FFFFFF;
}
.box-size {
box-sizing: border-box;
}
.level {
display: flex;
}
.margin_top_3 {
margin-top: 3%;
}