From 91a6d368073912a2e54bbd8c8a39c44d783881d8 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期三, 28 八月 2024 17:03:00 +0800 Subject: [PATCH] 打卡相关 --- src/static/css/comm.scss | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/static/css/comm.scss b/src/static/css/comm.scss index 0a8e66e..c67b1e9 100644 --- a/src/static/css/comm.scss +++ b/src/static/css/comm.scss @@ -42,6 +42,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 +99,9 @@ .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