zoukankan      html  css  js  c++  java
  • “<”特殊符号写法

     1 <!DOCTYPE html>
     2 <html>
     3 <head>
     4 <meta charset="utf-8">
     5 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     6 <title>特殊符号</title>
     7 <style type="text/css">
     8 .ina_an a span{ position:relative; margin:0px 8px 0; vertical-align:-2px;}
     9 .ina_an a span:before{content:"";font-size:0;width:0;height:0;line-height:0;overflow:hidden;display:inline-block;*display:inline;*zoom:1;border:0 dashed transparent;border-width:6px;border-left-style:solid;border-left-color:#666666;position:absolute;top:0px;left:0px;}
    10 .ina_an a span:after{content:"";font-size:0;width:0;height:0;line-height:0;overflow:hidden;display:inline-block;*display:inline;*zoom:1;border:0 dashed transparent;border-width:6px;border-left-style:solid;border-left-color:#ebecee;position:absolute;top:0px;left:-2px;}
    11 </style>
    12 </head>
    13 <body>
    14     <div class="ina_an">
    15         <a href=""><span></span></a>
    16     </div>
    17 </body>
    18 </html>

    方法二,京东左侧目录条

    衣带渐宽终不悔,为伊消得人憔悴,憔悴半天也没用,还是努力起来人富贵
  • 相关阅读:
    Ubuntu通过ADB连接手机
    MyRolan (快速启动小工具)
    关闭QQ右下角弹窗小程序
    day23作业-韩明琰
    day18-20作业-韩明琰
    day14-16作业-韩明琰
    java中对于多态的理解
    day11作业-韩明琰
    day10作业-韩明琰
    day09_作业
  • 原文地址:https://www.cnblogs.com/zhangjingyun/p/4670724.html
Copyright © 2011-2022 走看看