index.wxss 3.4 KB

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