14 回答

UFO2015
TA貢獻27條經(jīng)驗 獲得超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條經(jīng)驗 獲得超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>

精氣神_杭州拱墅區(qū)
TA貢獻2條經(jīng)驗 獲得超0個贊
<div style="text-align: center;width:100px;">
? <span style="background-color: #fff;">xxxx</span>
? <hr style="margin-top: -10px;">
</div>

舊丶愛人
TA貢獻7條經(jīng)驗 獲得超9個贊
<!DOCTYPE?html> <html> <head> <style>? ????div.test:before,div.test:after{content:"--"} </style> </head> <body> ????<div?class="test">我我我</div> </body> </html>
添加回答
舉報
0/150
提交
取消