|
@@ -27,14 +27,14 @@
|
|
<link rel="stylesheet" href="css/custom.css">
|
|
<link rel="stylesheet" href="css/custom.css">
|
|
<!-- Favicon and apple touch icons-->
|
|
<!-- Favicon and apple touch icons-->
|
|
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
|
|
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
|
|
- <link rel="apple-touch-icon" href="img/apple-touch-icon.png">
|
|
|
|
- <link rel="apple-touch-icon" sizes="57x57" href="img/apple-touch-icon-57x57.png">
|
|
|
|
- <link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
|
|
|
|
- <link rel="apple-touch-icon" sizes="76x76" href="img/apple-touch-icon-76x76.png">
|
|
|
|
- <link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">
|
|
|
|
- <link rel="apple-touch-icon" sizes="120x120" href="img/apple-touch-icon-120x120.png">
|
|
|
|
- <link rel="apple-touch-icon" sizes="144x144" href="img/apple-touch-icon-144x144.png">
|
|
|
|
- <link rel="apple-touch-icon" sizes="152x152" href="img/apple-touch-icon-152x152.png">
|
|
|
|
|
|
+ <!--<link rel="apple-touch-icon" href="img/apple-touch-icon.png">-->
|
|
|
|
+ <!--<link rel="apple-touch-icon" sizes="57x57" href="img/apple-touch-icon-57x57.png">-->
|
|
|
|
+ <!--<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">-->
|
|
|
|
+ <!--<link rel="apple-touch-icon" sizes="76x76" href="img/apple-touch-icon-76x76.png">-->
|
|
|
|
+ <!--<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">-->
|
|
|
|
+ <!--<link rel="apple-touch-icon" sizes="120x120" href="img/apple-touch-icon-120x120.png">-->
|
|
|
|
+ <!--<link rel="apple-touch-icon" sizes="144x144" href="img/apple-touch-icon-144x144.png">-->
|
|
|
|
+ <!--<link rel="apple-touch-icon" sizes="152x152" href="img/apple-touch-icon-152x152.png">-->
|
|
<!-- Tweaks for older IEs--><!--[if lt IE 9]>
|
|
<!-- Tweaks for older IEs--><!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
|
|
@@ -45,7 +45,7 @@
|
|
<header class="nav-holder make-sticky">
|
|
<header class="nav-holder make-sticky">
|
|
<div id="navbar" role="navigation" class="navbar navbar-expand-lg">
|
|
<div id="navbar" role="navigation" class="navbar navbar-expand-lg">
|
|
<div class="container">
|
|
<div class="container">
|
|
- <a href="index.html" class="navbar-brand home">
|
|
|
|
|
|
+ <a href="index" class="navbar-brand home">
|
|
<img src="img/logo.png" style="width:187px;" alt="Universal logo" class="d-none d-md-inline-block">
|
|
<img src="img/logo.png" style="width:187px;" alt="Universal logo" class="d-none d-md-inline-block">
|
|
<img src="img/logo-small.png" alt="Universal logo" class="d-inline-block d-md-none">
|
|
<img src="img/logo-small.png" alt="Universal logo" class="d-inline-block d-md-none">
|
|
</a>
|
|
</a>
|
|
@@ -235,13 +235,15 @@
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="row">
|
|
<div class="col-lg-3" th:each="item : ${articles}">
|
|
<div class="col-lg-3" th:each="item : ${articles}">
|
|
- <div class="home-blog-post">
|
|
|
|
- <div class="image" style="text-align: center"><img th:src="${{item.imageUrl}}" alt="..." class="img-fluid"></div>
|
|
|
|
- <div class="text">
|
|
|
|
- <p class="author-category" th:text="${{item.title}}"></p>
|
|
|
|
- <p class="intro" th:text="${{item.introduction}}"></p>
|
|
|
|
|
|
+ <a th:href="@{'caseDetail?id='+${item.id}}" >
|
|
|
|
+ <div class="home-blog-post">
|
|
|
|
+ <div class="image" style="text-align: center"><img th:src="${{item.imageUrl}}" alt="..." class="img-fluid"></div>
|
|
|
|
+ <div class="text">
|
|
|
|
+ <p class="author-category" th:text="${{item.title}}"></p>
|
|
|
|
+ <p class="intro" th:text="${{item.introduction}}"></p>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
|
|
+ </a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -274,7 +276,7 @@
|
|
<p class="text-uppercase">
|
|
<p class="text-uppercase">
|
|
<br>百度: <a href="http://www.baidu.com" target="_blank">www.baidu.com</a>
|
|
<br>百度: <a href="http://www.baidu.com" target="_blank">www.baidu.com</a>
|
|
<br>官网:<a href="http://www.yunzhusu.net" target="_blank">www.yunzhusu.net</a>
|
|
<br>官网:<a href="http://www.yunzhusu.net" target="_blank">www.yunzhusu.net</a>
|
|
- <br>云模:<a href="http://118.190.47.230:9098/#/login" target="_blank">www.yunsu.com</a>
|
|
|
|
|
|
+ <br>云模:<a href="http://111.231.87.63:9096/index" target="_blank">www.yunsu.com</a>
|
|
</p>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-3">
|
|
<div class="col-lg-3">
|