123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>欢迎页</title>
- #parse("sys/header.html")
-
- <!-- <script src='https://gitee.com/fuyang_lipengjun/platform/widget_preview'></script> -->
- <style>
- body{
- overflow: hidden;
- }
- .pro_name a{color: #4183c4;}
- .osc_git_title{background-color: #fff;}
- .osc_git_box{background-color: #fff;}
- .osc_git_box{border-color: #E3E9ED;margin: 20px;}
- .osc_git_info{color: #666;}
- .osc_git_main a{color: #9B9B9B;}
- .animated{
- position: relative;
- }
- .animated img{
- width: 100%;
- margin: 0 auto;
- /* display: inherit; */
- position: relative;
- top: -150px;
- }
- .box-center{
- position: absolute;
- top: 27%;
- left: 31%;
- transform: translate(-50%,-50%);
- }
- .box-center img{
- width: 250px;
- position: absolute;
- top: -160px;
- left: -100px;
- }
-
- .box-center p{
- font-size: 28px;
- color: #fff;
- }
- .box-center p:last-of-type{
- font-size: 48px;
- font-weight: bold;
- }
- @media screen and (max-width: 1500px) {
- .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="">
- <p>四维商圈新体验:</p>
- <p>宅家中,云逛街,轻松买</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>
|