| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- /* create.css */
- page{background: #f9f9f9;padding-bottom: 130rpx;}
- .form{background: #fff;padding: 0 35rpx 20rpx;margin-bottom: 20rpx;}
- .form .li{padding: 30rpx 0;position: relative;}
- .label{font-size: 30rpx;color: #999;width: 160rpx;}
- .photo{justify-content: space-between;}
- .userimg{width: 90rpx;height: 90rpx;border-radius: 6rpx;}
- .rico{width: 15rpx;height: 22rpx;}
- .ipt{font-size: 30rpx;color: #333;}
- .textarea{font-size: 30rpx;color: #333;height: 100rpx;}
- .tit{font-size: 30rpx;color: #333;font-weight: bold;padding: 35rpx 0;}
- .alstart{align-items: flex-start;}
- .num{position: absolute;right: 0;bottom: 0;}
- .tong{font-size: 26rpx;color: #DB2A2A;}
- .tong image{width: 32rpx;height: 32rpx;margin-right: 10rpx;}
- .add{font-size: 26rpx;color: #DB2A2A;font-weight: normal;}
- .add image{width: 33rpx;height: 33rpx;margin-right: 10rpx;}
- .picker{position: relative;}
- .picker view{width: 100%;font-size: 30rpx;}
- .picker .rico{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
- .placeholder{color: #ccc;}
- .bot{position: fixed;left: 0;right: 0;bottom: 0;background: #fff;padding: 25rpx 32rpx;z-index: 50;}
- .btn{height: 80rpx;background: var(--main);border-radius: 40rpx;font-size: 30rpx;color: #fff;text-align: center;line-height: 80rpx;}
- .upload-box{
- width: 200rpx;
- height: 200rpx;
- background: #F8F8F8;
- border-radius: 10rpx 10rpx 10rpx 10rpx;
- justify-content: center;
- flex-direction: column;
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- text-align: center;
- color: #A1A1A1;
- }
- .upload-box image{
- width: 51rpx;
- height: 44rpx;
- margin-bottom: 19rpx;
- }
- .upload-box-image{
- position: relative;
- }
- .upload-box-image .upload-image{
- width: 200rpx;
- height: 200rpx;
- border-radius: 10rpx 10rpx 10rpx 10rpx;
- }
- .upload-close{
- position: absolute;
- width: 28rpx;
- height: 28rpx;
- top: -14rpx;
- right: -14rpx;
- }
- .upload-group .upload-box , .upload-group .upload-box-image {
- margin-right: 13rpx;
- margin-bottom: 13rpx;
- }
|