index.acss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. .content {
  2. padding: 0 10rpx;
  3. }
  4. .search-box {
  5. margin-top: 10rpx;
  6. width: 100%;
  7. align-items: center;
  8. }
  9. .search-item {
  10. display: flex;
  11. align-items: center;
  12. justify-content: left;
  13. }
  14. .search-item>text {
  15. /* width: 35rpx; */
  16. text-align: right;
  17. margin-right: 5rpx;
  18. font-size: 9rpx;
  19. }
  20. .input {
  21. width: 58rpx;
  22. height: 24rpx;
  23. background: #FFFFFF;
  24. border-radius: 2rpx;
  25. /* border: 1px solid #B8EFF3; */
  26. box-sizing: border-box;
  27. font-size: 9rpx;
  28. color: #00A2FF;
  29. }
  30. .inquire,
  31. .clear {
  32. height: 24rpx;
  33. width: 40rpx;
  34. border-radius: 2rpx;
  35. font-size: 9rpx;
  36. text-align: center;
  37. line-height: 24rpx;
  38. }
  39. .inquire {
  40. background: #1689FF;
  41. border: 1px solid #B8EFF3;
  42. color: #FFFFFF;
  43. margin-right: 5rpx;
  44. }
  45. .clear {
  46. color: #614B33;
  47. background-color: #fdf3e0;
  48. }
  49. .table {
  50. margin-top: 5.8rpx;
  51. height: 255rpx;
  52. overflow: hidden;
  53. }
  54. .table-tit {
  55. height: 24rpx;
  56. line-height: 24rpx;
  57. width: 100%;
  58. background: #1689FF;
  59. border-radius: 1rpx;
  60. border: 1px solid #B8EFF3;
  61. justify-content: left;
  62. }
  63. .table-item {
  64. font-size: 11rpx;
  65. color: #FFFFFF;
  66. margin-right: 5rpx;
  67. text-align: center;
  68. justify-content: left;
  69. }
  70. .one {
  71. width: 50rpx;
  72. }
  73. .two {
  74. width: 70rpx;
  75. }
  76. .three {
  77. width: 80rpx;
  78. }
  79. .three1 {
  80. width: 110rpx;
  81. }
  82. .four {
  83. width: 100rpx;
  84. }
  85. .five {
  86. width: 70rpx;
  87. }
  88. .six {
  89. width: 90rpx;
  90. }
  91. .seven {
  92. width: 50rpx;
  93. }
  94. .eight {
  95. width: 70rpx;
  96. }
  97. .table-content {
  98. height: 27.5rpx;
  99. line-height: 27.5rpx;
  100. border-bottom: 1px solid #79BBE9;
  101. align-items: center;
  102. justify-content: left;
  103. text-align: center;
  104. }
  105. .col {
  106. font-size: 9rpx;
  107. color: #145676;
  108. }
  109. .bottom {
  110. justify-content: center;
  111. margin-top: 11rpx;
  112. }
  113. .previous,
  114. .next {
  115. width: 76rpx;
  116. height: 23rpx;
  117. line-height: 23rpx;
  118. text-align: center;
  119. background: #3398FF;
  120. border-radius: 12rpx;
  121. font-size: 11rpx;
  122. color: #FFFFFF;
  123. }
  124. .next {
  125. margin: 0 11.7rpx;
  126. }
  127. .total {
  128. line-height: 23rpx;
  129. font-size: 9rpx;
  130. color: #145676;
  131. }
  132. .l-h {
  133. line-height: 10rpx;
  134. }