index.wxss 844 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /* pages/yuezhan/index.wxss */
  2. .nav-con{
  3. position: fixed;
  4. left: 0;
  5. top: 0;
  6. z-index:999;
  7. width: 100%;
  8. height:70rpx;
  9. background: #fff;
  10. }
  11. .yuezhan-navbar{
  12. display: flex;
  13. padding: 0 10rpx;
  14. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  15. color: #999;
  16. background: #fff;
  17. height:60rpx;
  18. }
  19. .nav-item{
  20. margin: 0 19rpx;
  21. padding-bottom: 10rpx;
  22. }
  23. .nav-item_txt{
  24. font-size: 24rpx;
  25. }
  26. .date-txt{
  27. overflow: hidden;
  28. text-overflow: ellipsis;
  29. white-space: nowrap;
  30. width: 400rpx;
  31. display: inline-block;
  32. }
  33. .iconfont {
  34. font-size: 22rpx;
  35. margin-right: 15rpx;
  36. }
  37. .icon-search{
  38. position: absolute;
  39. right: 18rpx;
  40. top:-10rpx;
  41. font-size: 44rpx;
  42. }
  43. .item-img{
  44. width: 100%;
  45. height: 100%;
  46. }
  47. .fdkz-card{
  48. margin-top: 0;
  49. }
  50. .nav-item_on {
  51. border-bottom: 6rpx solid #e02f2f;
  52. }
  53. .icon-like{
  54. color: #e02f2f;
  55. }