mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
add me
This commit is contained in:
+159
-10
@@ -25,11 +25,13 @@ html body{
|
||||
|
||||
/*index left*/
|
||||
.userinfo{
|
||||
position:absolute;
|
||||
position:fixed;
|
||||
top:0;
|
||||
left:0;
|
||||
bottom:0;
|
||||
width:320px;
|
||||
min-height:660px;
|
||||
background-color:#2b2b2b;
|
||||
}
|
||||
|
||||
.userinfo_avatar{
|
||||
@@ -131,6 +133,7 @@ html body{
|
||||
min-width:850px;
|
||||
overflow:auto;
|
||||
border-left:1px solid #808080;
|
||||
/*display:none;*/
|
||||
}
|
||||
|
||||
.item{
|
||||
@@ -162,6 +165,11 @@ html body{
|
||||
display:inline-block;
|
||||
}
|
||||
|
||||
.item span a{
|
||||
color: #FFF;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.item_top15{
|
||||
margin-top:45px;
|
||||
}
|
||||
@@ -187,19 +195,160 @@ html body{
|
||||
.item_hr_3{
|
||||
margin-top:200px;
|
||||
}
|
||||
.back_index{
|
||||
|
||||
}
|
||||
|
||||
/*title*/
|
||||
.title{
|
||||
position:absolute;
|
||||
top:20px;
|
||||
.back_index a{
|
||||
display: block;
|
||||
height:30px;
|
||||
width:100px;
|
||||
color:#FFF;
|
||||
width:100%;
|
||||
font-size:18px;
|
||||
text-align: center;
|
||||
line-height:30px;
|
||||
border:1px solid #808080;
|
||||
cursor:pointer;
|
||||
border-radius:3px;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.back_index a:hover{
|
||||
background-color:#000;
|
||||
}
|
||||
|
||||
.back_index_add a{
|
||||
color:#000;
|
||||
}
|
||||
|
||||
.back_index_add a:hover{
|
||||
color:#fff;
|
||||
border:0;
|
||||
background-color:#0070C5;
|
||||
}
|
||||
|
||||
/**/
|
||||
|
||||
.bk{
|
||||
position:absolute;
|
||||
left:321px;
|
||||
right:0;
|
||||
bottom:0;
|
||||
top:0;
|
||||
overflow-y:hidden;
|
||||
min-height:665px;
|
||||
z-index:2;
|
||||
}
|
||||
|
||||
.bk img{
|
||||
width:100%;
|
||||
height:100%;
|
||||
}
|
||||
|
||||
.index_btn{
|
||||
position:absolute;
|
||||
left:321px;
|
||||
right:0;
|
||||
bottom:0;
|
||||
top:0;
|
||||
z-index:3;
|
||||
}
|
||||
|
||||
.index_btn a{
|
||||
height:60px;
|
||||
line-height:60px;
|
||||
width:150px;
|
||||
background-color:#296685;
|
||||
opacity:0.7;
|
||||
color:#FFF;
|
||||
font-size:26px;
|
||||
border-radius:15px;
|
||||
text-align:center;
|
||||
margin-top: 300px;
|
||||
cursor:pointer;
|
||||
display:block;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.index_btn a:first-child{
|
||||
margin-left:200px;
|
||||
}
|
||||
|
||||
.index_btn a:hover{
|
||||
background-color:#46C535;
|
||||
}
|
||||
|
||||
.index_btn a:nth-child(2){
|
||||
width:240px;
|
||||
margin-left:100px;
|
||||
}
|
||||
|
||||
.index_btn a:last-child{
|
||||
/*width:240px;*/
|
||||
margin-left:100px;
|
||||
}
|
||||
|
||||
.about_me{
|
||||
position:absolute;
|
||||
top:0;
|
||||
right:0;
|
||||
left:331px;
|
||||
background-color:#FFF;
|
||||
min-height: 667px;
|
||||
}
|
||||
|
||||
.about_me_title{
|
||||
font-size:22px;
|
||||
width:80px;
|
||||
margin-top:10px;
|
||||
line-height:35px;
|
||||
/*border:1px solid red;*/
|
||||
}
|
||||
|
||||
.about_me_desc{
|
||||
margin-left:20px;
|
||||
color:#808080;
|
||||
}
|
||||
|
||||
.about_me_pre{
|
||||
font-size:14px;
|
||||
line-height:23px;
|
||||
margin-left:20px;
|
||||
margin-right:20px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.about_me_img{
|
||||
width: 300px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.about_me_img img{
|
||||
max-height:260px;
|
||||
max-width:300px;
|
||||
border-radius:4px;
|
||||
}
|
||||
|
||||
.about_me_img span{
|
||||
display: block;
|
||||
position:relative;
|
||||
top:-20px;
|
||||
color:#0070C5;
|
||||
text-align:left;
|
||||
margin-left:50px;
|
||||
}
|
||||
|
||||
.about_me_inschool{
|
||||
font-size:20px;
|
||||
width:90%;
|
||||
margin-left: 4%;
|
||||
margin-top:30px;
|
||||
color:#0070C5;
|
||||
border-bottom:1px solid #808080;
|
||||
}
|
||||
|
||||
.about_me_pre{
|
||||
font-family: georgia, "微软雅黑";
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user