index.scss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. @import "../Yl_filtrate/index.scss";
  2. @import "../Yl_filtrate/groud.scss";
  3. .Yl_nav_box {
  4. display: flex;
  5. width: 100vw;
  6. height: 90rpx;
  7. background-color: #fff;
  8. position: sticky;
  9. top: 0;
  10. border-bottom: 1px solid #ddd;
  11. .mian {
  12. flex: 1;
  13. display: flex;
  14. justify-content: space-around;
  15. overflow: hidden;
  16. .item {
  17. width: 216rpx;
  18. height: 90rpx;
  19. line-height: 90rpx;
  20. text-align: center;
  21. font-size: 28rpx;
  22. font-family: PingFang SC-Regular, PingFang SC;
  23. color: #666666;
  24. .iconfont {
  25. font-size: 28rpx;
  26. margin-right: 4rpx;
  27. }
  28. }
  29. }
  30. .special {
  31. justify-content: space-between;
  32. .item {
  33. width: auto;
  34. }
  35. .special0 {
  36. text-align: left;
  37. padding: 0 20rpx;
  38. }
  39. .special1 {
  40. text-align: right;
  41. padding-left: 20rpx;
  42. }
  43. }
  44. .search {
  45. width: 90rpx;
  46. height: 90rpx;
  47. line-height: 90rpx;
  48. text-align: center;
  49. flex-shrink: 0;
  50. }
  51. }
  52. .Yl_search {
  53. height: 80rpx !important;
  54. align-items: flex-start;
  55. }
  56. .Yl_history {
  57. width: 100vw;
  58. background-color: #fff;
  59. box-sizing: border-box;
  60. padding: 6rpx 30rpx 15rpx;
  61. .label {
  62. display: flex;
  63. justify-content: space-between;
  64. height: 50rpx;
  65. line-height: 58rpx;
  66. font-size: 24rpx;
  67. font-family: PingFang SC-Regular, PingFang SC;
  68. color: #666666;
  69. .iconfont {
  70. display: inline-block;
  71. width: 80rpx;
  72. text-align: center;
  73. margin-right: -30rpx;
  74. }
  75. }
  76. }
  77. .content .iconfont {
  78. color: rgb(63, 62, 62);
  79. margin-right: 8rpx;
  80. }
  81. .active .iconfont {
  82. color: #3874F6 !important;
  83. }
  84. .footer {
  85. align-items: center !important;
  86. box-sizing: border-box;
  87. padding-left: 30rpx;
  88. padding-right: 30rpx;
  89. .v-but {
  90. width: 250rpx !important;
  91. }
  92. }