From 946fb25181c06681c56f3946407a8a88ff59c62d Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Mon, 11 Sep 2023 15:27:26 +0800
Subject: [PATCH] 项目详情页面初步搭建、修改、增加弹出框

---
 src/styles/flex.style.scss |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/src/styles/flex.style.scss b/src/styles/flex.style.scss
index 2a0f3eb..1e4519a 100644
--- a/src/styles/flex.style.scss
+++ b/src/styles/flex.style.scss
@@ -6,6 +6,16 @@
   align-items: center;
   justify-content: center;
 }
+.text-center {
+  text-align: center
+}
+.f12 {
+  font-size: 12px
+}
+
+.f10 {
+  font-size: 10px
+}
 // .border-bottom {
 //   position: relative;
 //   box-sizing: border-box;
@@ -40,6 +50,9 @@
 
 .flex-align-center {
   align-items: center;
+}
+.flex-direction-column {
+  flex-direction: column;
 }
 
 .flex-justify-start {
@@ -91,7 +104,9 @@
 .height-100 {
   height: 100%;
 }
-
+.w100 {
+  width: 100%;
+}
 //margin
 m-5 {
   margin: -5px !important;

--
Gitblit v1.9.3