作業(yè)(css)

body{

}
a{
color:inherit;
text-decoration: none;
}
*{
margin: 0;
padding: 0;
}

hr{
height: 0;
border: none;
border-top: 1px solid #dedede;
}
ul,ol{
list-style: none;
}
h1,h2,h3,h4,h5,h6{
font-weight: normal;
}
.clearfix:after{
content: '';
display: block;
clear: both;
}

.topNavBar{
padding: 20px 0px 20px 0px;
position: fixed;
top: 0;
left: 0;
width: 100%
}
.topNavBar-inner{
padding: 0,16px;
}
.topNavBar nav > ul > li{
float: left;
margin-left: 17px;
margin-right: 17px;
}

.topNavBar nav > ul {
list-style: none;
margin: 0;
padding: 0;
}

.topNavBar nav{
padding-top: 5px;
padding-bottom: 2px;
}

.topNavBar nav > ul > li > a{
font-size: 12px;
color: #3d4450;
text-decoration: none;
font-weight: bold;
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
padding-top: 5px;
padding-bottom: 5px;
display: block;
}

.topNavBar nav > ul > li > a:hover{
border-bottom: 3px solid #e6686d;
}

.topNavBar .logo{
font-size: 24px;
font-family: "Arial Black";
padding-top: 3px;
padding-bottom:4px;
}
.topNavBar .logo .rs {
margin-right: 4px;
color: #e6686d;
}

.topNavBar .logo .card {
color: #9a9da2;
}

.banner {
height: 514px;
background-image: url(./img/image1.jpg);
background-position: center center;
background-size: cover;
}

.banner .mask{
height: 514px;
background-color:rgb(0,0,0,0.8);
}

.userCard{
max-width: 940px;
margin-left: auto;
margin-right: auto;
background-color: #fff;
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
}

.userCard .welcome{
background: #e6686d;
color: #fff;
display: inline-block;
padding: 4px 9px;
position: relative;
}

.userCard .welcome .triangle{
display: block;
border: 10px solid transparent;
width:0px;
height:0px;
border-left-color:#e6686d;
border-top-width:0px;
position: absolute;
left: 4px;
top: 100%;
}

.userCard .picture{
float: left;
margin-right: 65px;
}

.userCard .text{
float: left;
width: 450px;
}
.userCard .text h1{
margin-top: 25px;
}
.userCard .text hr{
margin: 20px 0;
}

.userCard .pictureAndText{
padding: 50px;
}

.userCard dl dt,
.userCard dl dd
{
float: left;
width: 30%;
padding: 5px 0;
}

.userCard dl dt
{
width: 30%;
font-weight: bolder;
}

.userCard dl dd
{
width: 70%;
color:#9da0a7;
}

.userCard > footer.media{
color: #e6686d;
text-align: center;
}

.userCard > footer.media > a{
display: inline-block;
border-radius: 50%;
width: 40px;
line-height: 30px;
padding: 5px 0;
margin: 16px;
}

.userCard > footer.media > a:hover{
background: #cf5d62;
}

.userCard svg{
width: 30px;
height: 30px;
fill: white;
vertical-align: top;

}

body > main{
margin-top: -400px;
}

body > main .downloadResume-wrapper{
text-align: center;
}

body > main .downloadResume{
font-size: 14px;
line-height: 16px;
padding: 21px 55px;
border: 1px solid #cdcfd1;
background: #efefef;
display: inline-block;
border-radius: 2px;
color: #3d4451;
font-weight: bold;
margin: 32px 0;
transition: box-shadow 0.3s;
}

body > main .downloadResume:hover{
box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.5);
}

.selfIntroduction{
max-width: 940px;
margin-left: auto;
margin-right: auto;
text-align: center;
font-family: kai;
line-height: 1.8;
font-size: 18px;
}

section .skills,
section .portfolio{
max-width: 940px;
margin-left: auto;
margin-right: auto;
margin-top: 60px;
}

section .skills > h2{
color: #3d4451;
font-size: 34px;
line-height: 1.2;
font-weight: 600;
text-align: center;
}
section .portfolio > h2{
color: #3d4451;
font-size: 34px;
line-height: 1.2;
font-weight: 600;
text-align: center;
}
section .skills h3{
font-size: 14px;
line-height: 1.1;
padding-right: 40px;
}

section .skills > ol{
background: white;
box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.5);
padding: 42px,50px 10px;
margin-top: 30px;
}

section .skills > ol >li{
float: left;
width: 48%;
box-sizing: border-box;
padding-right: 40px;
}

section .skills > ol >li:nth-child(even){
float: right;
}

section .skills .progressBar{
height: 5px;
background: #fae1e1;
margin: 4px 0 40px;
}

section .skills .progressBar> .progress{
height: 100%;
background: #e6686a;
width: 70%;
border-radius: 2px;
}
section .portfolio{
text-align: center;
margin-bottom: 100px;
}
section .portfolio > nav{
text-align: center;
}
section .portfolio > nav > ol{
border: 1px solid red;
margin: 0 auto;
display: inline-block;
vertical-align: top;

}
section .portfolio > nav > ol > li{
float: left;
margin-left: 40px;
cursor: pointer;
}

section .portfolio > nav > ol > li: :nth-child(1){
float: 0;
}
section .portfolio > nav{
display: inline-block;
vertical-align: top;
margin-top: 32px;
}

section .portfolio > nav .bar{
height: 5px;
background: white;
margin-top: 5px;
margin-bottom: 100px;
border-radius: 2px;
}
section .portfolio > nav .bar-inner{
height: 100%;
background: #cf5d62;
width: 10%;
margin-bottom: 100px;
border-radius: 2px;
transition: all 0.3s;

}

section .portfolio > nav .bar.state-1 .bar-inner{
margin-left: 0px;
width:50px;
}
section .portfolio > nav .bar.state-2 .bar-inner{
margin-left: 65px;
width:50px;
}
section .portfolio > nav .bar.state-3 .bar-inner{
margin-left: 140px;
width:96px;
}

section .portfolio .works{
position: relative;

}
section .portfolio .works > .big,
section .portfolio .works > .small{
position: absolute;
}

?著作權歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末脖镀,一起剝皮案震驚了整個濱河市管钳,隨后出現(xiàn)的幾起案子,更是在濱河造成了極大的恐慌杈湾,老刑警劉巖馍迄,帶你破解...
    沈念sama閱讀 206,602評論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件尿庐,死亡現(xiàn)場離奇詭異玩祟,居然都是意外死亡,警方通過查閱死者的電腦和手機欲鹏,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,442評論 2 382
  • 文/潘曉璐 我一進店門机久,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人赔嚎,你說我怎么就攤上這事膘盖。” “怎么了尤误?”我有些...
    開封第一講書人閱讀 152,878評論 0 344
  • 文/不壞的土叔 我叫張陵侠畔,是天一觀的道長。 經(jīng)常有香客問我损晤,道長软棺,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 55,306評論 1 279
  • 正文 為了忘掉前任尤勋,我火速辦了婚禮喘落,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘最冰。我一直安慰自己瘦棋,他們只是感情好,可當我...
    茶點故事閱讀 64,330評論 5 373
  • 文/花漫 我一把揭開白布暖哨。 她就那樣靜靜地躺著赌朋,像睡著了一般。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上箕慧,一...
    開封第一講書人閱讀 49,071評論 1 285
  • 那天服球,我揣著相機與錄音,去河邊找鬼颠焦。 笑死,一個胖子當著我的面吹牛往枣,可吹牛的內(nèi)容都是我干的伐庭。 我是一名探鬼主播,決...
    沈念sama閱讀 38,382評論 3 400
  • 文/蒼蘭香墨 我猛地睜開眼分冈,長吁一口氣:“原來是場噩夢啊……” “哼圾另!你這毒婦竟也來了?” 一聲冷哼從身側(cè)響起雕沉,我...
    開封第一講書人閱讀 37,006評論 0 259
  • 序言:老撾萬榮一對情侶失蹤集乔,失蹤者是張志新(化名)和其女友劉穎,沒想到半個月后坡椒,有當?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體扰路,經(jīng)...
    沈念sama閱讀 43,512評論 1 300
  • 正文 獨居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 35,965評論 2 325
  • 正文 我和宋清朗相戀三年倔叼,在試婚紗的時候發(fā)現(xiàn)自己被綠了汗唱。 大學時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點故事閱讀 38,094評論 1 333
  • 序言:一個原本活蹦亂跳的男人離奇死亡丈攒,死狀恐怖哩罪,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情巡验,我是刑警寧澤际插,帶...
    沈念sama閱讀 33,732評論 4 323
  • 正文 年R本政府宣布,位于F島的核電站显设,受9級特大地震影響框弛,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜敷硅,卻給世界環(huán)境...
    茶點故事閱讀 39,283評論 3 307
  • 文/蒙蒙 一功咒、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧绞蹦,春花似錦力奋、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,286評論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至,卻和暖如春猿挚,著一層夾襖步出監(jiān)牢的瞬間咐旧,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 31,512評論 1 262
  • 我被黑心中介騙來泰國打工绩蜻, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留铣墨,地道東北人。 一個月前我還...
    沈念sama閱讀 45,536評論 2 354
  • 正文 我出身青樓办绝,卻偏偏與公主長得像伊约,于是被迫代替她去往敵國和親。 傳聞我的和親對象是個殘疾皇子孕蝉,可洞房花燭夜當晚...
    茶點故事閱讀 42,828評論 2 345

推薦閱讀更多精彩內(nèi)容

  • 深入理解傅里葉變換Mar 12, 2017 這原本是我在知乎上對傅立葉變換屡律、拉普拉斯變換、Z變換的聯(lián)系降淮?為什么要進...
    價值趨勢技術派閱讀 5,739評論 2 2
  • 不會用代碼框超埋,所以看著有些亂套,佳鳖,霍殴,,html部分 <!DOCTYPE html> 迅雷看看 ...
    這就是個帥氣的名字閱讀 1,525評論 0 0
  • 1腋颠、垂直對齊 如果你用CSS繁成,則你會有困惑:我該怎么垂直對齊容器中的元素?現(xiàn)在淑玫,利用CSS3的Transform巾腕,...
    kiddings閱讀 3,148評論 0 11
  • 問答題47 /72 常見瀏覽器兼容性問題與解決方案? 參考答案 (1)瀏覽器兼容問題一:不同瀏覽器的標簽默認的外補...
    _Yfling閱讀 13,728評論 1 92
  • 每日打卡 2018-6-18 姓名:毛小鳳 公司:上海鑄夢網(wǎng)絡科技有限公司 【日精進打卡第21天】 【知―學習】 ...
    vickie8閱讀 136評論 0 0