浏览代码

fix: 修复CSS权重问题

zhangyuhan 2 年之前
父节点
当前提交
13672df263
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/web/staticres/frontRouter/pc/customExport/css/index.css

+ 3 - 3
src/web/staticres/frontRouter/pc/customExport/css/index.css

@@ -206,20 +206,20 @@ h2.title{
   color:rgba(255, 255, 255, 0.88);
   margin-top:12px;
 }
-.title{
+.custom-export-index .title{
   margin:40px auto;
   background: url(/frontRouter/pc/customExport/image/export-b-title.png) no-repeat center;
   background-size: contain;
 }
 
-.core-advantage-box{
+.custom-export-index .core-advantage-box{
   padding-top:68px;
   height:642px;
   width: 100%;
   background-image:url(/frontRouter/pc/customExport/image/core-bg.png);
   color: rgba(30, 30, 30, 0.88);
 }
-.core-advantage-box h2{
+.custom-export-index .core-advantage-box h2{
   margin:0 auto;
   background-image: url(/frontRouter/pc/customExport/image/core-title.png);
 }