rectify.wxss 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .body.data-v-181c7e1e {
  5. min-height: 100vh;
  6. box-sizing: border-box;
  7. padding: 21rpx 16rpx;
  8. background-color: #F3F5FB;
  9. padding-bottom: 160rpx;
  10. }
  11. .body .desc.data-v-181c7e1e {
  12. padding-left: 24rpx;
  13. color: #666;
  14. background-color: #fff;
  15. border-radius: 10rpx;
  16. padding: 10rpx;
  17. }
  18. .body .status-item.data-v-181c7e1e {
  19. padding: 22rpx 32rpx;
  20. background-color: #fff;
  21. font-size: 28rpx;
  22. line-height: 1;
  23. display: inline-block;
  24. color: #434343;
  25. margin-right: 20rpx;
  26. border-radius: 2px;
  27. }
  28. .body .status-item.active.data-v-181c7e1e {
  29. background: rgba(22, 141, 236, 0.16);
  30. color: #168DEC;
  31. }
  32. .body.data-v-181c7e1e .uni-forms-item__content .uni-easyinput, .body.data-v-181c7e1e .uni-forms-item__content .uni-select {
  33. background-color: #fff;
  34. }
  35. .body .upload-container .upload.data-v-181c7e1e {
  36. width: 216rpx;
  37. display: block;
  38. }
  39. .body .upload-container .tip.data-v-181c7e1e {
  40. font-size: 24rpx;
  41. line-height: 28rpx;
  42. color: #999999;
  43. padding-top: 20rpx;
  44. }
  45. .body .footer.data-v-181c7e1e {
  46. width: 100%;
  47. height: 136rpx;
  48. background: #FFFFFF;
  49. border-radius: 16rpx 16rpx 0px 0px;
  50. position: fixed;
  51. left: 0;
  52. bottom: 0;
  53. text-align: center;
  54. color: #168DEC;
  55. font-size: 32rpx;
  56. padding-top: 20rpx;
  57. letter-spacing: 2px;
  58. }
  59. .body .preview.data-v-181c7e1e {
  60. padding-top: 50rpx;
  61. }
  62. .body .preview .preview-item.data-v-181c7e1e {
  63. width: 200rpx;
  64. height: 200rpx;
  65. border: 1px solid #ccc;
  66. margin: 10rpx;
  67. }
  68. @charset "UTF-8";
  69. /* 水平间距 */
  70. /* 水平间距 */
  71. .task-page.data-v-47641e5a {
  72. padding: 20rpx;
  73. position: relative;
  74. }
  75. .task-page .head.data-v-47641e5a {
  76. position: fixed;
  77. z-index: 999;
  78. width: 710rpx;
  79. left: 10px;
  80. top: 0px;
  81. background-color: #fff;
  82. box-sizing: border-box;
  83. padding-top: 5px;
  84. }
  85. .task-page .content.data-v-47641e5a {
  86. margin-top: 36px;
  87. }