问答详情
源自:7-1 编程挑战

为啥news.li里面的内容不左对齐


.nav-bar

    {

        width:1000px;

        height:40px;

       margin:0 auto;

    }

   .nav-bar-pic img

   {

       float: left;

      width:200px; 

      height:40px;


   }

   .nav-bar-list

   {

        width:800px;

        height:40px;

        line-height:40px;

        

   }

    .nav-bar-list ul li

    {

        float: left;

        list-style-type:none;

        width:80px;

        text-align:center;

    }

    .nav-bar-list ul li a

    {

        text-decoration:none;

        color:#000;

    }

     .nav-bar-list ul li a:hover, .nav-bar-list ul li a:active

     {

         background-color:red;

        

     }

     .pic

     {

       background-color:red;

       width:1000px;

     }

    .news

    {

        background-color:#333;

        width:1000px;

        height:40px;

    }

    .news li

    {

        list-style-type:none;

        float:left;

        text-align:center;

        line-height:40px;

        color:#fff;

     

    }

    .news-bar

    {

         background-color:red;

         line-height:40px;

         margin-right:20px;

    }

https://img4.mukewang.com/5b7244b20001770003210094.jpg

为什么滚动新闻部靠左对齐


提问者:慕仰5533636 2018-08-14 10:58

个回答

  • 丨带你兜风丨
    2018-12-18 19:22:46

    这个应该可以设置 text-align 可以决定文字的水平对齐方式;