index.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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. padding-bottom: 72rpx;
  28. }
  29. .yuezhan-navigator .fdkz-card:last-child{
  30. margin-bottom:0rpx;
  31. }
  32. .nav-item {
  33. margin: 0 19rpx;
  34. padding-bottom: 10rpx;
  35. width: 130rpx;
  36. text-align: center
  37. }
  38. .nav-item_txt {
  39. font-size: 24rpx;
  40. }
  41. .swiper-style {
  42. height: 422rpx;
  43. width: 100%;
  44. overflow: hidden;
  45. }
  46. .yuezhan-img {
  47. width: 100%;
  48. height: 100%;
  49. padding: 0;
  50. }
  51. .item-img {
  52. width: 100%;
  53. height: 100%;
  54. }
  55. .fdkz-card-info-date{
  56. display: flex;
  57. justify-content: space-between;
  58. }
  59. .fdkz-card-info-date .right{
  60. align-self: flex-end;
  61. display: flex;
  62. align-items: center;
  63. }
  64. .fdkz-card-info-date .date-icon{
  65. display: inline-block;
  66. vertical-align: text-bottom;
  67. margin-right: 12rpx;
  68. }
  69. .fdkz-card-info-date .iconweizhi,.fdkz-card-info-date .iconredu{
  70. font-size: 20rpx;
  71. }
  72. .date-txt{
  73. overflow: hidden;
  74. text-overflow: ellipsis;
  75. white-space: nowrap;
  76. width: 400rpx;
  77. display: inline-block;
  78. }
  79. .changguan_title{
  80. float:right;
  81. font-size:24rpx;
  82. text-overflow: ellipsis;
  83. overflow: hidden;
  84. white-space: nowrap;
  85. width: 150px;
  86. text-align: right;
  87. }
  88. .nav-item_on {
  89. border-bottom: 6rpx solid #e02f2f;
  90. }
  91. .mall-swiper-item {
  92. width: 100%;
  93. height: 100%;
  94. }
  95. .icon-like{
  96. color: #e02f2f;
  97. }
  98. .swiper-item{
  99. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  100. }
  101. .navigator-title{
  102. font-size: 37rpx;
  103. font-weight: bold;
  104. padding: 40rpx 0 30rpx 0;
  105. }