lin
2026-06-12 ebea702b9cf6566423fa26c63b603cdc989153e2
static/css/collect.css
@@ -1,12 +1,18 @@
.collect-title{
   position: fixed;
   left: 0;
   top: var(--status-bar-height);
   top: 0;
    /* top: var(--status-bar-height); */
   z-index: 99;
   width: 100%;
   background-color: #ebebeb;
   height: 80upx;
}
/*#ifdef H5*/
.collect-title{
    top: 44px;
}
/*#endif*/
.collect-title text{
   display: inline-block;
@@ -85,4 +91,4 @@
   background-color: #000000;
   opacity: .5;
   z-index: 999;
}
}