nav.less 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. .nav {
  2. position: fixed;
  3. top: 0;
  4. display: flex;
  5. align-items: baseline;
  6. color: #AD0F0F;
  7. padding: 20rpx;
  8. height: 120rpx;
  9. // line-height: 170rpx;
  10. width: 100%;
  11. // background-image: url('https://file-cloud.fmode.cn/xJSpGNPpDI/20220928/1qjr1h054114.png');
  12. background: #f39283;
  13. background-size: cover;
  14. background-repeat: no-repeat;
  15. z-index: 999;
  16. .nav_left {
  17. display: flex;
  18. align-items: center;
  19. }
  20. .font_w {
  21. font-weight: 600;
  22. }
  23. .title {
  24. position: fixed;
  25. left: 50%;
  26. transform: translateX(-50%);
  27. }
  28. }
  29. .background-img {
  30. width: 750rpx;
  31. height: 435rpx;
  32. position: fixed;
  33. top: 0;
  34. z-index: -1;
  35. }
  36. .nav-my {
  37. position: fixed;
  38. top: 0;
  39. display: flex;
  40. align-items: baseline;
  41. color: #AD0F0F;
  42. padding: 20rpx 38rpx;
  43. // height: 435rpx;
  44. // line-height: 170rpx;
  45. width: 100%;
  46. // background-image: url('https://file-cloud.fmode.cn/xJSpGNPpDI/20220928/1qjr1h054114.png');
  47. // background: #f39283;
  48. background-size: cover;
  49. background-repeat: no-repeat;
  50. z-index: 9;
  51. .nav_left {
  52. display: flex;
  53. align-items: center;
  54. }
  55. .font_w {
  56. font-weight: 600;
  57. }
  58. .title {
  59. position: fixed;
  60. left: 50%;
  61. transform: translateX(-50%);
  62. }
  63. }
  64. .navs {
  65. position: fixed;
  66. top: 0;
  67. text-align: center;
  68. padding: 20rpx;
  69. height: 120rpx;
  70. // line-height: 170rpx;
  71. font-weight: bold;
  72. color: #AD0F0F;
  73. width: 100%;
  74. // background-image: url('https://file-cloud.fmode.cn/xJSpGNPpDI/20220928/1qjr1h054114.png');
  75. background-size: cover;
  76. background-repeat: no-repeat;
  77. background: #f39283;
  78. z-index: 999;
  79. .van-icon {
  80. border: 1px solid red !important;
  81. }
  82. .nav_left {
  83. display: flex;
  84. align-items: center;
  85. }
  86. .font_w {
  87. font-weight: 600;
  88. }
  89. }
  90. .back {
  91. position: fixed;
  92. top: 0;
  93. text-align: center;
  94. padding: 20rpx;
  95. height: 120rpx;
  96. font-weight: bold;
  97. color: #AD0F0F;
  98. width: 100%;
  99. // background-image: url('https://file-cloud.fmode.cn/xJSpGNPpDI/20220928/1qjr1h054114.png');
  100. background: #f39283;
  101. background-size: cover;
  102. background-repeat: no-repeat;
  103. z-index: 999;
  104. display: flex;
  105. .text {
  106. flex: 1;
  107. margin-right: 40rpx;
  108. }
  109. }