index.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. /* pages/yuezhan/index.wxss */
  2. .wrapper{
  3. background: #F5F5F5;
  4. }
  5. .container {
  6. margin-top: 210rpx;
  7. }
  8. .nav-con {
  9. position: fixed;
  10. left: 0;
  11. top: 0;
  12. z-index: 999;
  13. width: 100%;
  14. height: 202rpx;
  15. background: #fff;
  16. }
  17. .yuezhan-navbar, .search-navbar {
  18. display: flex;
  19. color: #999;
  20. background: #fff;
  21. }
  22. .search-navbar{
  23. height: 130rpx;
  24. }
  25. .nav-item {
  26. margin: 0 11rpx;
  27. padding-bottom: 10rpx;
  28. }
  29. .nav-item_on {
  30. border-bottom: none;
  31. }
  32. .nav-item_txt {
  33. font-size: 24rpx;
  34. }
  35. .iconfont {
  36. font-size: 22rpx;
  37. }
  38. .icon-search {
  39. position: absolute;
  40. right: 18rpx;
  41. top: -10rpx;
  42. font-size: 44rpx;
  43. }
  44. .icon-like_active {
  45. color: #e02f2f;
  46. }
  47. .item-img {
  48. width: 100%;
  49. height: 100%;
  50. }
  51. .fdkz-card {
  52. margin-top: 0;
  53. }
  54. .date-txt {
  55. overflow: hidden;
  56. text-overflow: ellipsis;
  57. white-space: nowrap;
  58. width: 400rpx;
  59. display: inline-block;
  60. }
  61. .changguan_title {
  62. float: right;
  63. font-size: 24rpx;
  64. text-overflow: ellipsis;
  65. overflow: hidden;
  66. white-space: nowrap;
  67. width: 150px;
  68. text-align: right;
  69. }
  70. .icon-like{color: #e02f2f}
  71. .icon-location{
  72. font-size: 32rpx;
  73. margin-right: 0;
  74. }
  75. .yuezhan-navbar {
  76. padding: 0 44rpx 30rpx;
  77. justify-content: space-between;
  78. }
  79. .nav-right{
  80. display: inline-block;
  81. }
  82. .nav-tag{
  83. display: flex;
  84. align-items: center;
  85. color: #000;
  86. font-size: 28rpx;
  87. float: left;
  88. font-weight: bold;
  89. }
  90. .nav-active{
  91. color: #E02F2F
  92. }
  93. .nav-right .nav-tag:first-child{
  94. margin-right: 30rpx;
  95. }
  96. .iconpaixuxialacaidan{
  97. font-size: 14rpx;
  98. margin-left: 8rpx;
  99. }
  100. .drop-con{
  101. position: fixed;
  102. top: 0;
  103. left: 0;
  104. z-index: 9999;
  105. width: 100%;
  106. height: 100%;
  107. transition: all ease 0.3s;
  108. }
  109. .hot-search-con{
  110. margin-top: 40rpx;
  111. }
  112. .hot-search {
  113. padding: 40rpx 44rpx 72rpx 44rpx;
  114. font-size: 32rpx;
  115. font-weight: bold;
  116. background: #fff;
  117. }
  118. .hot-search-title{
  119. margin-bottom: 60rpx;
  120. }
  121. .hot-search-title-txt {
  122. font-size: 36rpx;
  123. }
  124. .fdkz-card-warpper .fdkz-card:last-child{
  125. margin-bottom:0;
  126. }