index.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. /* pages/yuezhan/search/index.wxss */
  2. .container {
  3. background: #fff;
  4. padding: 0;
  5. }
  6. .top-nav{
  7. width: 100%;
  8. background: #fff;
  9. box-shadow: 0 5rpx 3rpx #F6FAFC
  10. }
  11. .search-con{
  12. padding: 0 44rpx;
  13. }
  14. .hot-search {
  15. padding: 0 44rpx;
  16. margin-top: 72rpx;
  17. font-size: 32rpx;
  18. font-weight: bold;
  19. }
  20. .hot-search-title-txt {
  21. font-size: 36rpx;
  22. }
  23. .hot-tag {
  24. display: flex;
  25. flex-wrap: wrap;
  26. margin: 20rpx auto;
  27. }
  28. .hot-tag-item {
  29. min-width: 160rpx;
  30. text-align: center;
  31. font-size: 28rpx;
  32. background: #e02f2f;
  33. color: #fff;
  34. border-radius: 2rpx;
  35. padding: 10rpx 12rpx;
  36. margin: 0 40rpx 20rpx 0;
  37. }
  38. .weui-media-box {
  39. padding: 0;
  40. }
  41. .weui-tab__panel {
  42. padding: 0 44rpx;
  43. margin-top: 6rpx;
  44. overflow-x: hidden;
  45. margin-bottom: 20rpx;
  46. }
  47. .weui-media-box_appmsg {
  48. align-items: flex-start;
  49. }
  50. .weui-media-box__hd_in-appmsg {
  51. width: 240rpx;
  52. height: 180rpx;
  53. min-width: 240rpx;
  54. border-radius: 8rpx;
  55. margin-right: 44rpx;
  56. overflow: hidden;
  57. }
  58. .weui-tab__content_item {
  59. height: 100%;
  60. }
  61. .weui-media-box__thumb {
  62. position: relative;
  63. }
  64. .fdkz-card-tag {
  65. top: 0;
  66. left: 0;
  67. width: 104rpx;
  68. height: 50rpx;
  69. line-height: 50rpx;
  70. font-size: 20rpx;
  71. }
  72. .title-txt {
  73. font-weight: bolder;
  74. overflow: hidden;
  75. text-overflow: ellipsis;
  76. white-space: nowrap;
  77. width: 400rpx;
  78. display: inline-block;
  79. margin-bottom: 12rpx;
  80. }
  81. .weui-flex__item{
  82. margin-bottom: 42rpx;
  83. overflow: hidden;
  84. text-overflow: ellipsis;
  85. white-space: nowrap;
  86. width: 400rpx;
  87. display: inline-block;
  88. }
  89. .fdkk-cells {
  90. margin-top: 60rpx;
  91. background: #fff;
  92. }
  93. .yuezhan-nav {
  94. z-index: 999;
  95. width: 100%;
  96. margin-top: 4rpx;
  97. }
  98. .yuezhan-navbar {
  99. display: flex;
  100. color: #999;
  101. background: #fff;
  102. position: relative;
  103. font-size: 32rpx;
  104. }
  105. .nav-item {
  106. text-align: center;
  107. flex: 1;
  108. margin: 0 100rpx;
  109. }
  110. .nav-item_txt{
  111. margin-bottom: 24rpx;
  112. }
  113. .iconfont {
  114. color: #999;
  115. }
  116. .icon-like {
  117. position: absolute;
  118. top: 16rpx;
  119. right:30rpx;
  120. font-size: 46rpx;
  121. }
  122. .icon-like_active{
  123. color: #E02F2F;
  124. }
  125. .weui-media-box__desc {
  126. line-height: 1.5;
  127. white-space: nowrap;
  128. text-overflow:ellipsis;
  129. overflow: hidden;
  130. display: inline-block;
  131. }
  132. .fix-flex .weui-media-box__desc{
  133. width: 400rpx;
  134. }
  135. .weui-media-box__bd_in-appmsg .desc{
  136. display: flex;
  137. justify-content: space-between;
  138. font-weight: normal;
  139. }
  140. .weui-media-box__bd_in-appmsg .desc .icon-zuobiao{
  141. font-size: 22rpx;
  142. display: inline-block;
  143. vertical-align: text-bottom;
  144. margin-right: 12rpx;
  145. }
  146. .weui-media-box__bd_in-appmsg{
  147. height: 185rpx;
  148. display: flex;
  149. flex-direction: column;
  150. font-size: 24rpx;
  151. color: #646464;
  152. justify-content: space-between;
  153. }
  154. .weui-media-box__title{
  155. font-size: 32rpx;
  156. color: #000;
  157. flex-direction: column;
  158. }
  159. .weui-media-box__title .pavilionName{
  160. font-size: 24rpx;
  161. color: #646464;
  162. }
  163. .navbar__slider {
  164. bottom: 0;
  165. }
  166. .navbar_slider-item{
  167. width: 50%;
  168. }
  169. .search-wrapper{
  170. display: flex;
  171. height: 100%;
  172. border: 1px solid #888888;
  173. padding-left: 30rpx;
  174. border-radius: 15rpx;
  175. align-items: center;
  176. }
  177. .fix-icon-search {
  178. color: #999;
  179. margin-right: 15rpx;
  180. }
  181. .icon-sousuo {
  182. font-size: 30rpx;
  183. color: #707070;
  184. }
  185. .no-more{
  186. margin: 102rpx 0 76rpx 0;
  187. font-size: 28rpx;
  188. text-align: center;
  189. }