index.wxss 4.1 KB

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