index.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. #dialog{
  2. position: absolute;
  3. top: 0;
  4. right: 0;
  5. bottom: 0;
  6. left: 0;
  7. width: 80%;
  8. height: 25%;
  9. text-align: center;
  10. margin: auto;
  11. background-color: white;
  12. border-radius: 10px;
  13. }
  14. textarea{
  15. height: 100px;
  16. width: 90%;
  17. margin-top: 5px;
  18. margin-left: 5%;
  19. text-align: left;
  20. border: 1px solid rgba(229, 229, 229, 0.62);
  21. font-size: 14px;
  22. }
  23. .box{
  24. position: fixed;
  25. top: 0;
  26. left: 0;
  27. margin: 0;
  28. width: 100%;
  29. height: 100%;
  30. background: rgba(0,0,0,0.3);
  31. }
  32. .replace{
  33. margin-top: 4%;
  34. font-size: 28rpx;
  35. color: rgba(80, 80, 80, 1);
  36. }
  37. .cancle{
  38. position: absolute;
  39. top: 78%;
  40. width: 50%;
  41. height: 22%;
  42. line-height: 2;
  43. background-color: white;
  44. border-radius: 0 0 0 16rpx;
  45. border-top: 1px solid rgba(229, 229, 229, 0.62);
  46. border-right: 1px solid rgba(229, 229, 229, 0.62);
  47. }
  48. .agree{
  49. position: absolute;
  50. top: 78%;
  51. width: 50%;
  52. height: 22%;
  53. right:0;
  54. line-height: 2;
  55. background-color: white;
  56. border-top: 1px solid rgba(229, 229, 229, 0.62);
  57. border-left: 1px solid rgba(229, 229, 229, 0.62);
  58. border-radius: 0 0 16rpx 0;
  59. }
  60. .head{
  61. position: relative;
  62. height: 350rpx;
  63. background-color: rgba(42, 130, 228, 1);
  64. border-radius: 0rpx 0rpx 20rpx 20rpx;
  65. }
  66. .location{
  67. position: absolute;
  68. top: 38rpx;
  69. left: 246rpx;
  70. font-size: 24rpx;
  71. text-align: center;
  72. color:rgba(255, 255, 255, 1) ;
  73. }
  74. .loc{
  75. width: 40rpx;
  76. height: 40rpx;
  77. font-size: 24rpx;
  78. vertical-align: bottom;
  79. }
  80. .notice{
  81. position: absolute;
  82. margin-top: 126rpx;
  83. margin-left: 18rpx;
  84. /* top: 63px;
  85. left: 11px; */
  86. width: 716rpx;
  87. height: 110rpx;
  88. font-size: 24rpx;
  89. background-color: rgba(255, 255, 255, 0.21);
  90. border-radius: 22rpx 20rpx 20rpx 20rpx;
  91. }
  92. .notice-first {
  93. margin-left: 20rpx;
  94. color: rgba(255, 255, 255, 1);
  95. }
  96. .notice-first image{
  97. height: 28rpx;
  98. width: 28rpx;
  99. font-size: 28rpx;
  100. vertical-align: bottom;
  101. }
  102. .notice-second {
  103. float: right;
  104. margin-right: 48rpx;
  105. color: rgba(255, 255, 255, 1);
  106. width: 76%;
  107. height: 70rpx;
  108. }
  109. .nav{
  110. position: absolute;
  111. top:282rpx;
  112. width: 718rpx;
  113. height: 236rpx;
  114. margin-left: 16rpx;
  115. background-color: rgba(255, 255, 255, 1);
  116. border-radius: 28rpx 28rpx 0rpx 0rpx;
  117. }
  118. .nav1 image{
  119. position: absolute;
  120. left: 218rpx;
  121. top: 70rpx;
  122. width: 48rpx;
  123. height: 48rpx;
  124. font-size: 48rpx;
  125. }
  126. .nav1 view{
  127. position: absolute;
  128. left: 200rpx;
  129. top:136rpx;
  130. font-size: 24rpx;
  131. }
  132. .nav2 image{
  133. position: absolute;
  134. left: 450rpx;
  135. width: 48rpx;
  136. height: 48rpx;
  137. font-size: 48rpx;
  138. top: 72rpx;
  139. }
  140. .nav2 view{
  141. position: absolute;
  142. left: 426rpx;
  143. top:136rpx;
  144. font-size: 24rpx;
  145. }
  146. .nav .nav1{
  147. width: 108rpx;
  148. height: 120rpx;
  149. margin-top: 64rpx;
  150. margin-left: 186rpx;
  151. }
  152. .nav .nav2{
  153. width: 108rpx;
  154. height: 120rpx;
  155. margin-top: -126rpx;
  156. margin-left: 420rpx;
  157. }
  158. .nav navigator:hover{
  159. border-radius: 10rpx;
  160. box-shadow: 2rpx 2rpx 4rpx 4rpx rgba(0,0,0,0.1);
  161. }
  162. .content{
  163. margin-top: 170rpx;
  164. height: 1200rpx;
  165. background-color: rgba(255, 255, 255, 1);
  166. }
  167. .point{
  168. height: 14rpx;
  169. background-color: rgba(229, 229, 229, 0.62);
  170. }
  171. .list-text{
  172. margin-top: 30rpx;
  173. font-size: 24rpx;
  174. text-align: center;
  175. color: rgba(80, 80, 80, 0.27);
  176. }
  177. .content-list{
  178. position: relative;
  179. height: 250rpx;
  180. margin-top: 22rpx;
  181. font-size: 24rpx;
  182. border-radius: 28rpx 28rpx 0rpx 0rpx;
  183. background-color: rgba(229, 229, 229, 0.62);
  184. }
  185. .num{
  186. float: left;
  187. margin-left: 14rpx;
  188. margin-top: 18rpx;
  189. font-size: 28rpx;
  190. font-weight: 700;
  191. color: rgba(42, 130, 228, 1);
  192. }
  193. .newList{
  194. float: right;
  195. margin-top: 20rpx;
  196. margin-right: 32rpx;
  197. color: rgba(255, 141, 26, 1);
  198. }
  199. .readyList{
  200. float: right;
  201. margin-top: 20rpx;
  202. margin-right: 4rpx;
  203. color: rgba(212, 48, 48, 1);
  204. }
  205. .waitList{
  206. float: right;
  207. margin-top: 20rpx;
  208. margin-right: 4rpx;
  209. color: rgba(212, 48, 48, 1);
  210. }
  211. .finishList{
  212. float: right;
  213. margin-top: 20rpx;
  214. margin-right: 4rpx;
  215. color: rgba(212, 48, 48, 1);
  216. }
  217. .refuseList{
  218. float: right;
  219. margin-top: 20rpx;
  220. margin-right: 4rpx;
  221. color: rgba(212, 48, 48, 1);
  222. }
  223. .list{
  224. float: left;
  225. margin-left: -328rpx;
  226. margin-top: 72rpx;
  227. font-size: 28rpx;
  228. }
  229. .content-list button{
  230. position: absolute;
  231. bottom:20rpx;
  232. right: 42rpx;
  233. line-height:36rpx ;
  234. }
  235. .content-list .sug{
  236. position: absolute;
  237. bottom:30rpx;
  238. right: 42rpx;
  239. color: #333333;
  240. }
  241. .isOver{
  242. width: 100%;
  243. height: 100rpx;
  244. line-height: 100rpx;
  245. text-align: center;
  246. font-size: 24rpx;
  247. color: rgba(80, 80, 80, 0.27);
  248. }