7 changed files with 1099 additions and 58 deletions
@ -0,0 +1,46 @@
|
||||
.body-background{ |
||||
background: { |
||||
color:#F5F5F6; |
||||
}; |
||||
height:100vh; |
||||
} |
||||
::v-deep .u-icon__icon.uicon-plus{ |
||||
font-size:40rpx !important; |
||||
} |
||||
::v-deep .u-cell__body{ |
||||
padding:20rpx 0 !important; |
||||
} |
||||
.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; |
||||
} |
||||
} |
||||
.form-label{ |
||||
margin-bottom:30rpx; |
||||
} |
Loading…
Reference in new issue