From b784175e978b0fcfca8ca8bed7953ae4eacf49e8 Mon Sep 17 00:00:00 2001
From: shiyj <1098226878@qq.com>
Date: 星期一, 02 九月 2019 20:18:58 +0800
Subject: [PATCH] Merge branch 'master' of https://github.com/java110/MicroCommunity
---
WebService/src/main/resources/static/css/common.css | 14 ++++++++++++--
1 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/WebService/src/main/resources/static/css/common.css b/WebService/src/main/resources/static/css/common.css
index ccb081d..8696df4 100644
--- a/WebService/src/main/resources/static/css/common.css
+++ b/WebService/src/main/resources/static/css/common.css
@@ -27,7 +27,7 @@
width: 100%;
height: 100%;
z-index: 2300;
- position: absolute;
+ position: fixed;
}
.java110_loading>div{
margin: 70px auto;
@@ -48,4 +48,14 @@
background: #fff;
color: #888;
cursor: default;
-}
\ No newline at end of file
+}
+
+
+.wizard > .steps > ul > li {
+ width: 33.33%;
+}
+
+.java110_step{
+ width:80%;
+ margin: 20px auto 50px auto;
+}
--
Gitblit v1.8.0