发表于: 2018-09-22 19:55:01
1 737
今天完成的事情:
任务七的首页
.next{
width: 80%;
height: 80px;
text-align: center;
line-height: 78px;
font-size: 1rem;
color: #9c9c9c;
background: #fff;
margin-left: 10%;
margin-top: 30px;
background-image: url(../img/task7.2.png);
background-repeat: no-repeat;
background-position: 99% 20px;}
.large{
width: 80%;
height: 70px;
background: #fff;
margin-left: 10%;
margin-top: 20px;
text-align: center;
line-height: 70px;
color: #fbb435;
border-bottom: 1.5px solid #fbb435;
}.simple{
width: 60%;
height: 60px;
background: #69d1e9;
text-align: center;
line-height: 56px;
margin-left: 18%;
color: #fff;
}
明天计划的事情:继续任务七其他部分
遇到的问题:任务七的首页还是很简单的,基本上没有遇到大的问题,一些小的问题百度就能找到。
收获:今天才算彻底明白盒子模型,这个任务就是盒子套盒子再套盒子,大概唯一有难度的就是那个超链接吧
评论