码迷,mamicode.com
首页 > 其他好文 > 详细

标题背景圆角 随意宽度

时间:2015-09-14 15:36:30      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:

需要分成三张小图,两头两张JPG,必须是JPG,中间随意

技术分享

<div class="Msg_T">
    <div class="Msg_TL"></div>
    <div class="Msg_TC">收件人列表</div>
    <div class="Msg_TR"></div>
</div>
.Msg_T {width: 100%; height: 42px; background: url(../images/T_2.png) repeat-x;}
.Msg_TL,.Msg_TR {width: 5%; height: 42px; float: left;}
.Msg_TC {width: 90%; line-height: 42px; font-size: 16px; color: #fff; float: left;}
.Msg_TL {background: url(../images/T_1.jpg) no-repeat top left;}
.Msg_TR {background: url(../images/T_2.jpg) no-repeat top right;}

最终效果

技术分享

标题背景圆角 随意宽度

标签:

原文地址:http://www.cnblogs.com/qigege/p/4806997.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!