submit.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .body.data-v-2bfad09e {
  5. min-height: 100vh;
  6. box-sizing: border-box;
  7. padding: 21rpx 16rpx;
  8. background-color: #F3F5FB;
  9. padding-bottom: 160rpx;
  10. }
  11. .body .status-item.data-v-2bfad09e {
  12. padding: 22rpx 32rpx;
  13. background-color: #fff;
  14. font-size: 28rpx;
  15. line-height: 1;
  16. display: inline-block;
  17. color: #434343;
  18. margin-right: 20rpx;
  19. border-radius: 2px;
  20. }
  21. .body .status-item.active.data-v-2bfad09e {
  22. background: rgba(22, 141, 236, 0.16);
  23. color: #168DEC;
  24. }
  25. .body.data-v-2bfad09e .uni-forms-item__content .uni-easyinput, .body.data-v-2bfad09e .uni-forms-item__content .uni-select {
  26. background-color: #fff;
  27. }
  28. .body .upload-container .upload.data-v-2bfad09e {
  29. width: 216rpx;
  30. display: block;
  31. }
  32. .body .upload-container .tip.data-v-2bfad09e {
  33. font-size: 24rpx;
  34. line-height: 28rpx;
  35. color: #999999;
  36. padding-top: 20rpx;
  37. }
  38. .body .footer.data-v-2bfad09e {
  39. width: 100%;
  40. height: 136rpx;
  41. background: #FFFFFF;
  42. border-radius: 16rpx 16rpx 0px 0px;
  43. position: fixed;
  44. left: 0;
  45. bottom: 0;
  46. text-align: center;
  47. color: #168DEC;
  48. font-size: 32rpx;
  49. padding-top: 20rpx;
  50. letter-spacing: 2px;
  51. }
  52. .body .preview.data-v-2bfad09e {
  53. padding-top: 50rpx;
  54. }
  55. .body .preview .preview-item.data-v-2bfad09e {
  56. width: 200rpx;
  57. height: 200rpx;
  58. }