|
@@ -11,6 +11,43 @@
|
|
|
<link href="../static/css/animate.min.css" th:href="@{/css/animate.min.css}" rel="stylesheet"/>
|
|
|
<link href="../static/css/style.min862f.css" th:href="@{/css/style.min862f.css}" rel="stylesheet"/>
|
|
|
<th:block th:include="include :: header('首页')" />
|
|
|
+ <style type="text/css">
|
|
|
+ .aInput {
|
|
|
+ position: relative;
|
|
|
+ color: rgba(255,255,255,1);
|
|
|
+ text-decoration: none;
|
|
|
+ background-color: rgba(60,141,188,1);
|
|
|
+ font-family: 'Yanone Kaffeesatz';
|
|
|
+ /*font-weight: 700;*/
|
|
|
+ /*font-size: 2em;*/
|
|
|
+ display: block;
|
|
|
+ padding: 4px;
|
|
|
+ -webkit-border-radius: 20px;
|
|
|
+ -moz-border-radius: 20px;
|
|
|
+ border-radius: 20px;
|
|
|
+ -webkit-box-shadow: 0px 9px 0px rgba(60,141,188,1), 0px 9px 25px rgba(60,64,81,.7);
|
|
|
+ -moz-box-shadow: 0px 9px 0px rgba(60,141,188,1), 0px 9px 25px rgba(60,64,81,.7);
|
|
|
+ box-shadow: 0px 9px 0px rgba(60,141,188,1), 0px 9px 25px rgba(60,64,81,.7);
|
|
|
+ margin: 20px auto;
|
|
|
+ width: 60px;
|
|
|
+ height: 60px;
|
|
|
+ text-align: center;
|
|
|
+
|
|
|
+ -webkit-transition: all .1s ease;
|
|
|
+ -moz-transition: all .1s ease;
|
|
|
+ -ms-transition: all .1s ease;
|
|
|
+ -o-transition: all .1s ease;
|
|
|
+ transition: all .1s ease;
|
|
|
+ }
|
|
|
+
|
|
|
+ .aInput:active {
|
|
|
+ -webkit-box-shadow: 0px 3px 0px rgba(60,141,188,1), 0px 3px 6px rgba(60,64,81,.9);
|
|
|
+ -moz-box-shadow: 0px 3px 0px rgba(60,141,188,1), 0px 3px 6px rgba(60,64,81,.9);
|
|
|
+ box-shadow: 0px 3px 0px rgba(60,141,188,1), 0px 3px 6px rgba(60,64,81,.9);
|
|
|
+ position: relative;
|
|
|
+ top: 6px;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
</head>
|
|
|
|
|
|
|
|
@@ -28,7 +65,8 @@
|
|
|
<div class="float-e-margins" style="text-align: center;border: none">
|
|
|
<div >
|
|
|
<!--<input type="text" th:value="${#httpServletRequest.getScheme() + '://' + #httpServletRequest.getServerName() + ':' + #request.getServerPort()}">-->
|
|
|
- <button class="btn btn-primary dim" type="button" th:style="'background:url(' +${dangan.dangan==null?'':dangan.dangan.iconInfo}+') no-repeat center center;width:50px;height:50px;background-size:100% 100%'" th:onclick="opennewpage([[${dangan.danganUrl}]] ,[[${dangan.danganNums} ]]);">
|
|
|
+ <!--<button class="btn btn-primary dim" type="button" th:style="'background:url(' +${dangan.dangan==null?'':dangan.dangan.iconInfo}+') no-repeat center center;width:50px;height:50px;background-size:100% 100%'" th:onclick="opennewpage([[${dangan.danganUrl}]] ,[[${dangan.danganNums} ]]);">-->
|
|
|
+ <a class="aInput" th:style="'background:url(' +${dangan.dangan==null?'':dangan.dangan.iconInfo}+') no-repeat center center;background-size:100% 100%'" th:onclick="opennewpage([[${dangan.danganUrl}]] ,[[${dangan.danganNums} ]]);"></a>
|
|
|
</button>
|
|
|
<h3 class="no-margins" style="color:#1e9fff" th:text="${dangan.danganName}"></h3>
|
|
|
<h4 th:text="${@dict.getLabel('sys_dangan_status', dangan.danganStatus)}" ></h4><br>
|