| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- page{
- background-color: #fff;
- }
- .form{
- padding: 30rpx;
- }
- .form-title{
- line-height: 50rpx;
- font-size: 36rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- .form-item-title{
- line-height: 45rpx;
- font-size: 32rpx;
- font-family: PingFang SC-Medium, PingFang SC;
- font-weight: 500;
- color: #333333;
- margin-top: 32rpx;
- }
- .upload-pic{
- width: 690rpx;
- height: 400rpx;
- background: #F8F8F8;
- border-radius: 10rpx 10rpx 10rpx 10rpx;
- opacity: 1;
- margin:30rpx auto 0;
- text-align: center;
- line-height: 45rpx;
- font-size: 32rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- flex-direction: column;
- justify-content: center;
- }
- .upload-pic image{
- width: 59rpx;
- height: 62rpx;
- }
- .upload-image{
- width: 690rpx;
- height: 400rpx;
- border-radius: 10rpx 10rpx 10rpx 10rpx;
- opacity: 1;
- margin:30rpx auto 0;
- }
- .form-limit{
- line-height: 33rpx;
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- margin-top: 20rpx;
- }
- .upload-photo{
- width: 120rpx;
- height: 120rpx;
- background: #F8F8F8;
- border-radius: 10rpx 10rpx 10rpx 10rpx;
- opacity: 1;
- margin-bottom: 20rpx;
- }
- .upload-photo image{
- width: 46rpx;
- height: 35rpx;
- margin: auto;
- }
- .upload-photo-image{
- width: 120rpx;
- height: 120rpx;
- border-radius: 10rpx 10rpx 10rpx 10rpx;
- opacity: 1;
- margin-right: 20rpx;
- position: relative;
- margin-bottom: 20rpx;
- }
- .upload-photo-image:nth-child(5n){
- margin-right: 0rpx;
- }
- .upload-photo-image image{
- width: 120rpx;
- height: 120rpx;
- border-radius: 10rpx 10rpx 10rpx 10rpx;
- }
- .upload-photo-close{
- width: 28rpx !important;
- height: 28rpx !important;
- position: absolute;
- top:-14rpx;
- right: -14rpx;
- }
- .form-border{
- height: 20rpx;
- background: #F8F8F8;
- border-radius: 0rpx 0rpx 0rpx 0rpx;
- opacity: 1;
- }
- .form-input-box{
- padding: 30rpx 0;
- border-bottom: 2rpx solid #DEDEDE;
- line-height: 45rpx;
- font-size: 32rpx;
- }
- .form-input-box input{
- font-size: 32rpx;
- }
- .form-input-placeholder{
- color: #CCCCCC;
- font-size: 32rpx;
- }
- .more{
- float: right;
- }
- .more image{
- width: 14rpx;
- height: 22rpx;
- margin-left: 10rpx;
- }
- .next-btn{
- height: 88rpx;
- line-height: 88rpx;
- background: #27D699;
- border-radius: 44rpx 44rpx 44rpx 44rpx;
- font-size: 36rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #FFFFFF;
- text-align: center;
- margin: 150rpx auto 30rpx;
- }
- .form-number-select{
- margin-top: 30rpx;
- }
- .form-number-select view:first-child,.form-number-select view:last-child{
- width: 80rpx;
- height: 67rpx;
- line-height: 67rpx;
- background: #F8F8F8;
- border-radius: 4rpx 4rpx 4rpx 4rpx;
- opacity: 1;
- text-align: center;
- color: #B3B3B3;
- font-size: 40rpx;
- }
- .form-number-select input{
- width: 112rpx;
- height: 63rpx;
- background: #FFFFFF;
- border-radius: 4rpx 4rpx 4rpx 4rpx;
- opacity: 1;
- border: 2rpx solid #DEDEDE;
- margin: 0 20rpx;
- text-align: center;
- padding: 0 10rpx;
- }
- .form-date-select{
- background: #F8F8F8;
- border-radius: 5rpx 5rpx 5rpx 5rpx;
- text-align: center;
- line-height: 76rpx;
- height: 76rpx;
- color: #CCCCCC;
- font-size: 32rpx;
- }
|