下划线断断续续

来源:4-3 编程练习

饭勺超人

2018-03-04 02:17:19

<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title>样式表</title>
        <style type="text/css">
           /*写出CSS样式*/
           p{
               text-align:center;
               line-height: 5em;
               background-color: #eee;
               font-size: 2em;
           }
           img{
               vertical-align: middle;
           }
           .one{
              font-size: 2em;
              
           }
           .two{
              vertical-align: middle;
              color:#f00;
              text-decoration: underline;
           }
        </style>
    </head>
    <body>
          <!--写出html代码-->
          <p>
              <img src="http://climg.mukewang.com/59c21bae000157fa01000059.jpg">
              <span class="one">CSS层叠样式表</span>
              <span class="two">(Cascading Style Sheets)</span>
           </p>
    </body>
</html>


http://img.mukewang.com/climg/5a9ae6310001e00105710165.jpg

老师,在chrome浏览器运行结果下划线断断续续的,

http://img.mukewang.com/climg/5a9ae631000173bd05590165.jpg

火狐浏览器没断,但是字母一部分跑到下划线下面了,这个能消除不

写回答

1回答

bbbboom

2018-03-04

我这正常显示,估计和浏览器版本显示有关。

0

0 学习 · 36712 问题

查看课程