- Notifications
You must be signed in to change notification settings - Fork2k
EN#55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
EN#55
Changes fromall commits
0bb17f1
95038c1
84d1cbd
dc6a839
04c1377
30e00a6
92210c4
0f8f8a1
13bef02
293e185
fd8b0f4
fc00e5a
066492a
f83ed36
0495b74
3fbb16e
e34e89d
50fdbd7
2fe681e
493fe3c
f35a562
f406968
b111662
da077eb
e9fe5a6
93f9a0a
7cb7cf4
0d19c69
72382e4
afaa822
bdf3c3b
a1e2f38
c026242
ce4d52f
2447f70
a0e57bb
6cce129
bb4d55d
1c15f00
0e35601
637ebd2
f71574f
59c9e2b
34b3f96
ce55d83
5eabee3
36d406e
53fe880
c23bf58
ccb8755
a427891
d3ba9de
5d9ea76
4f435f8
dc6ad56
7b8c9d7
232cb0f
dd842a7
ce733f2
f6bb187
cea815b
f9f9a7d
33bacef
a003fe7
564cf65
3c3f02e
6cb7563
4db74c1
d846e52
3aa7f39
d812074
2abaac3
fee8908
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Diff view
Diff view
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
nervosproject.com |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,166 +1,11 @@ | ||
NervosProject | ||
=== | ||
###在线 [https://tianlitao.github.io/NervosProject](https://tianlitao.github.io/NervosProject) | ||
本项目是NervosProject导航网站。 | ||
### 感谢 | ||
感谢 <a href="https://github.com/WebStackPage/WebStackPage.github.io" target="_blank">Viggo</a> 的前台设计 | ||
<br/> | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,148 @@ | ||
.box2 { | ||
height:106px; | ||
cursor: pointer; | ||
border-radius: 4px; | ||
padding: 0px 30px 0px 30px; | ||
background-color: #fff; | ||
border-radius: 4px; | ||
border: 1px solid #e4ecf3; | ||
margin: 20px 0 0 0; | ||
-webkit-transition: all 0.3s ease; | ||
-moz-transition: all 0.3s ease; | ||
-o-transition: all 0.3s ease; | ||
transition: all 0.3s ease; | ||
} | ||
.box2:hover { | ||
transform: translateY(-6px); | ||
-webkit-transform: translateY(-6px); | ||
-moz-transform: translateY(-6px); | ||
box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3); | ||
-webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3); | ||
-moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3); | ||
-webkit-transition: all 0.3s ease; | ||
-moz-transition: all 0.3s ease; | ||
-o-transition: all 0.3s ease; | ||
transition: all 0.3s ease; | ||
} | ||
.xe-comment-entry img { | ||
float: left; | ||
display: block; | ||
margin-right: 10px; | ||
border-radius: 10px; | ||
} | ||
.xe-comment { | ||
transform: translateY(-50%); | ||
position: absolute; | ||
margin-left:80px; | ||
top: 50%; | ||
} | ||
.xe-comment p { | ||
margin-bottom: 0px; | ||
margin-right: 15px; | ||
} | ||
.overflowClip_1 { | ||
overflow: hidden; | ||
text-overflow: ellipsis; | ||
display: -webkit-box; | ||
-webkit-line-clamp: 1; | ||
-webkit-box-orient: vertical; | ||
} | ||
.overflowClip_2 { | ||
overflow: hidden; | ||
text-overflow: ellipsis; | ||
display: -webkit-box; | ||
-webkit-line-clamp: 2; | ||
-webkit-box-orient: vertical; | ||
} | ||
.submit-tag { | ||
margin-top: 50px; | ||
} | ||
.img-circle { | ||
padding: 7px 0; | ||
} | ||
.contact { | ||
display: -webkit-box; | ||
margin: 4px 0; | ||
} | ||
.contact a{ | ||
display: block; | ||
} | ||
.contact img { | ||
margin-right: 4px; | ||
width: 24px; | ||
cursor: pointer; | ||
float: none; | ||
} | ||
.logo { | ||
color: #fff; | ||
} | ||
.logo span{ | ||
color: #31ad79; | ||
} | ||
.logo h2{ | ||
margin-top: 0px; | ||
} | ||
.submit { | ||
position: absolute; | ||
left: 0; | ||
right: 0; | ||
font-weight: 500; | ||
bottom: 0; | ||
border-top: 1px solid var(--whiteOp); | ||
padding: 12px 16px; | ||
color: #fff; | ||
line-height: 24px; | ||
font-size: 16px; | ||
} | ||
.submit:hover{ | ||
color: #fff; | ||
} | ||
.submit:visited{ | ||
color: #fff; | ||
} | ||
.languages{ | ||
z-index: 1000 !important; | ||
} | ||
.main-pb{ | ||
padding-bottom: 20px !important; | ||
} | ||
.h4-margin{ | ||
margin-top: 14px; | ||
margin-bottom:-6px; | ||
} | ||
.div-radius .xe-conversations{ | ||
border-radius: 10px | ||
} | ||
.img-div { | ||
float: left; | ||
margin-right: 10px; | ||
margin-bottom: 20px; | ||
width: 100%; | ||
} | ||
.img-div img{ | ||
border-radius: 30px; | ||
margin-right: 5px; | ||
} |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.