Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
S
sparrowzz
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
sgool
sparrowzz
Commits
cc222a94
Commit
cc222a94
authored
Oct 15, 2018
by
cy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
最新版本
parent
01b244c9
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
18 行增加
和
13 行删除
+18
-13
layout/index.ejs
+3
-4
source/css/featureSection.css
+13
-7
source/css/newsSection.css
+2
-2
没有找到文件。
layout/index.ejs
查看文件 @
cc222a94
...
@@ -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>
...
...
source/css/featureSection.css
查看文件 @
cc222a94
...
@@ -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
:
1
px
;
letter-spacing
:
2
px
;
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
:
3
px
;
padding
:
6
px
;
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
;
}
}
...
...
source/css/newsSection.css
查看文件 @
cc222a94
...
@@ -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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论