index.wxss 1.7 KB

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