list-center.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. .picker-view {
  2. width: 750rpx;
  3. height: 600rpx;
  4. margin-top: 20rpx;
  5. }
  6. .item {
  7. height: 100rpx;
  8. align-items: center;
  9. justify-content: center;
  10. text-align: center;
  11. }
  12. .head {
  13. position: relative;
  14. height: 350rpx;
  15. border-radius: 0rpx 0rpx 20rpx 20rpx;
  16. background-color: rgba(42, 130, 228, 1);
  17. }
  18. .location {
  19. position: absolute;
  20. top: 38rpx;
  21. left: 300rpx;
  22. font-size: 30rpx;
  23. font-weight: bold;
  24. color: rgba(255, 255, 255, 1);
  25. }
  26. .loc {
  27. font-size: 24rpx;
  28. width: 40rpx;
  29. height: 40rpx;
  30. vertical-align: bottom;
  31. }
  32. .nav {
  33. position: absolute;
  34. top: 144rpx;
  35. width: 718rpx;
  36. height: 236rpx;
  37. margin-left: 18rpx;
  38. background-color: rgba(255, 255, 255, 1);
  39. border-radius: 28rpx 28rpx 0rpx 0rpx;
  40. }
  41. .nav image {
  42. display: block;
  43. width: 48rpx;
  44. height: 48rpx;
  45. margin: 64rpx auto;
  46. font-size: 48rpx;
  47. }
  48. .nav view {
  49. position: absolute;
  50. left: 308rpx;
  51. top: 136rpx;
  52. font-size: 24rpx;
  53. }
  54. .nav navigator {
  55. width: 108rpx;
  56. height: 120rpx;
  57. margin-top: 64rpx;
  58. margin-left: 304rpx;
  59. }
  60. .content {
  61. margin-top: 30rpx;
  62. height: 1200rpx;
  63. background-color: rgba(255, 255, 255, 1);
  64. }
  65. .point {
  66. height: 14rpx;
  67. background-color: rgba(229, 229, 229, 0.62);
  68. }
  69. .list-text {
  70. margin-top: 30rpx;
  71. font-size: 24rpx;
  72. text-align: center;
  73. color: rgba(80, 80, 80, 0.27);
  74. }
  75. .content-list {
  76. position: relative;
  77. margin-top: 22rpx;
  78. height: 250rpx;
  79. border-radius: 28rpx 28rpx 0rpx 0rpx;
  80. font-size: 24rpx;
  81. background-color: rgba(229, 229, 229, 0.62);
  82. }
  83. .num {
  84. float: left;
  85. margin-left: 14rpx;
  86. margin-top: 18rpx;
  87. font-weight: 700;
  88. color: rgba(42, 130, 228, 1);
  89. }
  90. .list {
  91. float: left;
  92. margin-left: -280rpx;
  93. margin-top: 64rpx;
  94. }
  95. .content-list .agreeIt {
  96. position: absolute;
  97. bottom: 20rpx;
  98. right: 42rpx;
  99. line-height: 50rpx;
  100. }
  101. .content-list .refuse {
  102. position: absolute;
  103. bottom: 20rpx;
  104. right: 220rpx;
  105. line-height: 50rpx;
  106. }
  107. .isOver {
  108. width: 100%;
  109. height: 100rpx;
  110. line-height: 100rpx;
  111. text-align: center;
  112. font-size: 24rpx;
  113. color: rgba(80, 80, 80, 0.27);
  114. }
  115. #dialog {
  116. position: absolute;
  117. top: 0;
  118. right: 0;
  119. bottom: 0;
  120. left: 0;
  121. width: 80%;
  122. height: 25%;
  123. margin: auto;
  124. border-radius: 16rpx;
  125. text-align: center;
  126. background-color: white;
  127. }
  128. .uni-textarea {
  129. margin-top:70rpx;
  130. color: rgba(80, 80, 80, 1);
  131. }
  132. .box {
  133. position: fixed;
  134. top: 0;
  135. left: 0;
  136. width: 100%;
  137. height: 100%;
  138. background: rgba(0, 0, 0, 0.3);
  139. }
  140. .replace {
  141. margin-top: 4%;
  142. font-size: 28rpx;
  143. color: #4CD964;
  144. }
  145. .cancle {
  146. position: absolute;
  147. top: 78%;
  148. width: 50%;
  149. height: 22%;
  150. border: 2rpx solid rgba(229, 229, 229, 0.62);
  151. border-radius: 0 0 0 16rpx;
  152. line-height: 2.7;
  153. background-color: white;
  154. }
  155. .agree {
  156. position: absolute;
  157. right: 0;
  158. top: 78%;
  159. width: 50%;
  160. height: 22%;
  161. border-radius: 0 0 16rpx 0;
  162. border: 2rpx solid rgba(229, 229, 229, 0.62);
  163. line-height: 2.7;
  164. background-color: white;
  165. }
  166. .newList {
  167. float: right;
  168. margin-top: 20rpx;
  169. margin-right: 32rpx;
  170. color: rgba(255, 141, 26, 1);
  171. }
  172. .readyList {
  173. float: right;
  174. margin-top: 20rpx;
  175. margin-right: 4rpx;
  176. color: rgba(212, 48, 48, 1);
  177. }
  178. .waitList {
  179. float: right;
  180. margin-top: 20rpx;
  181. margin-right: 4rpx;
  182. color: yellow;
  183. }
  184. .finishList {
  185. float: right;
  186. margin-top: 20rpx;
  187. margin-right: 4rpx;
  188. color: blue;
  189. }
  190. .refuseList {
  191. float: right;
  192. margin-top: 20rpx;
  193. margin-right: 4rpx;
  194. color: rgba(212, 48, 48, 1);
  195. }