From 8c047f7da19d7e59136a322e1a851d4b6b0eab97 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期四, 06 三月 2025 17:30:31 +0800 Subject: [PATCH] - --- src/static/css/comm.scss | 23 ++++++++++++++++++++++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/src/static/css/comm.scss b/src/static/css/comm.scss index f2b7b4e..85cb3ae 100644 --- a/src/static/css/comm.scss +++ b/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; } @@ -74,7 +91,7 @@ .chuany-text-black, .line-black, .lines-black { color: #333333; } .chuany-text-white, .line-white, .lines-white { color: #ffffff; } .text-7f{ color: #7f7f7f; } -.text-69{ color: #696969; } +.text-69{ color: #696969 !important; } /*鑳屾櫙棰滆壊*/ .coreshop-bg-red { background-color: #e54d42; color: #ffffff; } .coreshop-bg-orange { background-color: #f37b1d; color: #ffffff; } @@ -97,6 +114,10 @@ } .coreshop-f8 { background-color: #F8F8F8; } +.coreshop-ff { background-color: #ffffff; } +.core-opa{ + opacity: 0; +} /*瀛椾綋楂樺害*/ .chuany-line-height-initial { line-height: initial } -- Gitblit v1.9.1