lin
2026-06-11 5df313e611a4459c8de026fafe68b7873ca010d7
static/css/carts.css
@@ -132,12 +132,19 @@
.c-title{
   position: fixed;
   left: 0;
   /*top: 44px;*/
   top: var(--status-bar-height);
   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 +163,4 @@
   display: flex;
   align-items: center;
   margin-top: 4upx;
}
}