index.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. .container {
  2. padding: 0;
  3. margin-top: 90rpx;
  4. background: #F5F5F5;
  5. }
  6. .nav-con {
  7. /* position: fixed;
  8. left: 0; */
  9. z-index: 999;
  10. width: 100%;
  11. height: 202rpx;
  12. background: #fff;
  13. }
  14. .top-nav {
  15. position: fixed;
  16. top: 0;
  17. left: 0;
  18. width: 100%;
  19. background: #fff;
  20. z-index: 999;
  21. }
  22. .yuezhan-nav {
  23. z-index: 999;
  24. width: 100%;
  25. box-shadow: 0 0 6rpx #efefef;
  26. }
  27. .yuezhan-navbar {
  28. display: flex;
  29. color: #999;
  30. height: 94rpx;
  31. background: #fff;
  32. justify-content: center;
  33. align-items: center;
  34. }
  35. .yuezhan-navbar-online{
  36. display: flex;
  37. color: #999;
  38. height: 94rpx;
  39. background: #fff;
  40. justify-content: center;
  41. align-items: flex-start;
  42. }
  43. .nav-item {
  44. text-align: center;
  45. flex: 1;
  46. margin: 0 100rpx;
  47. padding-bottom: 10rpx;
  48. }
  49. .nav-item_on {
  50. color: #E65858;
  51. }
  52. .navbar__slider {
  53. position: relative;
  54. bottom: 0;
  55. transition: left 0.3s;
  56. }
  57. .navbar_slider-item {
  58. width: 50%;
  59. height: 6rpx;
  60. background: #E65858;
  61. margin: 0 auto;
  62. }
  63. .exhibition-list {
  64. padding: 20rpx;
  65. }
  66. .yuezhan-navbar, .search-navbar {
  67. display: flex;
  68. color: #999;
  69. background: #fff;
  70. }
  71. .search-navbar{
  72. height: 130rpx;
  73. }
  74. .yuezhan-navbar {
  75. padding: 0 44rpx;
  76. justify-content: space-between;
  77. }
  78. .nav-right{
  79. display: inline-block;
  80. }
  81. .nav-tag{
  82. display: flex;
  83. align-items: center;
  84. color: #000;
  85. font-size: 28rpx;
  86. float: left;
  87. font-weight: bold;
  88. }
  89. .nav-active{
  90. color: #E02F2F
  91. }
  92. .nav-right .nav-tag:first-child{
  93. margin-right: 30rpx;
  94. }
  95. .iconpaixuxialacaidan{
  96. font-size: 14rpx;
  97. margin-left: 8rpx;
  98. }
  99. .drop-con{
  100. position: fixed;
  101. top: 0;
  102. left: 0;
  103. z-index: 9999;
  104. width: 100%;
  105. height: 100%;
  106. transition: all ease 0.3s;
  107. }
  108. .hot-search-con{
  109. margin-top: 40rpx;
  110. }
  111. .hot-search {
  112. padding: 40rpx 44rpx 72rpx 44rpx;
  113. font-size: 32rpx;
  114. font-weight: bold;
  115. background: #fff;
  116. }
  117. .hot-search-title{
  118. margin-bottom: 60rpx;
  119. }
  120. .hot-search-title-txt {
  121. font-size: 36rpx;
  122. }
  123. .fdkz-card {
  124. background: #fff;
  125. border-radius: 10rpx;
  126. margin-bottom: 20rpx;
  127. overflow: hidden;
  128. box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.1);
  129. }
  130. .fdkz-card-img {
  131. position: relative;
  132. height: 320rpx;
  133. overflow: hidden;
  134. }
  135. .new-fdkz-card-tag, .fdkz-card-tag {
  136. position: absolute;
  137. top: 20rpx;
  138. right: 20rpx;
  139. background: #E65858;
  140. color: #fff;
  141. padding: 6rpx 16rpx;
  142. border-radius: 6rpx;
  143. font-size: 24rpx;
  144. z-index: 1;
  145. }
  146. .fdkz-card-tag-start {
  147. background: #FF9800;
  148. }
  149. .fdkz-card-tag-end {
  150. background: #999;
  151. }
  152. .fdkz-card-tag-hot {
  153. background: #E65858;
  154. }
  155. .item-img {
  156. width: 100%;
  157. height: 100%;
  158. }
  159. .fdkz-card-info {
  160. padding: 20rpx;
  161. }
  162. .fdkz-card-info-title {
  163. font-size: 32rpx;
  164. font-weight: bold;
  165. margin-bottom: 10rpx;
  166. }
  167. .fdkz-card-info-date {
  168. font-size: 26rpx;
  169. color: #666;
  170. display: flex;
  171. justify-content: space-between;
  172. }
  173. .date-txt {
  174. overflow: hidden;
  175. text-overflow: ellipsis;
  176. white-space: nowrap;
  177. width: 400rpx;
  178. }
  179. .changguan_title {
  180. font-size: 24rpx;
  181. text-align: right;
  182. }
  183. .iconfont {
  184. font-size: 22rpx;
  185. }
  186. .noDataClass {
  187. text-align: center;
  188. padding: 100rpx 0;
  189. }
  190. .no_exhibitionImg {
  191. width: 200rpx;
  192. height: 200rpx;
  193. margin-bottom: 20rpx;
  194. }
  195. .tips {
  196. color: #999;
  197. font-size: 28rpx;
  198. }
  199. .weui-loadmore {
  200. text-align: center;
  201. padding: 20rpx 0;
  202. }
  203. .special-search .wrapper {
  204. padding-bottom: 0!important;
  205. }