index.scss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. @import '@css/mixin.scss';
  2. @import '@css/list-box.scss';
  3. @import '@css/search-top.scss';
  4. .l-box {
  5. padding-top: calc(220px);
  6. }
  7. .l-scroll-view {
  8. height: calc(100vh - 120px - 220px);
  9. box-sizing: border-box;
  10. }
  11. .scoped-header {
  12. position: relative;
  13. padding-left: 20px;
  14. padding-top: 20px;
  15. padding-bottom: 10px;
  16. background-color: #fff;
  17. .t {
  18. font-size: 30px;
  19. font-weight: bold;
  20. display: inline-block;
  21. color: #333;
  22. }
  23. .i {
  24. display: inline-block;
  25. vertical-align: bottom;
  26. width: 46px;
  27. height: 38px;
  28. margin-left: 6px;
  29. margin-bottom: 4px;
  30. }
  31. .nt {
  32. font-size: 30px;
  33. padding: 10px 0;
  34. margin: 0 20px;
  35. display: inline-block;
  36. color: $greyColor;
  37. &.cur {
  38. font-weight: bold;
  39. color: #313131;
  40. font-size: 32px;
  41. border-bottom: 6px solid $mainColor;
  42. }
  43. }
  44. .r {
  45. position: absolute;
  46. color: #999;
  47. top: 20px;
  48. right: 20px;
  49. }
  50. }
  51. .scoped-share-btn {
  52. width: 112px;
  53. height: 56px;
  54. position: absolute;
  55. right: 240px;
  56. bottom: 26px;
  57. .img {
  58. width: 112px;
  59. height: 56px;
  60. }
  61. }
  62. .index-entry {
  63. background: #fff;
  64. display: flex;
  65. flex-wrap: wrap;
  66. overflow: hidden;
  67. padding: 20px;
  68. margin-bottom: 10px;
  69. // position: fixed;
  70. // top: 0;
  71. // left: 0;
  72. // right: 0;
  73. // z-index: 99;
  74. .ie-op {
  75. width: 20%;
  76. text-align: center;
  77. }
  78. .ie-icon {
  79. display: inline-block;
  80. width: 90px;
  81. height: 90px;
  82. position: relative;
  83. overflow: hidden;
  84. .img {
  85. position: absolute;
  86. width: 90px;
  87. height: 90px;
  88. top: 0;
  89. left: 0;
  90. z-index: 1;
  91. }
  92. .text {
  93. position: absolute;
  94. width: 90px;
  95. height: 90px;
  96. line-height: 90px;
  97. text-align: center;
  98. color: #fff;
  99. font-weight: bold;
  100. z-index: 2;
  101. font-size: 28px;
  102. }
  103. }
  104. .ie-text {
  105. font-size: 28px;
  106. color: #313131;
  107. }
  108. }
  109. .tupai-list {
  110. position: relative;
  111. .tl-item {
  112. position: relative;
  113. @include itemBox(20px);
  114. background: #fff;
  115. }
  116. .tl-no {
  117. font-size: 30px;
  118. font-weight: bold;
  119. padding-bottom: 10px;
  120. color: #000;
  121. }
  122. .tl-price {
  123. font-size: 24px;
  124. color: #666;
  125. padding-bottom: 10px;
  126. .n {
  127. display: inline-block;
  128. font-size: 28px;
  129. color: $dangerColor;
  130. font-weight: bold;
  131. }
  132. }
  133. .tl-company {
  134. font-size: 24px;
  135. color: #313131;
  136. padding-bottom: 10px;
  137. // font-weight: bold;
  138. @include textOverflows();
  139. }
  140. .tl-dot {
  141. display: inline-block;
  142. vertical-align: middle;
  143. box-sizing: border-box;
  144. width: 8px;
  145. height: 8px;
  146. background: #9be19c;
  147. border-radius: 50%;
  148. margin-right: 6px;
  149. &.t2 {
  150. background: #4eb8ff;
  151. }
  152. }
  153. .tl-addr {
  154. font-size: 24px;
  155. color: #313131;
  156. padding-bottom: 10px;
  157. @include textOverflows();
  158. }
  159. .tl-time {
  160. font-size: 24px;
  161. color: $greyColor;
  162. border-top: 1PX solid #f7f7f7;
  163. padding-top: 10px;
  164. }
  165. .tl-r1 {
  166. position: absolute;
  167. top: 20px;
  168. right: 20px;
  169. height: 46px;
  170. line-height: 46px;
  171. padding: 0 20px;
  172. color: $mainColor;
  173. background: $mainBgColor;
  174. font-size: 24px;
  175. border-radius: 20px;
  176. }
  177. .tl-r2 {
  178. position: absolute;
  179. bottom: 20px;
  180. right: 20px;
  181. color: $greyColor;
  182. font-size: 24px;
  183. }
  184. }
  185. .scoped-tp-search {
  186. position: relative;
  187. .st-content {
  188. position: absolute;
  189. top: 90px;
  190. left: 0;
  191. width: 100%;
  192. background: #fff;
  193. z-index: 9;
  194. box-shadow: 0 10px 10px #ccc;
  195. }
  196. }
  197. .scoped-tp-box {
  198. padding-top: 10px;
  199. }
  200. .scoped-temp-w {
  201. width: 360px!important;
  202. }
  203. .scoped-top-header {
  204. position: fixed;
  205. top: 0;
  206. left: 0;
  207. right: 0;
  208. z-index: 99;
  209. height: 230px;
  210. background-color: #fff;
  211. .sh-bg {
  212. position: absolute;
  213. z-index: 1;
  214. width: 750px;
  215. height: 184px;
  216. left: 0;
  217. top: 0;
  218. }
  219. .sh-content {
  220. position: absolute;
  221. z-index: 2;
  222. left: 0;
  223. top: 0;
  224. width: 750px;
  225. height: 230px;
  226. }
  227. .sh-nav {
  228. margin: 40px 20px 0;
  229. display: flex;
  230. .op {
  231. flex: 1;
  232. text-align: center;
  233. border-radius: 30px;
  234. color: #fff;
  235. font-size: 28px;
  236. height: 66px;
  237. line-height: 66px;
  238. &.cur {
  239. color: $mainColor;
  240. background: #fff;
  241. font-weight: bold;
  242. }
  243. }
  244. }
  245. .sh-search {
  246. @include itemBox(40px 20px 20px, 0, 30px);
  247. overflow: hidden;
  248. .at-search-bar {
  249. padding: 0;
  250. }
  251. .at-search-bar::after {
  252. border-bottom: 0;
  253. }
  254. .at-search-bar__input-cnt,
  255. .at-search-bar__placeholder-wrap,
  256. .at-search-bar__clear,
  257. .at-search-bar__input {
  258. height: 66px!important;
  259. }
  260. .at-search-bar__input-cnt {
  261. background: #fff;
  262. }
  263. }
  264. }