| 1 |
- .form-box{padding:0 30rpx;background:#fff}.form-box .title{padding:15rpx 0rpx;font-size:28rpx;font-family:PingFang SC;color:#949494}.form-box .textarea-box{box-sizing:border-box;height:330rpx;background:#f5f6fa;border-radius:10rpx;padding:30rpx;position:relative}.form-box .textarea-box .textarea-place{font-size:28rpx;font-family:PingFang SC;font-weight:400;color:#c9ced6}.form-box .textarea-box textarea{width:100%;height:100%;font-size:32rpx;font-family:PingFang SC;font-weight:400;color:#000}.form-box .textarea-box .num-box{position:absolute;right:20rpx;bottom:20rpx;font-size:24rpx;font-family:PingFang SC;font-weight:400;color:#c9ced6;z-index:10;background:#f5f6fa}.btn-box{margin-top:30rpx;height:120rpx;padding:0 30rpx;display:flex;align-items:center;justify-content:center}.btn-box .sub-btn{width:100%;height:88rpx;line-height:88rpx;text-align:center;font-size:30rpx;font-family:PingFang SC;font-weight:700;color:#fff;background:#2bc7b9;border-radius:44rpx}.popup-box{position:fixed;top:0;right:0;left:0;bottom:0;z-index:999;display:flex;justify-content:center;align-items:center}.popup-box .info-mask{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.5);z-index:999}.popup-box .info-form{z-index:1000;width:80%;height:80%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.popup-box .info-form image{width:100%;height:100%}
|