index.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. page {
  2. /* background-color: #f6f7f9; */
  3. }
  4. .sort {
  5. display: flex;
  6. height: 50upx;
  7. margin-top: -4upx;
  8. }
  9. .sort0 {
  10. background-color: rgba(255, 255, 255, 0.7);
  11. line-height: 50upx;
  12. margin-right: 20upx;
  13. height: 50upx;
  14. border-radius: 25upx;
  15. text-indent: 20upx;
  16. text-align: left;
  17. background-repeat: no-repeat;
  18. font-size: 26upx;
  19. }
  20. .sort1 {
  21. background-size: 20upx 12upx;
  22. width: 120upx;
  23. background-position: 80upx center;
  24. }
  25. .sort2 {
  26. background-size: 20upx 12upx;
  27. width: 170upx;
  28. background-position: 130upx center;
  29. }
  30. .sort3 {
  31. background-size: 25upx 25upx;
  32. width: 120upx;
  33. background-position: 80upx center;
  34. }
  35. .swiper_box {
  36. width: 750upx;
  37. height: 566upx;
  38. }
  39. .pos_box {
  40. display: flex;
  41. align-items: center;
  42. height: 70upx;
  43. }
  44. .search_box {
  45. display: flex;
  46. background-color: rgba(245, 245, 245, 0.3);
  47. align-items: center;
  48. height: 70upx;
  49. overflow: hidden;
  50. border-radius: 40upx;
  51. width: 500upx;
  52. color: #e3e3e3;
  53. justify-content: space-between;
  54. }
  55. .search_box_in {
  56. display: flex;
  57. align-items: center;
  58. }
  59. .search_box input {
  60. font-size: 28upx;
  61. color: #ffffff;
  62. width: 320upx;
  63. margin-left: 20upx;
  64. }
  65. .top_search {
  66. display: flex;
  67. justify-content: space-between;
  68. margin-top: 15upx;
  69. }
  70. .top_box {
  71. position: relative;
  72. }
  73. .index_bot {
  74. width: 750upx;
  75. height: 120upx;
  76. position: absolute;
  77. top: 454upx;
  78. left: 0;
  79. background-size: 100% 110upx;
  80. background-repeat: no-repeat;
  81. background-position: center bottom;
  82. display: flex;
  83. align-items: center;
  84. justify-content: flex-end;
  85. }
  86. .dis_item {
  87. width: 33.33%;
  88. float: left;
  89. text-align: center;
  90. padding: 10upx 0;
  91. box-sizing: border-box;
  92. }
  93. .dis_item_focus {
  94. color: #39d9b5;
  95. }
  96. .filter_title {
  97. clear: both;
  98. text-align: center;
  99. line-height: 80upx;
  100. font-size: 32upx;
  101. border-bottom: 8upx solid #f4f6f5;
  102. padding-top: 0upx;
  103. }
  104. .filter_con {
  105. margin-top: 20upx;
  106. }
  107. .filter_btn_box {
  108. border-top: 2upx solid #e5e5e5;
  109. display: flex;
  110. height: 120upx;
  111. align-items: center;
  112. }
  113. .filter_btn_box view {
  114. text-align: center;
  115. height: 80upx;
  116. border-radius: 6upx;
  117. line-height: 80upx;
  118. }
  119. .serverUrl_tab_nav {
  120. height: 120upx;
  121. width: 49%;
  122. position: absolute;
  123. top: 0;
  124. }
  125. .tab_nav_next1 {
  126. background: linear-gradient(180deg, #eef9f7 0%, #ffffff 100%);
  127. }
  128. .tab_nav_next2 {
  129. background: linear-gradient(180deg, #faf6f0 0%, #ffffff 100%);
  130. }