forBack.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. /* pages/forBack/forBack.wxss */
  2. .container{
  3. margin: 0;
  4. padding: 0;
  5. }
  6. .title{
  7. width: 700rpx;
  8. margin: 20rpx auto;
  9. font-size: 32rpx;
  10. height: 60rpx;
  11. line-height: 60rpx;
  12. }
  13. .radio-box{
  14. width: 700rpx;
  15. margin: 0 25rpx;
  16. display: flex;
  17. flex-wrap: wrap;
  18. justify-content: space-between;
  19. }
  20. .radio-view{
  21. width: 319rpx;
  22. text-align: center;
  23. height: 70rpx;
  24. line-height: 70rpx;
  25. background: #f1f1f1;
  26. color: #666;
  27. border-radius: 50rpx;
  28. font-size: 28rpx;
  29. margin-bottom: 30rpx;
  30. border: 1rpx solid #f1f1f1;
  31. }
  32. .curRadio{
  33. background: #FFF;
  34. color: #cc6031;
  35. border: 1rpx solid #cc6031;
  36. }
  37. .picker-view,.curSchool{
  38. font-size: 32rpx;
  39. width: 700rpx;
  40. margin: 0 auto;
  41. }
  42. .section{
  43. display: flex;
  44. }
  45. .change-view{
  46. height: 100rpx;
  47. padding-top: 40rpx;
  48. }
  49. .line{
  50. height: 20rpx;
  51. background: #f1f1f1;
  52. width: 750rpx;
  53. }
  54. .textarea{
  55. width: 650rpx;
  56. margin: 20rpx auto 40rpx;
  57. padding: 25rpx;
  58. background: #f1f1f1;
  59. border-radius: 20rpx;
  60. }
  61. .uploadImg-task-view{
  62. display: grid;
  63. justify-content: space-between;
  64. grid-template-columns: repeat(auto-fill, 140rpx);
  65. grid-gap: auto;
  66. width: 650rpx;
  67. margin: 0 auto;
  68. border-bottom: 1px dashed #ccc;
  69. padding-bottom: 40rpx;
  70. margin-bottom: 40rpx;
  71. }
  72. .new-task-img{
  73. width: 139rpx;
  74. height: 139rpx;
  75. border: 1rpx dashed #ccc;
  76. }
  77. .my-img-view{
  78. position: relative;
  79. margin: 20rpx 0 20rpx;
  80. }
  81. .del-btn{
  82. position: absolute;
  83. width: 40rpx;
  84. height: 40rpx;
  85. line-height: 40rpx;
  86. z-index: 2;
  87. background: #cc6031;
  88. color: #FFF;
  89. text-align: center;
  90. font-weight: 600;
  91. border-radius: 50rpx;
  92. top: -20rpx;
  93. left: -20rpx;
  94. border: 8rpx solid #FFF;
  95. }
  96. .new-task-img image{
  97. width: 100%;
  98. height: 100%;
  99. }
  100. .upload-btn image{
  101. height: 40rpx;
  102. width: 40rpx;
  103. }
  104. .upload-btn{
  105. width: 139rpx;
  106. height: 139rpx;
  107. border: 1rpx dashed #ccc;
  108. text-align: center;
  109. background: #f8f8f8;
  110. margin: 20rpx 0 20rpx;
  111. color: #999;
  112. font-size: 22rpx;
  113. line-height: 36rpx;
  114. }
  115. .submit-btn{
  116. width: 400rpx;
  117. height: 80rpx;
  118. line-height: 80rpx;
  119. color: #FFF;
  120. background: #cc6031;
  121. text-align: center;
  122. position: relative;
  123. left: 50%;
  124. margin-left: -200rpx;
  125. margin-bottom: 60rpx;
  126. border-radius: 50rpx;
  127. font-size: 36rpx;
  128. }