jiloveyou100
- PageAdmin学员
- 117
- 216
- 2014-05-06
|
1#
t
T
发表于 2017-12-05 23:32
|显示全部
怎么外边框和背景颜色不显示? - <html>
- <head>
- <style type="text/css">
- .takeaway{ clear:both;border:1px solid #ccd3e4;zoom:1; background: #f6f9f9 url(http://img.39yst.com/templates/39yst/images/article_new/list_daidu.png) no-repeat;border-top:none}
- .takeaway_r{ float:left; margin: 15px 0 0px 30px;}
- .takeaway_r h1{ font-size:24px; font-family:"微软雅黑"; font-weight:normal;color:#b91b20;}
- .takeaway_r .takeway_con{text-indent: 24px;font-family:"微软雅黑";font-size:14px; color:#666; line-height:1.7;margin-top:5px;padding-bottom: 10px;}
- </style>
- </head>
- <body>
- <div class="takeaway">
- <div class="takeaway_r">
- <h1>资讯</h1>
- <div class="takeway_con">三九养生堂资讯频道为广大网友提供最新最全面的养生保健行业资讯,追踪健康热点事件,对健康热点话题进行专业、权威、独特视角解读,从这里您可以了解到养生保健最新前沿动态!</div></div></div><div class="clear"></div></div>
- </body>
- </html>
复制代码
|