index.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. page {
  2. height: 100%;
  3. width: 100%;
  4. }
  5. .container {
  6. height: auto;
  7. overflow: hidden;
  8. padding:20rpx;
  9. }
  10. .confirmTxt{
  11. text-align: left;
  12. font-weight: 500;
  13. font-size: 18px;
  14. height: 66rpx;
  15. line-height: 66rpx;
  16. padding-right: 20rpx;
  17. color: #333;
  18. }
  19. .item{
  20. display: flex;
  21. margin: 20rpx 0;
  22. }
  23. .txt{
  24. flex: 1;
  25. height: 66rpx;
  26. line-height: 66rpx;
  27. text-align: right;
  28. padding-right: 20rpx;
  29. color: #333;
  30. }
  31. .input{
  32. flex: 4;
  33. height: 72rpx;
  34. border: 1rpx solid #ccc;
  35. font-size: 36rpx;
  36. padding-left: 10rpx;
  37. color:#333
  38. }
  39. .item-btn{
  40. display:flex;
  41. justify-content: center;
  42. /* position: absolute; */
  43. /* bottom: 20rpx; */
  44. /* width: 100%; */
  45. /* border-top: 1rpx solid #ccc; */
  46. /* left: 0; */
  47. }
  48. .btn {
  49. margin-top: 30rpx;
  50. height: 96rpx;
  51. line-height: 96rpx;
  52. width: 300rpx;
  53. color: #fff;
  54. font-size: 30rpx;
  55. background-color: #09AFFF;
  56. border-radius: 10rpx;
  57. letter-spacing: 3rpx;
  58. }
  59. .action{
  60. height: 30rpx;
  61. width: 30rpx;
  62. float: right;
  63. color: #b4282d;
  64. border-radius: 50%;
  65. margin-top: -10rpx;
  66. }
  67. .picker{
  68. height: 100%;
  69. position: absolute;
  70. bottom: 20rpx;
  71. background-color: #fff;
  72. right: 10rpx;
  73. left: 10rpx;
  74. }
  75. .category{
  76. border:1rpx solid #ccc;
  77. padding: 10rpx;
  78. margin: 20rpx 0;
  79. border-radius: 10rpx;
  80. }
  81. .list{
  82. display: flex;
  83. flex-wrap: wrap;
  84. align-items: center;
  85. /* min-height: 200rpx; */
  86. justify-content: flex-start;
  87. }
  88. .label{
  89. border-radius: 10rpx;
  90. padding: 10rpx 20rpx;
  91. height: 50rpx;
  92. line-height: 50rpx;
  93. border: 1rpx solid #ccc;
  94. background-color:#09AFFF;
  95. color: #333;
  96. text-align: center;
  97. margin-right: 10rpx;
  98. margin-top: 10rpx;
  99. /* width: 25.5%; */
  100. }
  101. .title{
  102. font-size: 36rpx;
  103. font-weight: 600;
  104. color: #333;
  105. margin: 10rpx 0;
  106. }
  107. .view{
  108. border-bottom: 1rpx solid #ccc;
  109. padding-bottom: 20rpx;
  110. }
  111. .view .content{
  112. display: flex;
  113. flex-wrap: wrap;
  114. justify-content: flex-start;
  115. }
  116. .span{
  117. padding: 0rpx 20rpx;
  118. height: 50rpx;
  119. line-height: 50rpx;
  120. color: #09AFFF;
  121. text-align: center;
  122. margin-right: 10rpx;
  123. }
  124. .right{
  125. float: right;
  126. }
  127. .form-item {
  128. position: relative;
  129. background: #fff;
  130. height: 76rpx;
  131. padding-top: 20rpx;
  132. display: flex;
  133. }
  134. .captcha{
  135. width: 70%;
  136. height: 76rpx;
  137. line-height: 76rpx;
  138. border: 1rpx solid #ccc;
  139. font-size: 36rpx;
  140. color:#333
  141. }
  142. .form-item-getPhone {
  143. height: auto;
  144. float: right;
  145. border-radius: 6rpx;
  146. color: #333;
  147. font-size: 30rpx;
  148. }
  149. .weui-uploader {
  150. margin-top: 50rpx;
  151. }
  152. .weui-uploader__hd {
  153. display: -webkit-box;
  154. display: -webkit-flex;
  155. display: flex;
  156. padding-bottom: 10px;
  157. -webkit-box-align: center;
  158. -webkit-align-items: center;
  159. align-items: center;
  160. }
  161. .weui-uploader__title {
  162. -webkit-box-flex: 1;
  163. -webkit-flex: 1;
  164. flex: 1;
  165. }
  166. .weui-uploader__info {
  167. color: #b2b2b2;
  168. }
  169. .weui-uploader__bd {
  170. margin-bottom: -4px;
  171. margin-right: -9px;
  172. overflow: hidden;
  173. }
  174. .weui-uploader__file {
  175. float: left;
  176. margin-right: 9px;
  177. margin-bottom: 9px;
  178. }
  179. .weui-uploader__img {
  180. display: block;
  181. width: 79px;
  182. height: 79px;
  183. }
  184. .weui-uploader__file_status {
  185. position: relative;
  186. }
  187. .weui-uploader__file_status:before {
  188. content: " ";
  189. position: absolute;
  190. top: 0;
  191. right: 0;
  192. bottom: 0;
  193. left: 0;
  194. background-color: rgba(0, 0, 0, 0.5);
  195. }
  196. .weui-uploader__file-content {
  197. position: absolute;
  198. top: 50%;
  199. left: 50%;
  200. -webkit-transform: translate(-50%, -50%);
  201. transform: translate(-50%, -50%);
  202. color: #fff;
  203. }
  204. .weui-uploader__input-box {
  205. float: left;
  206. position: relative;
  207. margin-right: 9px;
  208. margin-bottom: 9px;
  209. width: 77px;
  210. height: 77px;
  211. border: 1px solid #d9d9d9;
  212. }
  213. .weui-uploader__input-box:after, .weui-uploader__input-box:before {
  214. content: " ";
  215. position: absolute;
  216. top: 50%;
  217. left: 50%;
  218. -webkit-transform: translate(-50%, -50%);
  219. transform: translate(-50%, -50%);
  220. background-color: #d9d9d9;
  221. }
  222. .weui-uploader__input-box:before {
  223. width: 2px;
  224. height: 39.5px;
  225. }
  226. .weui-uploader__input-box:after {
  227. width: 39.5px;
  228. height: 2px;
  229. }
  230. .weui-uploader__input-box:active {
  231. border-color: #999;
  232. }
  233. .weui-uploader__input-box:active:after, .weui-uploader__input-box:active:before {
  234. background-color: #999;
  235. }
  236. .weui-uploader__input {
  237. position: absolute;
  238. z-index: 1;
  239. top: 0;
  240. left: 0;
  241. width: 100%;
  242. height: 100%;
  243. opacity: 0;
  244. }