lin
2026-06-10 8ed3cfe7d04b542f131e98e37854031965441b33
static/css/collect.css
@@ -1,12 +1,18 @@
.collect-title{
   position: fixed;
   left: 0;
   top: var(--status-bar-height);
   /*top: 44px;*/
    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;
}
}