• personal的制作


    <style>
      .personal{
       float: right;
       height: 40px;
       line-height: 40px;
        200px;
      }
      .personal dt,.personal dd{
       float: left;
      }
      .personnal s{
       position: relative;
       padding: 0 20 ;
      }
      .personal s::before{
       content: "";
       display: block;/*因为伪元素默认搜索行内元素*/
        6px;
       height: 6px;
       background-color: red;
       border-radius: 50%;
       position: absolute;/*绝对定位不占位置*/
       right: 15px;
       top:0;
      }
      .personal spna img{
       border-radius:50%;
       margin-right: 10px;
      }
     </style>
    </head>
    <body>
     <!-- 个人中心 -->
     <div class="personal">
      <dl>
       <dt>个人中心</dt>
       <dd>
        <s>
         <img src="学成在线/images/ld.png" height="16px" width="14" alt="">
        </s>
        <span>
         <img src="学成在线/images/pic.png" width="33" height="33" alt="">andy
        </span>
       </dd>
      </dl>
    </div>
  • 相关阅读:
    二叉树遍历
    NO.35 2021/12/13(06:50)[周一]
    NO.29 2021/11/30(06:30)[周二]
    NO.22 2021/11/19(06:15) [周五]
    The .NET ORM Architec
    C#格式字符串
    C# Attribute
    .net DLL反编译文件
    【Beta】Scrum meeting1
    【Alpha】Scrum meeting 6
  • 原文地址:https://www.cnblogs.com/Annely/p/10284571.html
Copyright © 2020-2023  润新知