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.
46 lines
748 B
46 lines
748 B
1 year ago
|
.body-background{
|
||
|
background: {
|
||
|
color:#F5F5F6;
|
||
|
};
|
||
|
height:100vh;
|
||
|
}
|
||
|
::v-deep .u-icon__icon.uicon-plus{
|
||
|
font-size:40rpx !important;
|
||
|
}
|
||
1 year ago
|
::v-deep .u-cell__body{
|
||
|
padding:20rpx 0 !important;
|
||
|
}
|
||
1 year ago
|
.bottom-btn{
|
||
|
padding:50rpx;
|
||
|
padding-bottom:0;
|
||
|
//position: absolute;
|
||
|
bottom:0;
|
||
|
left:0;
|
||
|
width:100%;
|
||
|
}
|
||
|
.footer-content{
|
||
|
font-size: 28rpx;
|
||
|
font-weight: 400;
|
||
|
color: #AFB5BE;
|
||
|
line-height: 50rpx;
|
||
|
padding:0 56rpx;
|
||
|
margin-top:100rpx;
|
||
|
text-align: center;
|
||
|
.footer-contact{
|
||
|
padding:14rpx 0;
|
||
|
border-bottom:4rpx solid #EEEEEE;
|
||
|
}
|
||
|
.footer-wechat{
|
||
|
justify-content: center;
|
||
|
margin:10rpx 0;
|
||
|
}
|
||
|
.footer-email{
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.foot-url{
|
||
|
color:#576B95;
|
||
|
}
|
||
1 year ago
|
}
|
||
|
.form-label{
|
||
|
margin-bottom:30rpx;
|
||
1 year ago
|
}
|