index.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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. display: flex;
  58. align-items: center;
  59. }
  60. .fdkz-card-info-date .date-icon{
  61. display: inline-block;
  62. vertical-align: text-bottom;
  63. margin-right: 12rpx;
  64. }
  65. .fdkz-card-info-date .iconweizhi,.fdkz-card-info-date .iconredu{
  66. font-size: 20rpx;
  67. }
  68. .date-txt{
  69. overflow: hidden;
  70. text-overflow: ellipsis;
  71. white-space: nowrap;
  72. width: 400rpx;
  73. display: inline-block;
  74. }
  75. .changguan_title{
  76. float:right;
  77. font-size:24rpx;
  78. text-overflow: ellipsis;
  79. overflow: hidden;
  80. white-space: nowrap;
  81. width: 150px;
  82. text-align: right;
  83. }
  84. .nav-item_on {
  85. border-bottom: 6rpx solid #e02f2f;
  86. }
  87. .mall-swiper-item {
  88. width: 100%;
  89. height: 100%;
  90. }
  91. .icon-like{
  92. color: #e02f2f;
  93. }
  94. .swiper-item{
  95. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  96. }
  97. .navigator-title{
  98. font-size: 37rpx;
  99. font-weight: bold;
  100. padding: 40rpx 0 30rpx 0;
  101. }