index.scss 1.7 KB

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