create.css 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /* create.css */
  2. page{background: #f9f9f9;padding-bottom: 130rpx;}
  3. .form{background: #fff;padding: 0 35rpx 20rpx;margin-bottom: 20rpx;}
  4. .form .li{padding: 30rpx 0;position: relative;}
  5. .label{font-size: 30rpx;color: #999;width: 160rpx;}
  6. .photo{justify-content: space-between;}
  7. .userimg{width: 90rpx;height: 90rpx;border-radius: 50%;}
  8. .rico{width: 15rpx;height: 22rpx;}
  9. .ipt{font-size: 30rpx;color: #333;}
  10. .textarea{font-size: 30rpx;color: #333;height: 100rpx;}
  11. .tit{font-size: 30rpx;color: #333;font-weight: bold;padding: 35rpx 0;}
  12. .alstart{align-items: flex-start;}
  13. .num{position: absolute;right: 0;bottom: 0;}
  14. .tong{font-size: 26rpx;color: #DB2A2A;}
  15. .tong image{width: 32rpx;height: 32rpx;margin-right: 10rpx;}
  16. .add{font-size: 26rpx;color: #DB2A2A;font-weight: normal;}
  17. .add image{width: 33rpx;height: 33rpx;margin-right: 10rpx;}
  18. .picker{position: relative;}
  19. .picker view{width: 100%;font-size: 30rpx;}
  20. .picker .rico{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
  21. .placeholder{color: #ccc;}
  22. .bot{position: fixed;left: 0;right: 0;bottom: 0;background: #fff;padding: 25rpx 32rpx;z-index: 50;}
  23. .btn{height: 80rpx;background: var(--main);border-radius: 40rpx;font-size: 30rpx;color: #fff;text-align: center;line-height: 80rpx;}
  24. .upload-box{
  25. width: 200rpx;
  26. height: 200rpx;
  27. background: #F8F8F8;
  28. border-radius: 10rpx 10rpx 10rpx 10rpx;
  29. justify-content: center;
  30. flex-direction: column;
  31. font-size: 24rpx;
  32. font-family: PingFang SC-Regular, PingFang SC;
  33. font-weight: 400;
  34. text-align: center;
  35. color: #A1A1A1;
  36. }
  37. .upload-box image{
  38. width: 51rpx;
  39. height: 44rpx;
  40. margin-bottom: 19rpx;
  41. }
  42. .upload-box-image{
  43. position: relative;
  44. }
  45. .upload-box-image .upload-image{
  46. width: 200rpx;
  47. height: 200rpx;
  48. border-radius: 10rpx 10rpx 10rpx 10rpx;
  49. }
  50. .upload-close{
  51. position: absolute;
  52. width: 28rpx;
  53. height: 28rpx;
  54. top: -14rpx;
  55. right: -14rpx;
  56. }
  57. .upload-group .upload-box , .upload-group .upload-box-image {
  58. margin-right: 13rpx;
  59. margin-bottom: 13rpx;
  60. }