index.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  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: 440rpx;
  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. }
  106. .recommend{
  107. position: fixed;
  108. top: 0;
  109. left: 0;
  110. right: 0;
  111. bottom: 0;
  112. z-index: 9999;
  113. background: rgba(0,0,0,0.6);
  114. }
  115. .recommendcon{
  116. position: absolute;
  117. top: 50%;
  118. left: 50%;
  119. width: 100%;
  120. transform: translate(-50%,-50%);
  121. text-align: center;
  122. }
  123. .recommendcon .sw{
  124. font-size: 0;
  125. text-align: left;
  126. min-height: 60vh;
  127. width: 100%;
  128. }
  129. .recommendcon .sw-item{
  130. width: 100%;
  131. }
  132. .recommendcon .sw-item .sw-itemcon{
  133. background: #fff;
  134. border-radius: 30rpx;
  135. overflow: hidden;
  136. width: 90%;
  137. margin: 0 auto;
  138. }
  139. .recommendcon .info{
  140. padding: 20rpx;
  141. font-size: 32rpx;
  142. }
  143. .recommendcon .info > view{
  144. font-weight: bold;
  145. font-size: 36rpx;
  146. position: relative;
  147. }
  148. .recommendcon .info > text{
  149. font-size: 28rpx;
  150. color: #646464;
  151. margin-top: 10rpx;
  152. }
  153. .recommendcon .info > view > .tag{
  154. position: absolute;
  155. right: 0;
  156. bottom: 0;
  157. top: unset;
  158. color: #fff;
  159. background-color: #FF7614;
  160. font-weight: normal;
  161. }
  162. .recommendcon .go_view{
  163. width: 80%;
  164. height: 100rpx;
  165. background: #CE4038;
  166. border-radius: 10rpx;
  167. font-size: 32rpx;
  168. line-height: 100rpx;
  169. text-align: center;
  170. color: #fff;
  171. margin: 100rpx auto 60rpx;
  172. }
  173. .recommendcon .cover{
  174. width: 100%;
  175. height: 450rpx;
  176. }
  177. .recommendcon .close{
  178. width: 100rpx;
  179. height: 100rpx;
  180. margin-top: 40rpx;
  181. }