index.less 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. .indexPage {
  2. position: relative;
  3. z-index: 1;
  4. background: #F5F5F5;
  5. min-height: calc(100vh);
  6. .heads{
  7. background: #fff;
  8. position: relative;
  9. .right{
  10. position: absolute;
  11. padding: 20px 20px 0 0;
  12. right: 0;
  13. top: 0;
  14. color: #6190E8;
  15. }
  16. }
  17. .searchContent {
  18. position: relative;
  19. background: white;
  20. padding: 20px;
  21. .searchTop {
  22. z-index: 1000;
  23. display: flex;
  24. flex-direction: row;
  25. align-items: center;
  26. justify-content: space-between;
  27. .at-search-bar{
  28. width: 70%;
  29. }
  30. .shortValuecontent {
  31. position: relative;
  32. display: flex;
  33. align-items: center;
  34. text-align: center;
  35. width: 200px;
  36. background: #6190E8;
  37. border-radius: 100px;
  38. padding: 10px 0;
  39. margin-left: 10px;
  40. font-size: 25px;
  41. color: #FFFFFF;
  42. .selectValue {
  43. width: 100%;
  44. text-align: center;
  45. white-space: nowrap;
  46. }
  47. .selectTitle {
  48. width: 100%;
  49. text-align: center;
  50. }
  51. .iconContent {
  52. position: absolute;
  53. right: 0;
  54. width: 60px;
  55. text-align: center;
  56. }
  57. }
  58. }
  59. .searchBottom {
  60. display: flex;
  61. align-items: center;
  62. justify-content: space-between;
  63. background: #FFFFFF;
  64. border-bottom-left-radius: 10px;
  65. border-bottom-right-radius: 10px;
  66. padding: 10px 0 10px 0;
  67. .searchBottomBack {
  68. position: fixed;
  69. z-index: -1;
  70. left: 0;
  71. right: 0;
  72. bottom: 0;
  73. top: 100px;
  74. background: rgba(0, 0, 0, .7);
  75. }
  76. .searchItem {
  77. position: relative;
  78. font-size: 25px;
  79. color: #FFFFFF;
  80. .shortValuecontent {
  81. position: relative;
  82. display: flex;
  83. align-items: center;
  84. text-align: center;
  85. width: 200px;
  86. background: #6190E8;
  87. border-radius: 100px;
  88. padding: 10px 0;
  89. margin-right: 5px;
  90. .selectValue {
  91. width: 100%;
  92. text-align: center;
  93. white-space: nowrap;
  94. }
  95. .selectTitle {
  96. width: 100%;
  97. text-align: center;
  98. }
  99. .iconContent {
  100. position: absolute;
  101. right: 0;
  102. width: 60px;
  103. text-align: center;
  104. }
  105. }
  106. .valuecontent {
  107. position: relative;
  108. display: flex;
  109. align-items: center;
  110. width: 440px;
  111. background: #6190E8;
  112. border-radius: 100px;
  113. padding: 10px 0;
  114. margin-right: 5px;
  115. .selectValue {
  116. width: 100%;
  117. text-align: center;
  118. white-space: nowrap;
  119. }
  120. .selectTitle {
  121. width: 100%;
  122. text-align: center;
  123. white-space: nowrap;
  124. }
  125. .iconContent {
  126. position: absolute;
  127. right: 0;
  128. width: 60px;
  129. text-align: center;
  130. }
  131. }
  132. .searchSelectContent {
  133. position: absolute;
  134. right: 0;
  135. top: 0;
  136. bottom: 0;
  137. z-index: 1;
  138. width: 45px;
  139. padding-right: 20px;
  140. text-align: right;
  141. display: flex;
  142. justify-content: flex-end;
  143. align-items: center;
  144. padding-bottom: 3px;
  145. }
  146. .closeIcon {
  147. background: #F00;
  148. width: 60px;
  149. height: 46px;
  150. display: flex;
  151. padding-left: 20px;
  152. align-items: center;
  153. }
  154. }
  155. }
  156. .searchBottomLOL {
  157. position: fixed;
  158. z-index: 1000;
  159. top: 0;
  160. left: 0;
  161. right: 0;
  162. box-shadow: 0px 6px 27px 16px #8e8d8d;
  163. background: #FFFFFF;
  164. }
  165. }
  166. .list {
  167. padding: 20px 23px 52px 23px;
  168. .item {
  169. border-radius: 10px;
  170. padding: 31px;
  171. background: #FFFFFF;
  172. display: flex;
  173. flex-direction: column;
  174. margin-bottom: 17px;
  175. position: relative;
  176. overflow: hidden;
  177. font-size: 26px;
  178. .lis{
  179. height: 20px;
  180. border-bottom: 1px dashed #000;
  181. }
  182. .line {
  183. width: 100%;
  184. padding: 5px 0;
  185. }
  186. .lines {
  187. width: 100%;
  188. padding: 5px 0;
  189. text-align: right;
  190. }
  191. .lbt {
  192. position: absolute;
  193. right: 0;
  194. font-size: 24px;
  195. padding: 20px;
  196. color: #fff;
  197. background: #1D4FEA;
  198. border-bottom-left-radius: 100px;
  199. border-top-left-radius: 100px;
  200. }
  201. }
  202. }
  203. }