HTML5 css下三角单引号怎么写

2025-04-02 20:55:30
推荐回答(4个)
回答1:

首先,下载个QQ拼音,然后按v, 在按1   ,自己找

v1

回答2:


服务

回答3:




    
              content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    
    Document
    
        .test{
            color:red;
            position: relative;
            margin-right: 20px;
        }
        .test:after{
            content: '';
            width: 6px;
            height: 6px;
            margin: 6px;
            border: 2px solid #0a6aa1;
            border-left-color: transparent;
            border-top-color: transparent;
            position: absolute;
            transform: rotate(45deg);
            transform-origin: center;
        }
        .test:active:after{
            bottom: 0;
            border: 2px solid #2f2f2f;
            border-right-color: transparent;
            border-bottom-color: transparent;
        }
    


    hello,this is a test

回答4:

这不是图标吗,我的天还用单引号呀,i标签就搞定了,css用定位就行了,伪元素也可以