index.wxss 3.6 KB

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