14 回答
UFO2015
TA贡献27条经验 获得超23个赞
——xxx——
<p> <span class="d_line"> </span> xxx <span class="d_line"> </span> </p>
.d_line{ text-decoration:line-through; }
已采纳
qq_青枣工作室_0
TA贡献446条经验 获得超754个赞
<!DOCTYPE html> <style> .panel{ border-top: 1px solid #000; width: 200px; height: 200px; text-align: center; } .panel>h3 { background-color: #fff; display: inline; padding: 0 5px; line-height: 20px; position: relative; top: -10px; } .panel>div{ text-align: left; } </style> <div class="panel"> <h3>XXX</h3> <div>content......</div> </div>
精气神_杭州拱墅区
TA贡献2条经验 获得超0个赞
<div style="text-align: center;width:100px;">
<span style="background-color: #fff;">xxxx</span>
<hr style="margin-top: -10px;">
</div>
旧丶爱人
TA贡献7条经验 获得超9个赞
<!DOCTYPE html> <html> <head> <style> div.test:before,div.test:after{content:"--"} </style> </head> <body> <div class="test">我我我</div> </body> </html>
- 14 回答
- 2 关注
- 2592 浏览
相关问题推荐
添加回答
举报
0/150
提交
取消