index.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. /* pages/yuezhan/index.wxss */
  2. .container {
  3. padding: 0;
  4. margin-top: 130rpx;
  5. background: #F5F5F5;
  6. }
  7. .nav-con {
  8. position: fixed;
  9. left: 0;
  10. top: 0;
  11. z-index: 999;
  12. width: 100%;
  13. height: 130rpx;
  14. /* background: #fff; */
  15. }
  16. .yuezhan-navbar {
  17. display: flex;
  18. /* box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  19. border-bottom: 2rpx solid #ddd; */
  20. color: #999;
  21. background: #fff;
  22. height: 130rpx;
  23. }
  24. .yuezhan-navigator{
  25. background: #fff;
  26. padding: 0 44rpx;
  27. }
  28. .nav-item {
  29. margin: 0 19rpx;
  30. padding-bottom: 10rpx;
  31. width: 130rpx;
  32. text-align: center
  33. }
  34. .nav-item_txt {
  35. font-size: 24rpx;
  36. }
  37. .swiper-style {
  38. height: 422rpx;
  39. width: 100%;
  40. overflow: hidden;
  41. }
  42. .yuezhan-img {
  43. width: 100%;
  44. height: 100%;
  45. padding: 0;
  46. }
  47. .item-img {
  48. width: 100%;
  49. height: 100%;
  50. }
  51. .fdkz-card-info-date{
  52. display: flex;
  53. justify-content: space-between;
  54. }
  55. .fdkz-card-info-date .right{
  56. align-self: flex-end;
  57. }
  58. .fdkz-card-info-date .date-icon{
  59. display: inline-block;
  60. vertical-align: text-bottom;
  61. margin-right: 12rpx;
  62. }
  63. .fdkz-card-info-date .icon-zuobiao{
  64. font-size: 20rpx;
  65. }
  66. .date-txt{
  67. overflow: hidden;
  68. text-overflow: ellipsis;
  69. white-space: nowrap;
  70. width: 400rpx;
  71. display: inline-block;
  72. margin-top: 24rpx;
  73. }
  74. .changguan_title{
  75. float:right;
  76. font-size:24rpx;
  77. text-overflow: ellipsis;
  78. overflow: hidden;
  79. white-space: nowrap;
  80. width: 150px;
  81. text-align: right;
  82. }
  83. .nav-item_on {
  84. border-bottom: 6rpx solid #e02f2f;
  85. }
  86. .mall-swiper-item {
  87. width: 100%;
  88. height: 100%;
  89. }
  90. .icon-like{
  91. color: #e02f2f;
  92. }
  93. .swiper-item{
  94. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  95. }
  96. .navigator-title{
  97. font-size: 37rpx;
  98. font-weight: bold;
  99. padding: 40rpx 0 30rpx 0;
  100. }