Commit cc222a94 by cy

最新版本

parent 01b244c9
...@@ -260,7 +260,6 @@ $(document).ready(function() { ...@@ -260,7 +260,6 @@ $(document).ready(function() {
<%- partial('_partial/paginator') %>
...@@ -281,7 +280,7 @@ $(document).ready(function() { ...@@ -281,7 +280,7 @@ $(document).ready(function() {
<img src="images/2_15.png" /> <img src="images/2_15.png" />
</h2> </h2>
<h3><span>安全约束机组组合</span></h3> <h3><span>安全约束机组组合</span></h3>
<h4><span class="author">Author: 唐坤杰</span> <h4><span class="author">Author: 施云辉</span>
</h4> </h4>
<p> <p>
<span class="plink"><a href="/usage/安全约束机组组合.html">使用说明</a></span> <span class="plink"><a href="/usage/安全约束机组组合.html">使用说明</a></span>
...@@ -298,7 +297,7 @@ $(document).ready(function() { ...@@ -298,7 +297,7 @@ $(document).ready(function() {
<img src="images/2_15.png" /> <img src="images/2_15.png" />
</h2> </h2>
<h3><span>日前预测与实时预测</span></h3> <h3><span>日前预测与实时预测</span></h3>
<h4><span class="author">Author: 唐坤杰</span> <h4><span class="author">Author: 张章煌</span>
</h4> </h4>
<p> <p>
<span class="plink"><a href="/usage/电负荷和光伏出力的日前预测与实时预测.html">使用说明</a></span> <span class="plink"><a href="/usage/电负荷和光伏出力的日前预测与实时预测.html">使用说明</a></span>
...@@ -314,7 +313,7 @@ $(document).ready(function() { ...@@ -314,7 +313,7 @@ $(document).ready(function() {
<img src="images/2_15.png" /> <img src="images/2_15.png" />
</h2> </h2>
<h3><span>配电网N-1可装容量计算</span></h3> <h3><span>配电网N-1可装容量计算</span></h3>
<h4><span class="author">Author: 唐坤杰</span> <h4><span class="author">Author: 徐成司</span>
</h4> </h4>
<p> <p>
<span class="plink"><a href="/usage/配电网N-1可装容量计算.html">使用说明</a></span> <span class="plink"><a href="/usage/配电网N-1可装容量计算.html">使用说明</a></span>
......
...@@ -14,16 +14,16 @@ ...@@ -14,16 +14,16 @@
.feature_container{ .feature_container{
width: 100%; width: 100%;
background-color: #fff; background-color: #187cc2;
} }
/*#187cc2; this is blue*/
.feature_grid { .feature_grid {
overflow: hidden; overflow: hidden;
margin: 0; margin: 0;
width: 100%; width: 100%;
list-style: none; list-style: none;
text-align: center; text-align: center;
background-color: #373d41; background-color: #fff;
} }
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
display: inline-block; display: inline-block;
overflow: hidden; overflow: hidden;
margin: -0.135em; margin: -0.135em;
background: #3085a3; background: #187cc2;
text-align: center; text-align: center;
cursor: pointer; cursor: pointer;
} }
...@@ -107,8 +107,9 @@ ...@@ -107,8 +107,9 @@
} }
.feature_grid figure p { .feature_grid figure p {
line-height: 1.4;
letter-spacing: 1px; letter-spacing: 2px;
font-size: 68.5%; font-size: 68.5%;
color: #fff; color: #fff;
} }
...@@ -123,6 +124,9 @@ figure.effect-ruby { ...@@ -123,6 +124,9 @@ figure.effect-ruby {
background-color: #373d41; background-color: #373d41;
} }
figure.effect-ruby img.bigPic { figure.effect-ruby img.bigPic {
opacity: 0.6; opacity: 0.6;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
...@@ -201,10 +205,12 @@ figure.effect-ruby:hover p.checkDetail { ...@@ -201,10 +205,12 @@ figure.effect-ruby:hover p.checkDetail {
.plink{ .plink{
padding: 3px; padding: 6px;
font-size: 130%; font-size: 130%;
border: 1px solid #ffffff; border: 1px solid #ffffff;
border-radius: 3px; border-radius: 5px;
padding-left: 25px;
padding-right: 25px;
} }
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
} }
.article{ .article{
border-bottom: 1px dashed #000; border-bottom: 2px dashed #dedede;
} }
.article-title{ .article-title{
display: inline-block; display: inline-block;
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
float: left; float: left;
font-size:1.75em; font-size:1.75em;
font-weight: 400; font-weight: 400;
color: #000; color: #333;
} }
.article-title p{ .article-title p{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论