index.scss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. .Yl_nav_box {
  2. display: flex;
  3. width: 100vw;
  4. height: 90rpx;
  5. background-color: #fff;
  6. position: sticky;
  7. top: 0;
  8. border-bottom: 1px solid #ddd;
  9. .mian {
  10. flex: 1;
  11. display: flex;
  12. justify-content: space-around;
  13. .item {
  14. width: 216rpx;
  15. height: 90rpx;
  16. line-height: 90rpx;
  17. text-align: center;
  18. font-size: 28rpx;
  19. font-family: PingFang SC-Regular, PingFang SC;
  20. color: #666666;
  21. .iconfont {
  22. font-size: 28rpx;
  23. margin-right: 4rpx;
  24. }
  25. }
  26. }
  27. .search {
  28. width: 90rpx;
  29. height: 90rpx;
  30. line-height: 90rpx;
  31. text-align: center;
  32. flex-shrink: 0;
  33. }
  34. }
  35. .Yl_search {
  36. height: 80rpx !important;
  37. align-items: flex-start;
  38. }
  39. .Yl_history {
  40. width: 100vw;
  41. background-color: #fff;
  42. box-sizing: border-box;
  43. padding: 6rpx 30rpx 15rpx;
  44. .label {
  45. display: flex;
  46. justify-content: space-between;
  47. height: 50rpx;
  48. line-height: 58rpx;
  49. font-size: 24rpx;
  50. font-family: PingFang SC-Regular, PingFang SC;
  51. color: #666666;
  52. .iconfont {
  53. display: inline-block;
  54. width: 80rpx;
  55. text-align: center;
  56. margin-right: -30rpx;
  57. }
  58. }
  59. }