码迷,mamicode.com
首页 > 其他好文 > 详细

利用flex关于边线自适应(利用flex)

时间:2021-02-02 10:38:45      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:device   tar   line   utf-8   详解   12px   htm   flex   lin   

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Document</title>

    <style>
      .box {
        display: flex;
        width: 80%;
        align-items: center;

        margin: 0 auto;
      }

      .line {
        border-bottom: 1px solid blue;
        flex: 1;
       
      }

      .text {
        padding: 0 12px;
        font-weight: 700;
        font-size: 14px;
      }
    </style>
  </head>
  <body>
    <div class="box">
      <div class="line"></div>
      <div class="text">优惠信息</div>
      <div class="line"></div>
    </div>
  </body>
</html>

 

技术图片

 

关于flex:1详解;https://blog.csdn.net/qq_40138556/article/details/103967529

 

利用flex关于边线自适应(利用flex)

标签:device   tar   line   utf-8   详解   12px   htm   flex   lin   

原文地址:https://www.cnblogs.com/fsg6/p/14354811.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!