index.scss 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. .search {
  31. width: 90rpx;
  32. height: 90rpx;
  33. line-height: 90rpx;
  34. text-align: center;
  35. flex-shrink: 0;
  36. }
  37. }
  38. .Yl_search {
  39. height: 80rpx !important;
  40. align-items: flex-start;
  41. }
  42. .Yl_history {
  43. width: 100vw;
  44. background-color: #fff;
  45. box-sizing: border-box;
  46. padding: 6rpx 30rpx 15rpx;
  47. .label {
  48. display: flex;
  49. justify-content: space-between;
  50. height: 50rpx;
  51. line-height: 58rpx;
  52. font-size: 24rpx;
  53. font-family: PingFang SC-Regular, PingFang SC;
  54. color: #666666;
  55. .iconfont {
  56. display: inline-block;
  57. width: 80rpx;
  58. text-align: center;
  59. margin-right: -30rpx;
  60. }
  61. }
  62. }
  63. .content .iconfont {
  64. color: rgb(63, 62, 62);
  65. margin-right: 8rpx;
  66. }
  67. .active .iconfont {
  68. color: #3874F6 !important;
  69. }
  70. .footer {
  71. align-items: center !important;
  72. box-sizing: border-box;
  73. padding-left: 30rpx;
  74. padding-right: 30rpx;
  75. .v-but {
  76. width: 250rpx !important;
  77. }
  78. }