main.html 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>欢迎页</title>
  5. #parse("sys/header.html")
  6. <!-- <script src='https://gitee.com/fuyang_lipengjun/platform/widget_preview'></script> -->
  7. <style>
  8. body{
  9. overflow: hidden;
  10. }
  11. .pro_name a{color: #4183c4;}
  12. .osc_git_title{background-color: #fff;}
  13. .osc_git_box{background-color: #fff;}
  14. .osc_git_box{border-color: #E3E9ED;margin: 20px;}
  15. .osc_git_info{color: #666;}
  16. .osc_git_main a{color: #9B9B9B;}
  17. .animated{
  18. position: relative;
  19. }
  20. .animated img{
  21. width: 100%;
  22. margin: 0 auto;
  23. /* display: inherit; */
  24. position: relative;
  25. top: -150px;
  26. }
  27. .box-center{
  28. position: absolute;
  29. top: 27%;
  30. left: 31%;
  31. transform: translate(-50%,-50%);
  32. }
  33. .box-center img{
  34. width: 250px;
  35. position: absolute;
  36. top: -160px;
  37. left: -100px;
  38. }
  39. .box-center p{
  40. font-size: 28px;
  41. color: #fff;
  42. }
  43. .box-center p:last-of-type{
  44. font-size: 48px;
  45. font-weight: bold;
  46. }
  47. @media screen and (max-width: 1500px) {
  48. .animated img{
  49. top: 0;
  50. }
  51. .box-center{
  52. top: 42%;
  53. }
  54. .box-center img{
  55. top: -125px;
  56. left: -70px;
  57. }
  58. }
  59. </style>
  60. </head>
  61. <body>
  62. <div class=" animated fadeInRight">
  63. <img src="http://4d-tjw.oss-cn-shenzhen.aliyuncs.com/images/login_bg.jpg" alt="">
  64. <div class="box-center">
  65. <img src="https://shop.4dkankan.com/platform-framework/statics/img/logo.png" alt="">
  66. <p>四维商圈新体验:</p>
  67. <p>宅家中,云逛街,轻松买</p>
  68. </div>
  69. <!-- <div class="ibox ">
  70. <div class="ibox-title">
  71. <h1>项目介绍</h1>
  72. </div>
  73. <div class="ibox-content">
  74. <div class="signin-info">
  75. <ul class="m-b">
  76. <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> 一个轻量级的Java快速开发平台,能快速开发项目</li>
  77. <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> 使用目前主流的JavaEE开发框架Spring+SpringMVC+Mybatis+Shiro+J2Cache,简单易学,学习成本低</li>
  78. <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> 友好的代码结构及注释,便于阅读及二次开发</li>
  79. <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> 完善的XSS防范及脚本过滤,彻底杜绝XSS攻击</li>
  80. <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> 日志分级输出,便于分析日志</li>
  81. <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> 前端使用Vue+iView,上手容易</li>
  82. <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>
  83. <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>
  84. </ul>
  85. </div>
  86. </div>
  87. </div> -->
  88. <!-- <div class="ibox ">
  89. <div class="ibox-title">
  90. <h1>官方QQ群</h1>
  91. </div>
  92. <div class="ibox-content">
  93. <div class="signin-info">
  94. <ul>
  95. <li><i class="fa fa-qq m-r-xs"></i> 66502035(微同科技)</li>
  96. </ul>
  97. </div>
  98. </div>
  99. </div> -->
  100. </div>
  101. </body>
  102. </html>