diff --git a/src/main/resources/static/wg/assets/images/login-background1.jpeg b/src/main/resources/static/wg/assets/images/login-background1.jpeg new file mode 100644 index 0000000..edf66db Binary files /dev/null and b/src/main/resources/static/wg/assets/images/login-background1.jpeg differ diff --git a/src/main/resources/static/wg/assets/images/login-background2.jpeg b/src/main/resources/static/wg/assets/images/login-background2.jpeg new file mode 100644 index 0000000..7aca275 Binary files /dev/null and b/src/main/resources/static/wg/assets/images/login-background2.jpeg differ diff --git a/src/main/resources/static/wg/assets/layui/css/admin.css b/src/main/resources/static/wg/assets/layui/css/admin.css index b4f68f5..1a9ee7f 100644 --- a/src/main/resources/static/wg/assets/layui/css/admin.css +++ b/src/main/resources/static/wg/assets/layui/css/admin.css @@ -1,9 +1,37 @@ -html { - background: #f3f3f3 +html, body { + background: transparent; } +html, body, #LAY_app { + height: 100%; +} + +.login-bg { + background-image: url('/wg/assets/images/login-background1.jpeg'); + background-repeat: no-repeat; + background-size: cover; + -webkit-background-size: cover; + -o-background-size: cover; + background-position: center 0; +} + +.index-bg { + background-image: url('/wg/assets/images/login-background2.jpeg'); + background-repeat: no-repeat; + background-size: cover; + -webkit-background-size: cover; + -o-background-size: cover; + background-position: center 0; +} + +.logo {float: left; margin-left: 25px; line-height: 60px;} +.logo img{height: 40px;} +.logo span{color: #FFFFFF; margin-left: 10px; font-size: 24px; line-height: 60px; font-weight: bold; vertical-align: top;} +.layui-header .layui-nav{background-color: transparent;} +.layui-elem-quote {margin-bottom: 0px; background-color: #FFFFFF;} +.layui-nav .layui-nav-child a {text-align: center !important;} .iframe-container { - margin: 15px; + margin: 15px 80px; } .iframe-container .iframe-box { @@ -22,6 +50,15 @@ html { .list-page-container { background: #FFFFFF; padding: 15px 15px 5px 15px; + border-top: 1px dotted #999; +} + +.info-page-container { + border-top: 1px dotted #999; +} + +.info-page-container .layui-card { + box-shadow: none; } .layui-form-pane .layui-form-label { @@ -42,10 +79,6 @@ html { padding: 15px; } -html, body, #LAY_app { - height: 100%; -} - .layui-layout-body { overflow: auto; } diff --git a/src/main/resources/static/wg/index.html b/src/main/resources/static/wg/index.html index b02a464..811a9ef 100644 --- a/src/main/resources/static/wg/index.html +++ b/src/main/resources/static/wg/index.html @@ -10,18 +10,13 @@ - -
+