| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 | 
							- .nav {
 
-   position: fixed;
 
-   top: 0;
 
-   display: flex;
 
-   align-items: baseline;
 
-   color: #AD0F0F;
 
-   padding: 20rpx;
 
-   height: 120rpx;
 
-   // line-height: 170rpx;
 
-   width: 100%;
 
-   // background-image: url('https://file-cloud.fmode.cn/xJSpGNPpDI/20220928/1qjr1h054114.png');
 
-   background: #f39283;
 
-   background-size: cover;
 
-   background-repeat: no-repeat;
 
-   z-index: 999;
 
-   .nav_left {
 
-     display: flex;
 
-     align-items: center;
 
-   }
 
-   .font_w {
 
-     font-weight: 600;
 
-   }
 
-   .title {
 
-     position: fixed;
 
-     left: 50%;
 
-     transform: translateX(-50%);
 
-   }
 
- }
 
- .background-img {
 
-   width: 750rpx;
 
-   height: 435rpx;
 
-   position: fixed;
 
-   top: 0;
 
-   z-index: -1;
 
- }
 
- .nav-my {
 
-   position: fixed;
 
-   top: 0;
 
-   display: flex;
 
-   align-items: baseline;
 
-   color: #AD0F0F;
 
-   padding: 20rpx 38rpx;
 
-   // height: 435rpx;
 
-   // line-height: 170rpx;
 
-   width: 100%;
 
-   // background-image: url('https://file-cloud.fmode.cn/xJSpGNPpDI/20220928/1qjr1h054114.png');
 
-   // background: #f39283;
 
-   background-size: cover;
 
-   background-repeat: no-repeat;
 
-   z-index: 9;
 
-   .nav_left {
 
-     display: flex;
 
-     align-items: center;
 
-   }
 
-   .font_w {
 
-     font-weight: 600;
 
-   }
 
-   .title {
 
-     position: fixed;
 
-     left: 50%;
 
-     transform: translateX(-50%);
 
-   }
 
- }
 
- .navs {
 
-   position: fixed;
 
-   top: 0;
 
-   text-align: center;
 
-   padding: 20rpx;
 
-   height: 120rpx;
 
-   // line-height: 170rpx;
 
-   font-weight: bold;
 
-   color: #AD0F0F;
 
-   width: 100%;
 
-   // background-image: url('https://file-cloud.fmode.cn/xJSpGNPpDI/20220928/1qjr1h054114.png');
 
-   background-size: cover;
 
-   background-repeat: no-repeat;
 
-   background: #f39283;
 
-   z-index: 999;
 
-   .van-icon {
 
-     border: 1px solid red !important;
 
-   }
 
-   .nav_left {
 
-     display: flex;
 
-     align-items: center;
 
-   }
 
-   .font_w {
 
-     font-weight: 600;
 
-   }
 
- }
 
- .back {
 
-   position: fixed;
 
-   top: 0;
 
-   text-align: center;
 
-   padding: 20rpx;
 
-   height: 120rpx;
 
-   font-weight: bold;
 
-   color: #AD0F0F;
 
-   width: 100%;
 
-   // background-image: url('https://file-cloud.fmode.cn/xJSpGNPpDI/20220928/1qjr1h054114.png');
 
-   background: #f39283;
 
-   background-size: cover;
 
-   background-repeat: no-repeat;
 
-   z-index: 999;
 
-   display: flex;
 
-   .text {
 
-     flex: 1;
 
-     margin-right: 40rpx;
 
-   }
 
- }
 
 
  |