lin
2026-06-24 22b9505b731f583096b43c8176c840f4cee33e18
static/css/carts.css
@@ -132,12 +132,18 @@
.c-title{
   position: fixed;
   left: 0;
   top: var(--status-bar-height);
    /*top: var(--status-bar-height);*/
    top: 0px;
   z-index: 99;
   width: 100%;
   background-color: #ebebeb;
   height: 80upx;
}
/*#ifdef H5*/
.c-title{
    top: 44px;
}
/*#endif*/
.c-title text{
   display: inline-block;
   height: 100%;
@@ -156,4 +162,4 @@
   display: flex;
   align-items: center;
   margin-top: 4upx;
}
}