如何在CSS上课前添加批量?

时间:2018-10-15 09:09:20

标签: html css

我想创建新的登录页面时遇到问题。


我在页眉和页脚中使用的类与内容中的类匹配。 我尝试将静态CSS与页眉和页脚一起使用。但是代码非常重要。所以我有一个想法是将css .head和.footer放在菜单类之前。


这是我的演示:https://xehondaoto.com/honda-city-test/ 我叫https://xehondaoto.com/wp-content/themes/automotive/css/ajaxmenufooter.css


但是ajaxmenufooter.css(此css是页眉和页脚的css)有一些代码css匹配的类具有着陆页,例如h1,h2,h3,... 因此对设计有影响(如填充,边距,大小等) 我想这样更改: 更改自:

.car-p-features [class^=col-] { margin-top: 5px; }

.car-p-features i {
    position: relative;
    top: 1px;
    margin-right: 4px;
}

收件人:

.head .car-p-features [class^=col-] { margin-top: 5px; }

.head .car-p-features i {
    position: relative;
    top: 1px;
    margin-right: 4px;
}

它不会在标题和登录页面中混淆类。这有用吗?以及如何做到这一点?你能帮助我吗?。我可以用手完成此操作,因为页眉和页脚的CSS很长。


你能帮我吗?我看到一些剪辑:https://www.youtube.com/watch?v=j6j_53txI8A 我认为它会有用,但是,我不知道我想要的正则表达式替换!

0 个答案:

没有答案