瀏覽代碼

二维码组件样式修改

tanxue 2 年之前
父節點
當前提交
1836167cf4
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      components/common/layout/desComp/desWithCode.vue

+ 2 - 2
components/common/layout/desComp/desWithCode.vue

@@ -92,13 +92,13 @@ export default {
 
   // 客服---(纯白色背景)
   &.kefu {
-    height: 360px;background-color: #FAFAFA;
+    background-color: #FAFAFA;
     h4,p {color: #333;}
   }
 
   // 经理---(/背景为弧形的光)
   &.jingli {
-    padding: 62px 0 62px;
+    height: 360px;padding: 62px 0 62px;
     h4 {margin: 0 0 30px;}
     p{margin: 0 0 16px;}
   }