index.wxss 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. page {
  2. background-color: white;
  3. }
  4. .main {
  5. min-height: calc(100vh - 2rpx);
  6. display: flex;
  7. flex-direction: column;
  8. }
  9. .swiper-item {
  10. height: 347rpx;
  11. width: 100%;
  12. background: #f6f6f6;
  13. }
  14. .sticky-box {
  15. /* border-bottom:1px solid #e6e6e6; */
  16. height: 48px;
  17. padding: 0 32rpx;
  18. background-color: white;
  19. width: 750rpx;
  20. box-sizing: border-box;
  21. }
  22. .content {
  23. flex: 1;
  24. background: #f7f8fa;
  25. padding: 40rpx 30rpx;
  26. border-radius: 40rpx 40rpx 0 0;
  27. }
  28. .top-act {
  29. position: fixed;
  30. width: 750rpx;
  31. z-index: 99999;
  32. background-color: white;
  33. top: 0;
  34. display: flex;
  35. align-items: flex-end;
  36. box-sizing: border-box;
  37. /* padding-left: 30rpx; */
  38. justify-content: space-between;
  39. padding-bottom: 10px;
  40. }
  41. .act-title {
  42. width: 750rpx;
  43. font-size: 36rpx;
  44. font-family: PingFang SC, PingFang SC-Bold;
  45. font-weight: 700;
  46. text-align: center;
  47. }
  48. /* 列表 */
  49. .namewrap {
  50. position: relative;
  51. /* padding-top: 20rpx; */
  52. }
  53. .namewrap .nameitem {
  54. display: inline-block;
  55. font-size: 32rpx;
  56. font-weight: 600;
  57. text-align: left;
  58. color: #666666;
  59. margin-right: 44rpx;
  60. position: relative;
  61. height: 48px;
  62. /* line-height: 103rpx; */
  63. font-family: PingFang SC, PingFang SC-Regular;
  64. font-weight: 400;
  65. padding-top: 15rpx;
  66. box-sizing: border-box;
  67. }
  68. .item-line {
  69. position: absolute;
  70. bottom: 0;
  71. width: 80%;
  72. height: 4rpx;
  73. background: #2b58a5;
  74. border-radius: 2rpx;
  75. left: 50%;
  76. transform: translateX(-50%);
  77. }
  78. .namewrap .nameactive {
  79. font-size: 34rpx;
  80. font-weight: 700;
  81. text-align: left;
  82. color: #2b58a5;
  83. font-family: PingFang SC, PingFang SC-Bold;
  84. }
  85. .item-box {
  86. /* width: calc(100% - 113rpx); */
  87. width: 100%;
  88. white-space: nowrap;
  89. overflow-x: auto;
  90. }
  91. .namewrap .filter {
  92. position: absolute;
  93. top: 20rpx;
  94. right: 0;
  95. z-index: 10;
  96. height: 49rpx;
  97. width: 103rpx;
  98. text-align: center;
  99. line-height: 49rpx;
  100. background: #ffffff;
  101. border-radius: 10rpx;
  102. color: #666666;
  103. }
  104. .namewrap .filter .triangle {
  105. background: white;
  106. border-top: 10rpx solid white;
  107. border-right: 5px solid #666666;
  108. height: 0;
  109. float: right;
  110. margin-right: 10rpx;
  111. margin-top: 30rpx;
  112. display: flex;
  113. justify-content: center;
  114. align-items: flex-end;
  115. width: 5rpx;
  116. border-radius: 0 5rpx 0rpx 0rpx;
  117. }
  118. .categoryitem {
  119. padding: 22rpx 0 12rpx 0;
  120. box-sizing: border-box;
  121. background: white;
  122. /* margin-bottom: 15rpx; */
  123. border-radius: 10rpx;
  124. border-bottom: 1px solid #e6e6e6;
  125. }
  126. .hang-item {
  127. display: flex;
  128. background: #ffffff;
  129. padding: 32rpx 22rpx;
  130. margin-bottom: 20rpx;
  131. border-radius: 20rpx;
  132. }
  133. .hang-item:last-child {
  134. border-bottom: none;
  135. }
  136. .hang-item .info-box {
  137. flex: 1;
  138. margin-left: 10rpx;
  139. }
  140. .hang-item .per-img {
  141. width: 200rpx;
  142. height: 215rpx;
  143. background: rgba(0, 0, 0, 0);
  144. border-radius: 30rpx;
  145. flex-shrink: 0;
  146. }
  147. .hang-item .right-box {
  148. display: flex;
  149. /* margin-left: 65rpx; */
  150. justify-content: space-between;
  151. /* width: 425rpx; */
  152. /* flex: 1; */
  153. flex-wrap: wrap;
  154. }
  155. .hang-item-title {
  156. display: flex;
  157. align-items: center;
  158. flex-wrap: wrap;
  159. margin-bottom: 10rpx;
  160. margin-right: 10rpx;
  161. }
  162. .hang-item-name {
  163. font-size: 34rpx;
  164. font-family: PingFang SC, PingFang SC-Bold;
  165. font-weight: 700;
  166. text-align: left;
  167. color: #1a1a1a;
  168. }
  169. .jing {
  170. color: #999999;
  171. font-family: "FZCuYuan-M03";
  172. font-weight: 400;
  173. }
  174. .jcon {
  175. letter-spacing: 3rpx;
  176. margin-left: 8rpx;
  177. }
  178. .hang-item-zhi {
  179. font-size: 24rpx;
  180. font-family: "FZZhunYuan-M02S";
  181. font-weight: 700;
  182. color: #543022;
  183. min-width: 131rpx;
  184. height: 46rpx;
  185. line-height: 46rpx;
  186. text-align: center;
  187. padding: 0 10rpx;
  188. background: #f1d7b2;
  189. border-radius: 23rpx;
  190. margin-left: 8rpx;
  191. }
  192. .hang-item-address {
  193. display: flex;
  194. /* width: 210rpx; */
  195. flex-shrink: 0;
  196. justify-content: flex-end;
  197. }
  198. .hang-item-address .address-word {
  199. font-size: 24rpx;
  200. font-family: FZZhunYuan-M02S;
  201. font-weight: 400;
  202. color: #8285a4;
  203. }
  204. .hang-item .label {
  205. font-size: 24rpx;
  206. font-family: FZZhunYuan-M02S;
  207. font-weight: 400;
  208. color: #808080;
  209. margin-top: 13rpx;
  210. }
  211. .hang-item-type-box {
  212. display: flex;
  213. flex-wrap: wrap;
  214. }
  215. .hang-item-type-box .item {
  216. padding: 0 16rpx;
  217. height: 40rpx;
  218. line-height: 40rpx;
  219. opacity: 0.67;
  220. background: #f0f1f5;
  221. border-radius: 10rpx 0px 10rpx 0px;
  222. margin-right: 15rpx;
  223. font-size: 24rpx;
  224. font-family: FZZhunYuan-M02S;
  225. font-weight: 400;
  226. color: #5f5e66;
  227. margin-top: 10rpx;
  228. }
  229. .jiao-box {
  230. display: flex;
  231. justify-content: space-between;
  232. margin-top: 12rpx;
  233. align-items: baseline;
  234. }
  235. .jiao-box .num-box {
  236. font-size: 24rpx;
  237. font-family: FZZhunYuan-M02S;
  238. font-weight: 400;
  239. color: #666666;
  240. /* line-height: 50rpx; */
  241. display: flex;
  242. flex-direction: row;
  243. margin-top: 15rpx;
  244. }
  245. .pers {
  246. color: #ff9209;
  247. }
  248. .text1 {
  249. color: #808080;
  250. }
  251. .text2 {
  252. color: #333333;
  253. }
  254. .catetop {
  255. display: flex;
  256. flex-direction: row;
  257. align-items: center;
  258. justify-content: space-between;
  259. }
  260. .p2 {
  261. font-size: 38rpx;
  262. font-family: PingFang SC, PingFang SC-Bold;
  263. font-weight: 700;
  264. text-align: left;
  265. color: #ff0000;
  266. }
  267. .nodata-img {
  268. margin: 130rpx auto;
  269. }