发表于: 2018-10-11 21:02:58
1 584
今天完成的事情:
完成了任务8、9的首页
.temper{
width: 6px;
height: 6px;
background-color: #afafaf;
border-radius: 50%;
margin-right: 10px;
}
.software{
color: #afafaf;
}
.teacher{
display: flex;
align-items: center;
justify-content: center;
height: 35px;
}
.software:hover{
border-bottom:1px solid #29b078;
}
.script{
background-color: #29b078;
padding-top: 25px;
color: #fff;
padding-bottom: 35px;
margin-top: 15px;
}
.our{
color: #fff;
}
.setout{
background-color: #29b078;
border-top: 0.1rem solid #32c068;
color: #fff;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
明天计划的事情:明天开始任务8、9的第二个页面
遇到的问题:主要的问题都是在Bootstrap网格系统运用不熟练的问题,不过在请教师兄解惑以后就明白了。
收获:对Bootstrap网格系统理解更多了,说实话前几天都不是很明白col-xs、col-sm、col-md、col-lg这些具体是怎么用的,比如改变数值会使页面出现那种变化,今天算是恍然大悟了。还有就是hover效果运用的更加熟练了,讲真的前段时间这个单词怎么拼我都记不住,除了新接触的这个知识点运用还不太熟练,其他的基本上都能独立完成,而不用再去找资料了。
评论