123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- page{
- display: block;
- width: 100%;
- height: 100%;
- }
- .topBox{
- position: fixed;
- z-index: 14;
- width: 750rpx;
- overflow: hidden;
- top: 0;
- left: 0;
- }
- .topImg{
- position: absolute;
- top: 0;
- left: 0;
- z-index: 9;
- width: 750rpx;
- height: 356rpx;
- }
- .title{
- position: relative;
- z-index: 10;
- font-family: PingFangSC-Regular, Source Sans ExtraLight;
- font-size: 36rpx;
- color: #FFFFFF;
- text-align: center;
- }
- .lastImg{
- display: block;
- position: absolute;
- left: 40rpx;
- margin-top:24rpx;
- width:36rpx;
- height: 36rpx;
- z-index: 11;
- }
- .headImg{
- display: block;
- position: relative;
- z-index: 9;
- width: 224rpx;
- height: 224rpx;
- border-radius: 112rpx;
- margin: -160rpx auto 0;
- }
- .inputText{
- display: block;
- width: 670rpx;
- height: 76rpx;
- line-height: 76rpx;
- border-radius: 38rpx;
- background: #FFFFFF;
- border: 1px solid #D4E4ED;
- margin: 0 auto 40rpx;
- padding-left: 60rpx;
- font-family: PingFangSC-Regular, Source Sans ExtraLight;
- font-size: 24rpx;
- color: #384855;
- box-sizing: border-box;
- }
- .firstInput{
- margin-top: 56rpx;
- }
- .phoneBox{
- display: block;
- width: 670rpx;
- height: 76rpx;
- line-height: 76rpx;
- border-radius: 38rpx;
- background: #E7F0F6;
- border: 1px solid #D4E4ED;
- margin: 0 auto 40rpx;
- padding-left: 60rpx;
- font-family: PingFangSC-Regular, Source Sans ExtraLight;
- font-size: 24rpx;
- color: #384855;
- }
- .personBox{
- margin-bottom: 40rpx;
- }
- .personBox .postBox{
- width: 348rpx;
- height: 76rpx;
- line-height: 76rpx;
- border-radius: 38rpx;
- background: #FFFFFF;
- border: 1px solid #D4E4ED;
- padding-left: 60rpx;
- margin-left: 40rpx;
- box-sizing: border-box;
- }
- .personBox .nameBox{
- width: 282rpx;
- height: 76rpx;
- line-height: 76rpx;
- border-radius: 38rpx;
- background: #FFFFFF;
- border: 1px solid #D4E4ED;
- padding-left: 60rpx;
- margin-left: 40rpx;
- box-sizing: border-box;
- }
- textarea{
- display: block;
- width: 670rpx;
- height: 224rpx;
- border-radius: 10rpx;
- background: #FFFFFF;
- border: 1px solid #D4E4ED;
- margin: 0 auto 60rpx;
- padding: 20rpx 24rpx;
- font-family: PingFangSC-Regular, Source Sans ExtraLight;
- font-size: 24rpx;
- color: #384855;
- box-sizing: border-box;
- }
- .save{
- display: block;
- width: 600rpx;
- height: 96rpx;
- line-height: 96rpx;
- border-radius: 48rpx;
- background: #249EFB;
- border: 1px solid #249EFB;
- font-size: 32rpx;
- color: #FFFFFF;
- margin: 0 auto 40rpx;
- }
|