123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- page {
- background-color: #FFFFFF;
- }
- .zaiui-bar-search-title-box {
- .cu-bar {
- padding-top: var(--status-bar-height);
- min-height: calc(var(--status-bar-height) + 101upx);
- .content {
- top: var(--status-bar-height);
-
- /* #ifndef MP */
- left: 18.18upx;
- width: calc(100% - 127.27upx);
- /* #endif */
-
- /* #ifdef MP */
- left: -140upx;
- width: calc(100% - 300upx);
- /* #endif */
-
- .search-form {
- display: inherit;
- flex: inherit;
- margin: 0;
- color: #717171;
- [class*="cuIcon-"] {
- margin: 0;
- }
- }
- }
- }
- .cu-bar.fixed.no-shadow {
- box-shadow: inherit;
- }
- .cu-bar.bg-white {
- color: #333333;
- }
- .zaiui-seat-height {
- width: 100%;
- height: calc(var(--status-bar-height) + 101upx);
- }
- }
- .VerticalNav.nav {
- width: 200upx;
- color: #666666;
- height: calc(100vh - (var(--status-bar-height) + 101upx));
- white-space: initial;
- }
- .VerticalNav.nav .cu-item {
- width: 100%;
- text-align: center;
- background-color: #FAFAFA;
- margin: 0;
- border: none;
- height: 50px;
- position: relative;
- }
- .VerticalNav.nav .cu-item.cur {
- background-color: #FFFFFF;
- }
- .VerticalNav.nav .cu-item.cur::after {
- content: "";
- width: 7.27upx;
- height: 32.72upx;
- border-radius: 0px 9.09upx 9.09upx 0px;
- position: absolute;
- background-color: currentColor;
- top: 0;
- left: 0;
- bottom: 0;
- margin: auto;
- }
- .VerticalBox {
- display: flex;
- }
- .VerticalMain {
- background-color: #FFFFFF;
- height: calc(100vh - (var(--status-bar-height) + 101upx));
- flex: 1;
- }
- .zaiui-grid-icon-box {
- position: relative;
- width: 100%;
- .cu-list.grid {
- background-color: inherit;
- .grid-icon {
- margin: 0;
- .icon {
- width: 127.27upx;
- }
- }
- }
- .cu-list.grid>.cu-item {
- padding-bottom: 9.09upx;
- text {
- color: #333333;
- }
- }
- .cu-list.grid.no-border {
- padding: 0;
- }
- }
|