index.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. /* pages/yuezhan/index.wxss */
  2. .container {
  3. padding: 0;
  4. margin-top: 70rpx;
  5. }
  6. .nav-con {
  7. position: fixed;
  8. left: 0;
  9. top: 0;
  10. z-index: 999;
  11. width: 100%;
  12. height: 70rpx;
  13. background: #fff;
  14. }
  15. .yuezhan-nav {
  16. height: 66rpx;
  17. }
  18. .yuezhan-navbar {
  19. display: flex;
  20. padding: 0 10rpx;
  21. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  22. color: #999;
  23. background: #fff;
  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. margin-right: 15rpx;
  38. }
  39. .icon-search {
  40. position: absolute;
  41. right: 18rpx;
  42. top: -10rpx;
  43. font-size: 44rpx;
  44. }
  45. .icon-like_active {
  46. color: #e02f2f;
  47. }
  48. .item-img {
  49. width: 100%;
  50. height: 100%;
  51. }
  52. .title-txt {
  53. /* font-size: 28rpx;
  54. overflow: hidden;
  55. text-overflow: ellipsis;
  56. white-space: nowrap;
  57. width: 600rpx;
  58. display: inline-block; */
  59. }
  60. .fdkz-card {
  61. margin-top: 0;
  62. }
  63. .date-txt {
  64. overflow: hidden;
  65. text-overflow: ellipsis;
  66. white-space: nowrap;
  67. width: 400rpx;
  68. display: inline-block;
  69. }
  70. .changguan_title {
  71. float: right;
  72. font-size: 24rpx;
  73. text-overflow: ellipsis;
  74. overflow: hidden;
  75. white-space: nowrap;
  76. width: 150px;
  77. text-align: right;
  78. }
  79. .icon-like{color: #e02f2f}
  80. .icon-location{
  81. font-size: 32rpx;
  82. margin-right: 0;
  83. }