问答详情
源自:7-8 切换背景图像综合练习题

::after前面为什么要打个空格?

.clearfix li ::after{

            content:"";

            display: block;

            height: 120px;

            width: 120px;

            border: 5px solid #fff;

            border-radius: 50%;

            position: absolute;

            left: 50%;

            margin-left: -60px;

            z-index: 9999;

            top: -80px;

            }

上面那段代码::after前面为什么要有个空格,去掉空格就达不到效果了,不明白。

提问者:舞汐 2016-05-30 11:29

个回答

  • Rue1
    2016-06-02 14:21:30

    不用也可以啊