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

65 lines
1.1 KiB

.bind-user {
&-header {
height: 460rpx;
padding: 60rpx 20rpx 0;
background: linear-gradient(360deg, #FFE6BF 0%,#F3B962 40%,#FFBF60 60%);
color: #FFFFFF;
}
.header-name {
margin-left: 20rpx;
}
.header-card {
width: 309rpx;
height: 131rpx;
padding: 20rpx;
border-radius: 20rpx;
font-size: 28rpx;
}
.card-left {
background: #FFF4E6;
opacity: 0.74;
}
.card-right {
background: #FFECE5;
opacity: 0.74;
}
}
.bind-main {
background: #FFFFFF;
border-top-left-radius: 30rpx;
border-top-right-radius: 30rpx;
padding: 20rpx;
margin-top: -110rpx;
}
.bind-main-one{
text-align: center;
background: #b3f1dd;
border-radius: 20rpx;
padding: 40rpx 60rpx;
}
.bind-main-two{
text-align: center;
background: #c6bcef;
border-radius: 20rpx;
padding: 40rpx 50rpx;
}
.label1 {
width: 120rpx;
height: 28rpx;
line-height: 28rpx;
text-align: center;
background-color: #ffa848;
border-radius: 20rpx;
font-size: 22rpx;
border: 1px solid #ffffff;
margin-bottom: 10rpx;
}
.box-size{
box-sizing: border-box;
}