From 377d4c4027610c69ccc9e1af913bab579a4d5e17 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期六, 30 七月 2022 14:16:50 +0800
Subject: [PATCH] 1.仓库管理看板静态页面初步实现2.采购订单看板静态页面初步实现
---
src/views/kb/kbCommon.css | 53 ++++++++++++++++++++++++++++++++++++++++++++++-------
1 files changed, 46 insertions(+), 7 deletions(-)
diff --git a/src/views/kb/kbCommon.css b/src/views/kb/kbCommon.css
index 237f4d0..3737f17 100644
--- a/src/views/kb/kbCommon.css
+++ b/src/views/kb/kbCommon.css
@@ -3,33 +3,49 @@
height: 1080px;
position: relative;
background-color: #000;
- font-size: 20px;
+ font-size: 16px;
font-family: Microsoft YaHei;
+ color: #fff;
}
.kb_header {
/*background-color: #000;*/
- background-color: #123;
+ /*background-color: #123;*/
height: 90px;
line-height: 90px;
font-size: 40px;
color: #09d8f2;
}
+
+.kb_header_text{
+ letter-spacing: 5px;
+}
+
+.kb_headerPic{
+ position: absolute;
+ top: 39px;
+ width: 1808px;
+ height: 12px;
+ /*background-size: 100% 100%;*/
+ background: url("../../assets/images/kb_headtitle2.png") no-repeat;
+ margin-left: 56px;
+ /*margin-left: 40px;*/
+}
.kb_headTime{
position: absolute;
- left: 100px;
+ right: 10px;
width: 300px;
height: 50px;
z-index: 10;
- top: 20px;
+ top: 30px;
font-size: 22px;
}
.flex_c_c {
- display: flex;
- justify-content: center;
- align-content: center;
+ display: flex ;
+ justify-content: center ;
+ align-content: center ;
}
.flex_c_s {
@@ -39,6 +55,29 @@
/*align-content: center;*/
}
+.flex_e_c{
+ display: flex;
+ justify-content: space-evenly;
+ align-content: center;
+}
+
.kb_pd10{
padding: 10px;
}
+
+.kb_mt10{
+ margin-top: 10px;
+}
+
+
+
+/*
+瀹氫箟婊氬姩鏉¢珮瀹藉強鑳屾櫙
+楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉$殑灏哄
+*/
+::-webkit-scrollbar {
+ width: 0;
+}
+
+/*scrollbar END*/
+
--
Gitblit v1.9.3