File tree 3 files changed +74
-16
lines changed
3 files changed +74
-16
lines changed Original file line number Diff line number Diff line change 8
8
< title > GitHubPageHub</ title >
9
9
</ head >
10
10
< style >
11
+ @font-face {
12
+ font-family : mFont;
13
+ src : url ('./assets/font/MicrosoftYaqiHeiLight-2.ttf' );
14
+ }
11
15
body {
12
16
margin : 0 ;
13
17
padding : 0 ;
18
+ /* background-color: #F0F3FA; */
19
+ font-family : 'mFont' ;
14
20
}
15
21
.hg-wrapper {
16
22
display : flex;
17
23
flex-direction : column;
18
24
width : 99% ;
19
25
margin : 10px auto;
20
26
align-items : center;
27
+
21
28
}
22
29
23
30
.hg-githubpage-blog-wrapper {
24
31
width : 90% ;
25
32
position : relative;
26
- border : 1 px solid # d9d9d9 ;
33
+ border : .125 rem solid # d9d9d9 ;
27
34
padding : 1rem ;
28
35
border-radius : .1875rem ;
29
36
max-width : 62.5rem ;
30
- box-shadow : 0px 5px 6px # 666666 ;
31
- -moz-box-shadow : 0px 5px 6 px#666666;
32
- -webkit-box-shadow : 0px 5px 6px # 666666 ;
33
37
margin-bottom : 2.25rem ;
34
38
}
35
39
54
58
55
59
.hg-blog-link {
56
60
text-decoration : none;
61
+ font-weight : 700 ;
62
+ width : 90% ;
57
63
}
58
64
59
65
.hg-blog-link : hover {
69
75
line-height : 1.25rem ;
70
76
text-decoration : none;
71
77
margin-left : .75rem ;
78
+ margin-top : .625rem ;
72
79
}
73
80
74
81
.hg-blog-tag-wrapper {
86
93
87
94
.hg-githubpage-blog-desc {
88
95
font-size : .875rem ;
96
+ color : # 627095 ;
89
97
}
90
98
91
99
.hg-blog-banner-wrapper {
97
105
height : 17.5rem ;
98
106
background : # 1965eC ;
99
107
color : # fafafa ;
100
- box-shadow : 0px 5px 6px # 666666 ;
101
- -moz-box-shadow : 0px 5px 6 px#666666;
102
- -webkit-box-shadow : 0px 5px 6px # 666666 ;
103
108
}
104
109
105
110
.hg-blog-banner-title {
123
128
width : 3.5rem ;
124
129
margin-bottom : 1.5rem ;
125
130
}
131
+
132
+ .hg-commit-btn {
133
+ display : flex;
134
+ align-items : center;
135
+ justify-content : center;
136
+ width : 13.125rem ;
137
+ height : 50px ;
138
+ background-color : # eeeeee ;
139
+ border-radius : 33px ;
140
+ background-color : ;
141
+ color : # eeeeee ;
142
+ margin-top : 20px ;
143
+ /* font-size: 8px; */
144
+ }
145
+
146
+ .hg-commit-content {
147
+ display : block;
148
+ font-size : 1.25rem ;
149
+ text-decoration : none;
150
+ color : # 1965eC ;
151
+ font-size : 17px ;
152
+ }
126
153
</ style >
127
154
128
155
< body >
129
156
< header class ="hg-blog-banner-wrapper ">
130
157
< img class ="hg-logo " src ="./assets/hg-logo.png " />
131
158
< span class ="hg-blog-banner-title "> 分享,连接</ span >
132
159
< span class ="hg-blog-banner-subtitle "> 你不是一个人在写博客</ span >
133
- < a class ="hg-blog-banner-subtitle " href ="https://github.com/HelloGitHub-Team/GitHubPageHub/blob/master/script/howto.md "> 点击提交你的 blog</ a >
160
+ < div class ="hg-commit-btn ">
161
+ < a class ="hg-commit-content " href ="https://github.com/HelloGitHub-Team/GitHubPageHub/blob/master/script/howto.md "> 点击提交你的 blog</ a >
162
+ </ div >
134
163
</ header >
135
164
< div class ="hg-wrapper ">
136
165
Original file line number Diff line number Diff line change 8
8
< title > GitHubPageHub</ title >
9
9
</ head >
10
10
< style >
11
+ @font-face {
12
+ font-family : mFont;
13
+ src : url ('../../assets/font/MicrosoftYaqiHeiLight-2.ttf' );
14
+ }
11
15
body {
12
16
margin : 0 ;
13
17
padding : 0 ;
18
+ /* background-color: #F0F3FA; */
19
+ font-family : 'mFont' ;
14
20
}
15
21
.hg-wrapper {
16
22
display : flex;
17
23
flex-direction : column;
18
24
width : 99% ;
19
25
margin : 10px auto;
20
26
align-items : center;
27
+
21
28
}
22
29
23
30
.hg-githubpage-blog-wrapper {
24
31
width : 90% ;
25
32
position : relative;
26
- border : 1 px solid # d9d9d9 ;
33
+ border : .125 rem solid # d9d9d9 ;
27
34
padding : 1rem ;
28
35
border-radius : .1875rem ;
29
36
max-width : 62.5rem ;
30
- box-shadow : 0px 5px 6px # 666666 ;
31
- -moz-box-shadow : 0px 5px 6 px#666666;
32
- -webkit-box-shadow : 0px 5px 6px # 666666 ;
33
37
margin-bottom : 2.25rem ;
34
38
}
35
39
54
58
55
59
.hg-blog-link {
56
60
text-decoration : none;
61
+ font-weight : 700 ;
62
+ width : 90% ;
57
63
}
58
64
59
65
.hg-blog-link : hover {
69
75
line-height : 1.25rem ;
70
76
text-decoration : none;
71
77
margin-left : .75rem ;
78
+ margin-top : .625rem ;
72
79
}
73
80
74
81
.hg-blog-tag-wrapper {
86
93
87
94
.hg-githubpage-blog-desc {
88
95
font-size : .875rem ;
96
+ color : # 627095 ;
89
97
}
90
98
91
99
.hg-blog-banner-wrapper {
97
105
height : 17.5rem ;
98
106
background : # 1965eC ;
99
107
color : # fafafa ;
100
- box-shadow : 0px 5px 6px # 666666 ;
101
- -moz-box-shadow : 0px 5px 6 px#666666;
102
- -webkit-box-shadow : 0px 5px 6px # 666666 ;
103
108
}
104
109
105
110
.hg-blog-banner-title {
123
128
width : 3.5rem ;
124
129
margin-bottom : 1.5rem ;
125
130
}
131
+
132
+ .hg-commit-btn {
133
+ display : flex;
134
+ align-items : center;
135
+ justify-content : center;
136
+ width : 13.125rem ;
137
+ height : 50px ;
138
+ background-color : # eeeeee ;
139
+ border-radius : 33px ;
140
+ background-color : ;
141
+ color : # eeeeee ;
142
+ margin-top : 20px ;
143
+ /* font-size: 8px; */
144
+ }
145
+
146
+ .hg-commit-content {
147
+ display : block;
148
+ font-size : 1.25rem ;
149
+ text-decoration : none;
150
+ color : # 1965eC ;
151
+ font-size : 17px ;
152
+ }
126
153
</ style >
127
154
128
155
< body >
129
156
< header class ="hg-blog-banner-wrapper ">
130
157
< img class ="hg-logo " src ="./assets/hg-logo.png " />
131
158
< span class ="hg-blog-banner-title "> 分享,连接</ span >
132
159
< span class ="hg-blog-banner-subtitle "> 你不是一个人在写博客</ span >
133
- < a class ="hg-blog-banner-subtitle " href ="https://github.com/HelloGitHub-Team/GitHubPageHub/blob/master/script/howto.md "> 点击提交你的 blog</ a >
160
+ < div class ="hg-commit-btn ">
161
+ < a class ="hg-commit-content " href ="https://github.com/HelloGitHub-Team/GitHubPageHub/blob/master/script/howto.md "> 点击提交你的 blog</ a >
162
+ </ div >
134
163
</ header >
135
164
< div class ="hg-wrapper ">
136
165
{% for blog in all_blog %}
You can’t perform that action at this time.
0 commit comments