sort_vue.scss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. page {
  2. background-color: #FFFFFF;
  3. }
  4. .zaiui-bar-search-title-box {
  5. .cu-bar {
  6. padding-top: var(--status-bar-height);
  7. min-height: calc(var(--status-bar-height) + 101upx);
  8. .content {
  9. top: var(--status-bar-height);
  10. /* #ifndef MP */
  11. left: 18.18upx;
  12. width: calc(100% - 127.27upx);
  13. /* #endif */
  14. /* #ifdef MP */
  15. left: -140upx;
  16. width: calc(100% - 300upx);
  17. /* #endif */
  18. .search-form {
  19. display: inherit;
  20. flex: inherit;
  21. margin: 0;
  22. color: #717171;
  23. [class*="cuIcon-"] {
  24. margin: 0;
  25. }
  26. }
  27. }
  28. }
  29. .cu-bar.fixed.no-shadow {
  30. box-shadow: inherit;
  31. }
  32. .cu-bar.bg-white {
  33. color: #333333;
  34. }
  35. .zaiui-seat-height {
  36. width: 100%;
  37. height: calc(var(--status-bar-height) + 101upx);
  38. }
  39. }
  40. .VerticalNav.nav {
  41. width: 200upx;
  42. color: #666666;
  43. height: calc(100vh - (var(--status-bar-height) + 101upx));
  44. white-space: initial;
  45. }
  46. .VerticalNav.nav .cu-item {
  47. width: 100%;
  48. text-align: center;
  49. background-color: #FAFAFA;
  50. margin: 0;
  51. border: none;
  52. height: 50px;
  53. position: relative;
  54. }
  55. .VerticalNav.nav .cu-item.cur {
  56. background-color: #FFFFFF;
  57. }
  58. .VerticalNav.nav .cu-item.cur::after {
  59. content: "";
  60. width: 7.27upx;
  61. height: 32.72upx;
  62. border-radius: 0px 9.09upx 9.09upx 0px;
  63. position: absolute;
  64. background-color: currentColor;
  65. top: 0;
  66. left: 0;
  67. bottom: 0;
  68. margin: auto;
  69. }
  70. .VerticalBox {
  71. display: flex;
  72. }
  73. .VerticalMain {
  74. background-color: #FFFFFF;
  75. height: calc(100vh - (var(--status-bar-height) + 101upx));
  76. flex: 1;
  77. }
  78. .zaiui-grid-icon-box {
  79. position: relative;
  80. width: 100%;
  81. .cu-list.grid {
  82. background-color: inherit;
  83. .grid-icon {
  84. margin: 0;
  85. .icon {
  86. width: 127.27upx;
  87. }
  88. }
  89. }
  90. .cu-list.grid>.cu-item {
  91. padding-bottom: 9.09upx;
  92. text {
  93. color: #333333;
  94. }
  95. }
  96. .cu-list.grid.no-border {
  97. padding: 0;
  98. }
  99. }