发表于: 2016-07-13 10:31:35
9 2280
今天完成的事情:。。木有
明天计划的事情:写完草船云第三期的第三方服务的页面和功能。
遇到的问题:
今天写页面。。懵逼了。。
做这个标题都花了好久。。
最终解决方法。。一个大div里面左右个放一个span,和一个h3都是inline-block。限制宽度。relative。
.details-text {
width: 325px;
margin: 0 auto;
font-size: 16px;
color: rgb(153, 153, 153);
line-height: 1.2;
}
.title_heading{
display: inline-block;
margin: 0 30px;
position: relative;
font-size: 28px;
color: white;
line-height: 28px;
}
.title_line{
position: relative;
top: -8px;
display: inline-block;
background-color: #aacdf1;
height: 1px;
width: 90px;
}
。。。好烦啊做了好久。。
收获:
背景图片应用
background-repeat: no-repeat;
background-position: left center;
}
.part_img1{
background-image: url("../../images/thirdp_service/3rd-yh1.png");
}
...好烦。。
评论