|
@@ -17,6 +17,9 @@
|
|
|
.osc_git_main a{color: #9B9B9B;}
|
|
|
.animated{
|
|
|
position: relative;
|
|
|
+ background: url(../statics/img/login_bg.jpg);
|
|
|
+ height: 100%;
|
|
|
+ background-size: cover;
|
|
|
}
|
|
|
.animated img{
|
|
|
width: 100%;
|
|
@@ -24,19 +27,20 @@
|
|
|
/* display: inherit; */
|
|
|
position: relative;
|
|
|
top: -150px;
|
|
|
+
|
|
|
}
|
|
|
.box-center{
|
|
|
position: absolute;
|
|
|
- top: 27%;
|
|
|
+ top: 30%;
|
|
|
left: 31%;
|
|
|
transform: translate(-50%,-50%);
|
|
|
}
|
|
|
|
|
|
.box-center img{
|
|
|
- width: 250px;
|
|
|
- position: absolute;
|
|
|
- top: -160px;
|
|
|
- left: -100px;
|
|
|
+ width: 247px;
|
|
|
+ left: -75px;
|
|
|
+ margin-bottom: 24px;
|
|
|
+ top: 0px;
|
|
|
}
|
|
|
|
|
|
.box-center p{
|
|
@@ -44,8 +48,8 @@
|
|
|
color: #fff;
|
|
|
}
|
|
|
|
|
|
- .box-center p:last-of-type{
|
|
|
- font-size: 48px;
|
|
|
+ .box-center .intro-text{
|
|
|
+ font-size: 30px;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
|
|
@@ -53,58 +57,17 @@
|
|
|
.animated img{
|
|
|
top: 0;
|
|
|
}
|
|
|
- .box-center{
|
|
|
- top: 42%;
|
|
|
- }
|
|
|
- .box-center img{
|
|
|
- top: -125px;
|
|
|
- left: -70px;
|
|
|
- }
|
|
|
}
|
|
|
</style>
|
|
|
</head>
|
|
|
<body>
|
|
|
<div class=" animated fadeInRight">
|
|
|
- <img src="http://4d-tjw.oss-cn-shenzhen.aliyuncs.com/images/login_bg.jpg" alt="">
|
|
|
<div class="box-center">
|
|
|
- <img src="https://shop.4dkankan.com/platform-framework/statics/img/logo.png" alt="">
|
|
|
+ <img src="../statics/img/logo.png" alt="">
|
|
|
<p>四维线上博览会新体验:</p>
|
|
|
- <p>参展成本低、展会永不落幕、传播无地区限制</p>
|
|
|
- <p>高效持久获取商机、安全环保。</p>
|
|
|
+ <p class="intro-text">参展成本低、展会永不落幕、传播无地区限制</p>
|
|
|
+ <p class="intro-text">高效持久获取商机、安全环保。</p>
|
|
|
</div>
|
|
|
- <!-- <div class="ibox ">
|
|
|
- <div class="ibox-title">
|
|
|
- <h1>项目介绍</h1>
|
|
|
- </div>
|
|
|
- <div class="ibox-content">
|
|
|
- <div class="signin-info">
|
|
|
- <ul class="m-b">
|
|
|
- <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> 一个轻量级的Java快速开发平台,能快速开发项目</li>
|
|
|
- <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> 使用目前主流的JavaEE开发框架Spring+SpringMVC+Mybatis+Shiro+J2Cache,简单易学,学习成本低</li>
|
|
|
- <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> 友好的代码结构及注释,便于阅读及二次开发</li>
|
|
|
- <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> 完善的XSS防范及脚本过滤,彻底杜绝XSS攻击</li>
|
|
|
- <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> 日志分级输出,便于分析日志</li>
|
|
|
- <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> 前端使用Vue+iView,上手容易</li>
|
|
|
- <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> <a href="https://gitee.com/fuyang_lipengjun/platform" target="_blank">Git:https://gitee.com/fuyang_lipengjun/platform</a></li>
|
|
|
- <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> <a href="https://apidoc.gitee.com/fuyang_lipengjun/platform" target="_blank">JavaDoc:https://apidoc.gitee.com/fuyang_lipengjun/platform</a></li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
-
|
|
|
- </div>
|
|
|
- </div> -->
|
|
|
- <!-- <div class="ibox ">
|
|
|
- <div class="ibox-title">
|
|
|
- <h1>官方QQ群</h1>
|
|
|
- </div>
|
|
|
- <div class="ibox-content">
|
|
|
- <div class="signin-info">
|
|
|
- <ul>
|
|
|
- <li><i class="fa fa-qq m-r-xs"></i> 66502035(微同科技)</li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
-
|
|
|
- </div>
|
|
|
- </div> -->
|
|
|
</div>
|
|
|
</body>
|
|
|
</html>
|