index.acss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  1. .main {
  2. position: relative;
  3. }
  4. .content {
  5. padding: 0 10rpx;
  6. }
  7. .search-box {
  8. margin-top: 8rpx;
  9. width: 100%;
  10. align-items: center;
  11. /**/
  12. }
  13. .flex {
  14. width: calc(100% - 33rpx);
  15. display: flex;
  16. justify-content: center;
  17. align-items: center;
  18. }
  19. .search-item {
  20. display: flex;
  21. align-items: center;
  22. justify-content: left;
  23. font-size: 9rpx;
  24. /* width: 120rpx; */
  25. display: inline-block;
  26. }
  27. .search-item>text {
  28. text-align: center;
  29. margin-right: 5rpx;
  30. display: inline-block;
  31. }
  32. .input {
  33. width: 75rpx;
  34. height: 24rpx;
  35. line-height: 24rpx;
  36. background: #FFFFFF;
  37. border-radius: 2rpx;
  38. box-sizing: border-box;
  39. font-size: 9rpx;
  40. color: #00A2FF;
  41. padding-left: 6rpx;
  42. display: inline-block;
  43. vertical-align: middle;
  44. }
  45. .time-placeholder {
  46. font-size: 9rpx;
  47. color: #B5D7E7;
  48. }
  49. .pad {
  50. padding: 0 5rpx;
  51. display: inline-block;
  52. }
  53. .inquire,
  54. .clear {
  55. height: 24rpx;
  56. width: 45rpx;
  57. border-radius: 2rpx;
  58. font-size: 9rpx;
  59. text-align: center;
  60. line-height: 24rpx;
  61. }
  62. .inquire {
  63. background: #1689FF;
  64. border: 1px solid #B8EFF3;
  65. color: #FFFFFF;
  66. margin: 0 5rpx 0 10rpx;
  67. }
  68. .clear {
  69. color: #614B33;
  70. background-color: #fdf3e0;
  71. }
  72. .close {
  73. background-color: #f49219;
  74. width: 23rpx;
  75. height: 23rpx;
  76. line-height: 20rpx;
  77. border-radius: 50%;
  78. color: #fff;
  79. font-size: 18rpx;
  80. text-align: center;
  81. margin-left: 10rpx;
  82. }
  83. .table {
  84. margin-top: 5.8rpx;
  85. height: 335rpx;
  86. /* overflow: hidden; */
  87. }
  88. .table-tit {
  89. height: 24rpx;
  90. width: 1050rpx;
  91. line-height: 24rpx;
  92. background: #1689FF;
  93. border-radius: 1rpx;
  94. /* display: inline-block; */
  95. /* border: 1px solid #B8EFF3; */
  96. /* justify-content: center; */
  97. /* flex-wrap: wrap; */
  98. /* vertical-align: middle; */
  99. display: flex;
  100. align-items: center;
  101. justify-content: flex-start;
  102. flex-direction: row;
  103. }
  104. .table-item {
  105. font-size: 10rpx;
  106. color: #FFFFFF;
  107. margin-right: 3rpx;
  108. /* height: 33.5rpx; */
  109. /* line-height: 24rpx; */
  110. display: inline-block;
  111. word-wrap: break-word;
  112. word-break: normal;
  113. }
  114. .table-content {
  115. height: 33.5rpx;
  116. width: 1050rpx;
  117. /* display: inline-block; */
  118. /* line-height: 33.5rpx; */
  119. border-bottom: 1px solid #79BBE9;
  120. /* justify-content: left; */
  121. /* align-items: center; */
  122. /* vertical-align: bottom; */
  123. display: flex;
  124. align-items: center;
  125. justify-content: flex-start;
  126. flex-direction: row;
  127. }
  128. .table-content>view {
  129. /* display: flex;
  130. justify-content: center;
  131. flex-direction: column;
  132. align-items: flex-start; */
  133. /* display: inline-block;
  134. vertical-align: middle; */
  135. }
  136. .over1 {
  137. overflow-x: auto;
  138. width: 600rpx;
  139. white-space: nowrap;
  140. height: 24rpx;
  141. }
  142. .over2 {
  143. overflow-x: auto;
  144. white-space: nowrap;
  145. height: 24rpx;
  146. width: 600rpx;
  147. }
  148. .picker {
  149. display: inline-block;
  150. }
  151. .flex3 {
  152. width: 750rpx;
  153. /* height: 33rpx; */
  154. /* display: flex;
  155. align-items: center;
  156. justify-content: left; */
  157. overflow-x: auto;
  158. white-space: nowrap;
  159. display: inline-block;
  160. vertical-align: middle;
  161. }
  162. .flex3>view {
  163. white-space: normal;
  164. /* height: 33rpx; */
  165. }
  166. .wid {
  167. width: 75rpx;
  168. }
  169. .col {
  170. font-size: 8rpx;
  171. color: #145676;
  172. }
  173. .m-l-one {
  174. padding-left: 5rpx;
  175. }
  176. .one {
  177. width: 30rpx;
  178. box-sizing: border-box;
  179. }
  180. .two {
  181. width: 40rpx;
  182. }
  183. .three {
  184. width: 105rpx;
  185. }
  186. .four {
  187. width: 70rpx;
  188. }
  189. .five {
  190. width: 80rpx;
  191. }
  192. .six {
  193. width: 60rpx;
  194. }
  195. .seven {
  196. width: 55rpx;
  197. }
  198. .eight {
  199. width: 50rpx;
  200. }
  201. .nine {
  202. width: 55rpx;
  203. }
  204. .ten {
  205. width: 140rpx;
  206. }
  207. .twelve {
  208. width: 240rpx;
  209. }
  210. .eleven {
  211. height: 20rpx;
  212. line-height: 20rpx;
  213. text-align: center;
  214. background: #B8EFF3;
  215. border-radius: 12rpx;
  216. border: 2px solid #3398FF;
  217. font-weight: 500;
  218. font-size: 9rpx;
  219. color: #007EFF;
  220. /* margin-top: 7rpx; */
  221. /* padding: 0 8rpx; */
  222. width: 35rpx;
  223. /* display: inline-block; */
  224. align-items: center !important;
  225. }
  226. .l-h {
  227. line-height: 33.5rpx;
  228. }
  229. .bottom {
  230. justify-content: center;
  231. margin-top: 5rpx;
  232. }
  233. .previous,
  234. .next {
  235. width: 76rpx;
  236. height: 23rpx;
  237. line-height: 23rpx;
  238. text-align: center;
  239. background: #3398FF;
  240. border-radius: 12rpx;
  241. font-size: 11rpx;
  242. color: #FFFFFF;
  243. }
  244. .next {
  245. margin: 0 11.7rpx;
  246. }
  247. .total {
  248. line-height: 23rpx;
  249. font-size: 9rpx;
  250. color: #145676;
  251. }
  252. .tip {
  253. font-size: 10rpx;
  254. background: rgba(255, 193, 152, .5);
  255. color: #D98727;
  256. position: absolute;
  257. top: 10rpx;
  258. left: 175rpx;
  259. border-radius: 8rpx;
  260. /* opacity: 0.5; */
  261. padding: 2.3rpx 7.6rpx;
  262. }
  263. .tip-icon {
  264. width: 11.7rpx;
  265. height: 11.7rpx;
  266. margin-right: 4.6rpx;
  267. vertical-align: middle;
  268. }
  269. .m-r {
  270. margin-right: 10rpx;
  271. }
  272. .wid-time {
  273. width: 100rpx;
  274. }
  275. .wid1 {
  276. width: 280rpx;
  277. justify-content: start;
  278. }