zhangwei
2025-03-07 d3e6dd6b3032c119676efa1e9fcee3a8a8043fc5
src/static/css/comm.scss
@@ -8,6 +8,19 @@
   height: 100vh;
    margin: 0 auto;
   background-color: #f3f4f6;
   // overflow-y: auto;
   // overflow-y: scroll;
}
.full-page-content{
   // height: 100vh;
    margin: 0 auto;
   background-color: #f3f4f6;
   // overflow-y: scroll;
}
.full-page-fff{
   height: 100vh;
    margin: 0 auto;
   background-color: #fff;
}
// 底部按钮
.tabbtns {
@@ -20,6 +33,9 @@
    right: 0;
    z-index: 20;
   padding: 24rpx;
}
.chuany-box{
   box-sizing:border-box;
}
.list {
      background-color: #f3f4f6;
@@ -42,6 +58,7 @@
.chuany-justify-center { justify-content: center; }
.chuany-justify-between { justify-content: space-between; }
.chuany-justify-around { justify-content: space-around; }
.chuany-justify-evenly { justify-content: space-evenly; }
.chuany-align-start { align-items: flex-start; }
.chuany-align-end { align-items: flex-end; }
@@ -98,6 +115,9 @@
.coreshop-f8 { background-color: #F8F8F8; }
.coreshop-ff { background-color: #ffffff; }
.core-opa{
   opacity: 0;
}
/*字体高度*/
.chuany-line-height-initial { line-height: initial }