本章练习已完成 选择了其中一个小导航布局

Original 2019-05-13 18:48:05 153
abstract:代码太多了,只选择了其中一个小导航布局<div class="content-phone-text"><h2>手机</h2><div class="tab">查看更多<span><i class="fa fa-angle-right"></i></s

代码太多了,只选择了其中一个小导航布局

<div class="content-phone-text">

<h2>手机</h2>

<div class="tab">

查看更多

<span><i class="fa fa-angle-right"></i></span>

</div>

</div>

.content-phone-text{margin: 10px auto;height: 60px;line-height: 60px;}

.content-phone-text h2{font-size: 22px;font-weight: 400;float: left;}

.content-phone-text .tab{float: right;margin-right: 30px;position: relative;}

.content-phone-text span{background: #ccc;border-radius: 50%;display: block;width: 20px;height: 20px;position: absolute;top:20px;left: 76px;}



Correcting teacher:查无此人Correction time:2019-05-14 09:28:04
Teacher's summary:完成的不错。layui框架有已经写好的导航,可以多学习下,继续加油

Release Notes

Popular Entries