智慧申请系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

213 lines
3.4 KiB

  1. .title-box {
  2. padding: 24rpx;
  3. font-weight: bold;
  4. font-size: 28rpx;
  5. text-align: center;
  6. }
  7. .upload-image {
  8. display: flex;
  9. justify-content: center;
  10. padding: 0 18rpx;
  11. }
  12. .upload-image>.upload-image-item {
  13. flex: 0 0 33.33%;
  14. padding: 0 6rpx;
  15. }
  16. .upload-image>.upload-image-item>image {
  17. width: 100%;
  18. height: 150rpx;
  19. }
  20. .upload-image-item>text {
  21. display: block;
  22. text-align: center;
  23. color: #8C8C8C;
  24. font-size: 26rpx;
  25. margin-top: 20rpx;
  26. }
  27. .form {
  28. display: block;
  29. font-size: 26rpx;
  30. margin-top: 20rpx;
  31. }
  32. .form .page-section {
  33. display: flex;
  34. flex-direction: row;
  35. justify-content: flex-start;
  36. align-items: center;
  37. height: 100rpx;
  38. width: 100%;
  39. padding: 0 24rpx;
  40. background: #fff;
  41. border-bottom: 1px solid #ECECEC;
  42. }
  43. .form .noBorder {
  44. border: none;
  45. }
  46. .form .noBorder text {
  47. color: #1aad19;
  48. }
  49. .flex-align {
  50. align-items: center;
  51. }
  52. .form .space {
  53. margin-bottom: 20rpx;
  54. }
  55. .form .page-section>.page-section-title {
  56. flex: 0 0 172rpx;
  57. margin-right: 25rpx;
  58. display: flex;
  59. align-items: center;
  60. }
  61. .form .page-section .more {
  62. height: 36rpx;
  63. width: 36rpx;
  64. float: right;
  65. margin-right: 30rpx;
  66. }
  67. .weui-cells {
  68. flex: 1;
  69. display: flex;
  70. align-items: center;
  71. justify-content: space-between;
  72. }
  73. .sub-info,
  74. .weui-input {
  75. flex: 1;
  76. }
  77. .sub-infos {
  78. color: #666;
  79. }
  80. .page-section-pick {
  81. border-top: solid 1rpx #ececec;
  82. }
  83. .pick-title {
  84. margin-right: 24rpx;
  85. width: 172rpx;
  86. line-height: 100rpx;
  87. border-right: solid 1rpx #ececec;
  88. }
  89. .form .page-section>.weui-cells text{
  90. color: rgb(131, 131, 131);
  91. }
  92. .form .page-section>.weui-cells .time{
  93. display: inline-block;
  94. width: 250rpx;
  95. height: 100rpx;
  96. vertical-align: middle;
  97. text-align: center;
  98. line-height: 100rpx;
  99. }
  100. .arrow {
  101. width: 36rpx;
  102. height: 36rpx;
  103. transform: rotate(90deg);
  104. }
  105. .form .submit {
  106. background-color: #26A4DE;
  107. width: 540rpx;
  108. margin: 150rpx auto;
  109. }
  110. .input-container {
  111. display: flex;
  112. flex-wrap: wrap;
  113. }
  114. .input-container .page-section {
  115. width: 50%;
  116. border-right: solid 1rpx #ECECEC;
  117. }
  118. .input-container .page-section.w-full {
  119. width: 100%;
  120. }
  121. .input-container .page-section .page-section-title,
  122. .bRight {
  123. border-right: solid 1rpx #ECECEC;
  124. }
  125. .btn-group {
  126. background: white;
  127. position: fixed;
  128. bottom: 0;
  129. width: 100%;
  130. left: 0;
  131. box-sizing: border-box;
  132. padding: 24rpx;
  133. text-align: center;
  134. display: flex;
  135. z-index: 99;
  136. }
  137. .btn{
  138. height: 80rpx;
  139. line-height: 80rpx;
  140. color: #fff;
  141. display: block;
  142. margin: 0 10rpx;
  143. flex: 1;
  144. border-radius: 40rpx;
  145. background: #008fd7;
  146. font-size: 28rpx;
  147. }
  148. .code-btn {
  149. flex: 0 0 180rpx;
  150. height: 80rpx;
  151. line-height: 80rpx;
  152. text-align: center;
  153. color: #fff;
  154. display: block;
  155. border-radius: 8rpx;
  156. background: #008fd7;
  157. font-size: 28rpx;
  158. }
  159. .mask {
  160. position: fixed;
  161. width: 100%;
  162. height: 100%;
  163. background-color: rgba(0,0,0,.65);
  164. top: 0;
  165. left: 0;
  166. z-index: 999;
  167. }
  168. .mask-container {
  169. position: fixed;
  170. padding: 24rpx;
  171. width: 90%;
  172. height: 90vh;
  173. top: 5%;
  174. left: 5%;
  175. background-color: #fff;
  176. border-radius: 12rpx;
  177. display: flex;
  178. flex-direction: column;
  179. overflow: hidden;
  180. z-index: 1001;
  181. }
  182. .mask-content {
  183. flex: 1;
  184. margin-bottom: 24rpx;
  185. overflow-y: auto;
  186. }
  187. .text-title {
  188. text-align: center;
  189. font-size: 28rpx;
  190. line-height: 1.75;
  191. }
  192. .i-text {
  193. line-height: 1.75;
  194. }
  195. .text {
  196. line-height: 1.75;
  197. text-indent: 36rpx;
  198. }
  199. .check-container {
  200. display: flex;
  201. align-items: center;
  202. }
  203. .confirm-btn {
  204. margin-top: 24rpx;
  205. width: 100%;
  206. }