Ei kuvausta

inspectionHuatan.wxss 4.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. /* greenland/pages/inspectionHuatan/inspectionHuatan.wxss */
  2. page {
  3. background-color: #eee;
  4. }
  5. #mao_huatan {
  6. width: 100vw;
  7. height: 70vh;
  8. }
  9. .upload {
  10. height: 100rpx;
  11. width: 100%;
  12. display: flex;
  13. justify-content: space-around;
  14. align-items: center;
  15. position: relative;
  16. display: flex;
  17. }
  18. .upload_btn {
  19. width: 30%;
  20. height: 80rpx;
  21. background-color: #33a3dc;
  22. display: flex;
  23. justify-content: center;
  24. align-items: center;
  25. color: #fff;
  26. border-radius: 10rpx;
  27. }
  28. .btns_select {
  29. width: 100%;
  30. height: 100rpx;
  31. display: flex;
  32. align-items: center;
  33. justify-content: space-around;
  34. }
  35. .btns_item {
  36. line-height: 80rpx;
  37. text-align: center;
  38. width: 30%;
  39. height: 80rpx;
  40. background-color: #33a3dc;
  41. color: #ffffff;
  42. border-radius: 5px;
  43. }
  44. .outtxt {
  45. overflow: hidden;
  46. text-overflow: ellipsis;
  47. white-space: nowrap;
  48. }
  49. .dailog {
  50. width: 100%;
  51. height: 100%;
  52. background-color: rgba(0, 0, 0, 0.6);
  53. position: fixed;
  54. top: 0;
  55. left: 0;
  56. right: 0;
  57. display: flex;
  58. justify-content: center;
  59. align-items: center;
  60. z-index: 99999;
  61. }
  62. .dailog_con {
  63. width: 80%;
  64. height: 80%;
  65. border-radius: 15rpx;
  66. background-color: #ffffff;
  67. position: relative;
  68. }
  69. .dailog_con .close {
  70. width: auto;
  71. height: 50rpx;
  72. font-size: 30rpx;
  73. color: #ffffff;
  74. position: absolute;
  75. top: -50rpx;
  76. right: -50rpx;
  77. }
  78. .upfiles {
  79. /* padding: 20rpx 35rpx; */
  80. padding: 20rpx 20rpx;
  81. }
  82. .upfiles_box {
  83. height: 400rpx;
  84. padding: 20rpx;
  85. box-sizing: border-box;
  86. border-radius: 12rpx;
  87. background: rgba(249, 249, 249, 1);
  88. border: 1px solid rgba(231, 231, 231, 1);
  89. overflow: hidden;
  90. }
  91. .upfiles_box > image {
  92. width: 130rpx;
  93. height: 130rpx;
  94. margin-bottom: 20rpx;
  95. }
  96. .upfiles_box .upfiles_box_clear {
  97. float: left;
  98. width: 130rpx;
  99. height: 130rpx;
  100. position: relative;
  101. margin-right: 15rpx;
  102. margin-bottom: 15rpx;
  103. }
  104. .upfiles_box .upfiles_box_clear > image {
  105. width: 130rpx;
  106. height: 130rpx;
  107. margin-bottom: 20rpx;
  108. }
  109. .upfiles_box .upfiles_box_clear .ui_uploader_item_icon {
  110. position: absolute;
  111. top: 0;
  112. right: 0;
  113. }
  114. .te_time_choose {
  115. display: flex;
  116. flex-direction: column;
  117. align-items: stretch;
  118. margin-bottom: 0;
  119. }
  120. .te_time_choose .title {
  121. text-align: left;
  122. }
  123. .te_time_choose .area_box {
  124. padding: 0 20rpx;
  125. }
  126. .te_time_choose .area_box > textarea {
  127. position: relative;
  128. z-index: 1;
  129. background-color: #f5f5f5;
  130. width: 100%;
  131. margin-top: 10rpx;
  132. box-sizing: border-box;
  133. padding: 15rpx;
  134. font-size: 35rpx;
  135. height: 200rpx !important;
  136. border: 1px solid rgba(231, 231, 231, 1);
  137. border-radius: 12rpx;
  138. }
  139. .te_time_choose .area_box > textarea .currentWordNumber {
  140. font-size: 26rpx;
  141. color: rgba(153, 153, 153, 1);
  142. position: absolute;
  143. bottom: 15rpx;
  144. right: 30rpx;
  145. }
  146. .btnImg {
  147. width: 100%;
  148. height: 80rpx;
  149. position: absolute;
  150. bottom: 20rpx;
  151. display: flex;
  152. justify-content: space-around;
  153. align-items: center;
  154. }
  155. .btnImg .btn {
  156. width: 40%;
  157. background-color: #3573ea;
  158. color: #fff;
  159. text-align: center;
  160. border-radius: 10rpx;
  161. font-size: 32rpx;
  162. }
  163. .upfiles {
  164. /* padding: 20rpx 35rpx; */
  165. padding: 20rpx 20rpx;
  166. }
  167. .upfiles_box {
  168. height: 400rpx;
  169. padding: 20rpx;
  170. box-sizing: border-box;
  171. border-radius: 12rpx;
  172. background: rgba(249, 249, 249, 1);
  173. border: 1px solid rgba(231, 231, 231, 1);
  174. overflow: hidden;
  175. }
  176. .upfiles_box > image {
  177. width: 130rpx;
  178. height: 130rpx;
  179. margin-bottom: 20rpx;
  180. }
  181. .upfiles_box .upfiles_box_clear {
  182. float: left;
  183. width: 130rpx;
  184. height: 130rpx;
  185. position: relative;
  186. margin-right: 15rpx;
  187. margin-bottom: 15rpx;
  188. }
  189. .upfiles_box .upfiles_box_clear > image {
  190. width: 130rpx;
  191. height: 130rpx;
  192. margin-bottom: 20rpx;
  193. }
  194. .upfiles_box .upfiles_box_clear .ui_uploader_item_icon {
  195. position: absolute;
  196. top: 0;
  197. right: 0;
  198. }
  199. .upload_end {
  200. padding: 15rpx;
  201. background-color: skyblue;
  202. color: #fff;
  203. position: absolute;
  204. right: 50rpx;
  205. border-radius: 10rpx;
  206. }
  207. .huatanbox {
  208. width: 100vw;
  209. height: 100vh;
  210. background-color: #eee;
  211. position: fixed;
  212. top: 0;
  213. left: 0;
  214. z-index: 9999;
  215. padding: 10rpx;
  216. overflow-y: auto;
  217. }
  218. .close-hantan {
  219. position: fixed;
  220. right: 0;
  221. top: 0;
  222. width: 120rpx;
  223. height: 60rpx;
  224. background-color: #07c160;
  225. color: #fff;
  226. line-height: 60rpx;
  227. text-align: center;
  228. }
  229. .close-hantan1 {
  230. position: fixed;
  231. left: 0;
  232. top: 0;
  233. width: 120rpx;
  234. height: 60rpx;
  235. background-color: orange;
  236. color: #fff;
  237. line-height: 60rpx;
  238. text-align: center;
  239. }
  240. .item-huatan {
  241. background-color: #fff;
  242. width: 100%;
  243. padding: 10rpx;
  244. border-radius: 10rpx;
  245. }
  246. .mt60 {
  247. margin-top: 30rpx;
  248. }
  249. .green {
  250. background-color: orange;
  251. color: #fff;
  252. }