application.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. page{
  2. background: #f5f5f5;
  3. }
  4. .number{
  5. width: 690rpx;
  6. height: 200rpx;
  7. margin: 0 auto;
  8. margin-top: 25rpx;
  9. background: #fff;
  10. display: flex;
  11. justify-content: center;
  12. align-items: center;
  13. border-radius: 10rpx;
  14. }
  15. .number-list{
  16. }
  17. .number-shu{
  18. display: flex;
  19. padding: 26rpx;
  20. }
  21. .number-text{
  22. width: 58rpx;
  23. height: 58rpx;
  24. display: flex;
  25. justify-content: center;
  26. align-items: center;
  27. background: #999;
  28. border-radius: 50%;
  29. color: #fff;
  30. }
  31. .number-xian{
  32. color: #999;
  33. display: flex;
  34. align-items: center;
  35. }
  36. .number-shu .number-title{
  37. display: flex;
  38. justify-content: space-between;
  39. }
  40. .number-title{
  41. display: flex;
  42. justify-content: space-between;
  43. font-size: 34rpx;
  44. }
  45. .number-title view{
  46. color: #999;
  47. font-size: 26rpx;
  48. }
  49. swiper{
  50. height: 730rpx;
  51. }
  52. .photo{
  53. margin: auto;
  54. width: 690rpx;
  55. background: #fff;
  56. display: flex;
  57. justify-content: center;
  58. align-items: center;
  59. flex-direction: column;
  60. margin-top: 20rpx;
  61. padding: 60rpx 0rpx 80rpx 0rpx;
  62. border-radius: 10rpx;
  63. }
  64. .photo-title{
  65. color: #333;
  66. font-size: 34rpx;
  67. }
  68. .photo-content{
  69. color: #666;
  70. font-size: 24rpx;
  71. margin-top: 30rpx;
  72. }
  73. .photo-images{
  74. width: 200rpx;
  75. height: 200rpx;
  76. display: flex;
  77. justify-content: center;
  78. align-items: center;
  79. flex-direction: column;
  80. background: #f5f5f5;
  81. border-radius: 30rpx;
  82. margin-top: 80rpx;
  83. }
  84. .photo-images text{
  85. margin-top: 20rpx;
  86. font-size: 24rpx;
  87. color:#333;
  88. }
  89. .photo-images image{
  90. width: 86rpx;
  91. height: 70rpx;
  92. }
  93. .bottom{
  94. position: fixed;
  95. left: 0;
  96. right: 0;
  97. margin:0 auto;
  98. bottom: 60rpx;
  99. display: flex;
  100. }
  101. .next{
  102. width: 100%;
  103. height: 90rpx;
  104. background: #6282f4;
  105. color: #fff;
  106. border-radius: 10rpx;
  107. margin: 20rpx;
  108. }
  109. .form{
  110. width: 690rpx;
  111. margin: 0 auto;
  112. background: #fff;
  113. display: flex;
  114. flex-direction: column;
  115. margin-top: 20rpx;
  116. padding: 30rpx 0rpx 40rpx 0rpx;
  117. border-radius: 10rpx;
  118. }
  119. .input{
  120. display: flex;
  121. height: 60rpx;
  122. /* justify-content: center; */
  123. margin-top: 20rpx;
  124. padding: 0rpx 40rpx;
  125. line-height: 60rpx;
  126. }
  127. .input view{
  128. font-size: 30rpx;
  129. color:#333;
  130. }
  131. .input input{
  132. height: 60rpx;
  133. border:1rpx solid #999;
  134. border-radius: 14rpx;
  135. padding:0rpx 20rpx;
  136. width: 434rpx;
  137. }
  138. .input-name{
  139. width: 126rpx;
  140. display: flex;
  141. justify-content: space-between;
  142. }
  143. .picker{
  144. height: 60rpx;
  145. border:1rpx solid #999;
  146. border-radius: 14rpx;
  147. padding-left: 20rpx;
  148. width: 434rpx;
  149. line-height: 60rpx;
  150. }
  151. .weui-input{
  152. width: 100%;
  153. display: flex;
  154. justify-content: space-between;
  155. align-items: center;
  156. }
  157. .weui-input image{
  158. width: 26rpx;
  159. height: 14rpx;
  160. margin-right: 54rpx;
  161. }
  162. .code{
  163. width: 170rpx;
  164. height: 60rpx;
  165. margin-left: 20rpx;
  166. background: #6282f4;
  167. border-radius: 20rpx;
  168. color: #fff;
  169. font-size: 26rpx;
  170. }
  171. .textarea{
  172. display: flex;
  173. /* justify-content: center; */
  174. margin-top: 20rpx;
  175. padding: 0rpx 40rpx;
  176. }
  177. .textarea .input-name{
  178. font-size: 30rpx;
  179. color:#333;
  180. }
  181. textarea{
  182. border:1rpx solid #999;
  183. border-radius: 14rpx;
  184. /* margin-left: 6rpx; */
  185. padding: 10rpx 20rpx;
  186. height: 150rpx;
  187. }
  188. .result{
  189. width: 690rpx;
  190. height: 630rpx;
  191. background: #fff;
  192. margin: 0 auto;
  193. margin-top: 20rpx;
  194. border-radius: 10rpx;
  195. }
  196. .result-content{
  197. height: 60rpx;
  198. display: flex;
  199. flex-wrap: wrap;
  200. line-height: 60rpx;
  201. margin-left: 110rpx;
  202. }
  203. .result-name{
  204. font-size: 30rpx;
  205. color:#333;
  206. }
  207. .result-data{
  208. font-size: 28rpx;
  209. color:#666;
  210. }
  211. .result-data1{
  212. width: 400rpx;
  213. display: flex;
  214. flex-wrap: wrap;
  215. font-size: 28rpx;
  216. color:#666;
  217. }
  218. .photo-show{
  219. width: 240rpx;
  220. height: 240rpx;
  221. margin: 0 auto;
  222. border-radius: 20rpx;
  223. margin-top: 80rpx;
  224. }
  225. .ps{
  226. display: flex;
  227. align-items: center;
  228. justify-content: center;
  229. margin-top: 16rpx;
  230. }
  231. .ps image{
  232. width: 24rpx;
  233. height: 24rpx;
  234. }
  235. .ps view{
  236. font-size: 24rpx;
  237. color:#ed5c68;
  238. margin-left: 10rpx;
  239. }