tovolApply.wxss 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background: #f8f8f8;
  13. min-height: 100%;
  14. color: #222222;
  15. }
  16. .cantent {
  17. color: #222222;
  18. }
  19. .top {
  20. width: 100%;
  21. height: 368rpx;
  22. }
  23. .top image {
  24. width: 100%;
  25. height: 368rpx;
  26. }
  27. .list-box {
  28. background-color: #ffffff;
  29. font-size: 28rpx;
  30. width: 100%;
  31. height: 100%;
  32. border-top: 15rpx solid #F2F2F2;
  33. color: #222222;
  34. }
  35. .list-box .list-title {
  36. color: #E63931;
  37. text-align: center;
  38. padding: 30rpx 0rpx;
  39. font-size: 34rpx;
  40. font-weight: 500;
  41. border-bottom: 2rpx dashed #B5B5B5;
  42. }
  43. .list-box .tip {
  44. color: #E63931;
  45. padding-top: 25rpx;
  46. width: 100%;
  47. text-align: center;
  48. }
  49. .check_box {
  50. padding: 25rpx 25rpx;
  51. font-size: 28rpx;
  52. }
  53. .uni-radio-input {
  54. border-color: #FFFFFF !important;
  55. }
  56. .tpl-box {
  57. padding-bottom: 25rpx;
  58. }
  59. .content_box {
  60. color: #222222;
  61. background-color: #ffffff;
  62. padding: 0rpx 25rpx;
  63. }
  64. .content_box .worksInput {
  65. margin-bottom: 35rpx;
  66. border: 2rpx solid #979797;
  67. width: 100%;
  68. height: 70rpx;
  69. line-height: 70rpx;
  70. padding: 0rpx 25rpx;
  71. -webkit-border-radius: 15rpx;
  72. border-radius: 15rpx;
  73. }
  74. .content_box .list-name {
  75. padding-top: 25rpx;
  76. font-size: 28rpx;
  77. padding-left: 15rpx;
  78. padding-bottom: 10rpx;
  79. color: #666;
  80. }
  81. .content_box .examine_list {
  82. width: 100%;
  83. }
  84. .content_box .examine_list .textarea-box {
  85. width: 100%;
  86. padding-bottom: 25rpx;
  87. padding-left: 25rpx;
  88. }
  89. .content_box .examine_list .textarea-box .textarea {
  90. width: 100%;
  91. font-size: 28rpx;
  92. min-height: 150rpx;
  93. }
  94. .content_box .examine_list .textarea-box input {
  95. font-size: 28rpx;
  96. }
  97. .checkbox {
  98. padding: 25rpx 0rpx;
  99. }
  100. .checklist {
  101. -webkit-flex-wrap: wrap;
  102. flex-wrap: wrap;
  103. }
  104. .list-item {
  105. width: 150rpx;
  106. text-align: center;
  107. }
  108. .list-item .tip {
  109. width: 150rpx;
  110. font-size: 26rpx;
  111. padding-bottom: 15rpx;
  112. }
  113. .list-item .top-bottom {
  114. padding-bottom: 35rpx;
  115. }
  116. .radio-list {
  117. display: -webkit-box;
  118. display: -webkit-flex;
  119. display: flex;
  120. -webkit-flex-wrap: wrap;
  121. flex-wrap: wrap;
  122. font-size: 28rpx;
  123. padding-top: 30rpx;
  124. color: #666;
  125. }
  126. .radio-list .uni-label-pointer {
  127. padding-right: 25rpx;
  128. padding-bottom: 30rpx;
  129. }
  130. .mar-b {
  131. margin-bottom: 120rpx;
  132. }
  133. .row {
  134. display: -webkit-box;
  135. display: -webkit-flex;
  136. display: flex;
  137. -webkit-box-orient: vertical;
  138. -webkit-box-direction: normal;
  139. -webkit-flex-direction: column;
  140. flex-direction: column;
  141. padding: 12rpx 24rpx;
  142. background: #fff;
  143. font-size: 28rpx;
  144. }
  145. .row .tit {
  146. color: #E63931;
  147. -webkit-flex-shrink: 0;
  148. flex-shrink: 0;
  149. font-size: 32rpx;
  150. margin-bottom: 12rpx;
  151. }
  152. .row .value {
  153. width: 100%;
  154. text-align: right;
  155. }
  156. .row .picker-box {
  157. height: 70rpx;
  158. width: 100%;
  159. -webkit-box-sizing: border-box;
  160. box-sizing: border-box;
  161. border: 1rpx solid #f3afad;
  162. -webkit-border-radius: 22rpx;
  163. border-radius: 22rpx;
  164. text-align: left;
  165. font-size: 36rpx;
  166. color: #FF9797;
  167. line-height: 70rpx;
  168. padding-left: 24rpx;
  169. }
  170. .row .input {
  171. height: 70rpx;
  172. padding-left: 24rpx;
  173. display: -webkit-box;
  174. display: -webkit-flex;
  175. display: flex;
  176. -webkit-box-align: center;
  177. -webkit-align-items: center;
  178. align-items: center;
  179. width: 100%;
  180. font-size: 36rpx;
  181. -webkit-box-flex: 1;
  182. -webkit-flex: 1;
  183. flex: 1;
  184. color: #FF9797;
  185. border: 1rpx solid #f3afad;
  186. -webkit-border-radius: 22rpx;
  187. border-radius: 22rpx;
  188. text-align: left;
  189. }
  190. .row .input .input-placeholder {
  191. height: 70rpx;
  192. color: #FF9797;
  193. }
  194. .row .iconlocation {
  195. font-size: 36rpx;
  196. color: #909399;
  197. }
  198. .icon {
  199. font-size: 28rpx;
  200. color: #E72224;
  201. }
  202. .tip-info {
  203. color: #9B9B9B;
  204. font-size: 26rpx;
  205. }
  206. .examine_name {
  207. color: #E63931;
  208. font-size: 32rpx;
  209. padding: 25rpx 25rpx;
  210. }
  211. .examine_img {
  212. width: 100%;
  213. padding-bottom: 25rpx;
  214. padding-left: 25rpx;
  215. }
  216. .examine_img .image {
  217. width: 180rpx;
  218. height: 180rpx;
  219. }
  220. .add-img-box {
  221. width: 100%;
  222. -webkit-box-orient: horizontal;
  223. -webkit-box-direction: normal;
  224. -webkit-flex-direction: row;
  225. flex-direction: row;
  226. -webkit-flex-wrap: wrap;
  227. flex-wrap: wrap;
  228. margin-top: 50rpx;
  229. }
  230. .add-img-item {
  231. margin-bottom: 25rpx;
  232. width: 100%;
  233. }
  234. .add-img-item .add-img {
  235. min-width: 150rpx;
  236. max-width: 100%;
  237. height: 400rpx;
  238. }
  239. .add-img-del {
  240. position: absolute;
  241. width: 40rpx;
  242. height: 40rpx;
  243. right: 60rpx;
  244. -webkit-border-radius: 20rpx;
  245. border-radius: 20rpx;
  246. }
  247. .default-row {
  248. margin-top: 16rpx;
  249. }
  250. .default-row .tit {
  251. -webkit-box-flex: 1;
  252. -webkit-flex: 1;
  253. flex: 1;
  254. }
  255. .default-row switch {
  256. -webkit-transform: translateX(16rpx) scale(0.9);
  257. transform: translateX(16rpx) scale(0.9);
  258. }
  259. .add-btn {
  260. margin-top: 84rpx;
  261. width: 100%;
  262. height: 100rpx;
  263. font-size: 28rpx;
  264. color: #FFFFFF;
  265. background-color: #DF2412;
  266. line-height: 100rpx;
  267. text-align: center;
  268. }
  269. .img_box {
  270. padding: 35rpx 35rpx;
  271. width: 250rpx;
  272. height: 250rpx;
  273. }
  274. .flex_item {
  275. display: -webkit-box;
  276. display: -webkit-flex;
  277. display: flex;
  278. -webkit-box-align: center;
  279. -webkit-align-items: center;
  280. align-items: center;
  281. }
  282. .img_box image {
  283. width: 100%;
  284. height: 100%;
  285. }
  286. .alert-box {
  287. background-color: #ffffff;
  288. }
  289. .b-b:after {
  290. position: relative !important;
  291. }