Skip to content

Commit bfc06e7

Browse files
author
MengChunfang
committed
docs/
1 parent 7975d92 commit bfc06e7

11 files changed

Lines changed: 69 additions & 6 deletions

File tree

.DS_Store

6 KB
Binary file not shown.

docs/.DS_Store

6 KB
Binary file not shown.

docs/css/style.css

Lines changed: 48 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
.bodybg{
2-
background-repeat: repeat-x;
32
background: url(../img/img_bg.png);
4-
background-size: cover;
5-
background-position:center;
3+
background-size: cover;
4+
background-repeat: no-repeat;
65
}
76
@media (min-width: 768px) {
87
.bodybg{
@@ -41,7 +40,7 @@
4140
font-family:Roboto-Regular;
4241
}
4342
.aipy-btn{
44-
width: 200px;
43+
width: 100px;
4544
height: 55.2px;
4645
background: #ffffff;
4746
font-size: 24px;
@@ -57,12 +56,12 @@
5756
font-size: 24px;
5857
line-height: 33px;
5958
color: #4a4a4a;
60-
margin-top: 58.6px;
59+
margin-top: 50px;
6160
}
6261
.guanyu{
6362
color: #ffffff;
6463
font-size: 18px;
65-
margin-top: 203.2px;
64+
margin-top: 60px;
6665
line-height: 21px;
6766
}
6867
.guanyu-text-margin{
@@ -77,4 +76,47 @@
7776
margin-top: 41px;
7877
margin-bottom: 59px;
7978
font-family: PingFangSC-Light;
79+
}
80+
.no-padding{
81+
padding: 0;
82+
}
83+
.instruction-bg{
84+
background:#0F212D;
85+
margin-top: 44px;
86+
padding-bottom: 44px;
87+
}
88+
.hr-line{
89+
background: #5091C9;
90+
margin-top: 66px;
91+
width: 40px;
92+
height: 4px;
93+
float: left;
94+
}
95+
.instruction-title{
96+
font-family: Roboto-Light;
97+
font-size: 16px;
98+
color: #FFFFFF;
99+
line-height: 23px;
100+
margin-top: 106px;
101+
margin-bottom: 13px;
102+
}
103+
.instruction-content-text{
104+
font-family: Roboto-Light;
105+
font-size: 16px;
106+
color: #FFFFFF;
107+
line-height: 23px;
108+
margin-top: 13px;
109+
margin-bottom: 50px;
110+
}
111+
.friends-chaining{
112+
margin-right: 10px;
113+
vertical-align: baseline;
114+
}
115+
@media (min-width: 768px){
116+
.friends-chaining{
117+
margin-right: 20px;
118+
}
119+
}
120+
.chaining-paragraph{
121+
margin-top: 20px;
80122
}

docs/img/keras.png

1.3 KB
Loading

docs/img/matplotlib.png

3.46 KB
Loading

docs/img/numpy.png

3.29 KB
Loading

docs/img/pandas.png

2.97 KB
Loading

docs/img/scikit.png

5.04 KB
Loading

docs/img/scipy.png

3.29 KB
Loading

docs/img/theano.png

3.26 KB
Loading

0 commit comments

Comments
 (0)