wangxy 2 年之前
父节点
当前提交
418ee3522e
共有 2 个文件被更改,包括 10 次插入0 次删除
  1. 9 0
      assets/scss/cus-client/cus-client-common.scss
  2. 1 0
      components/common/onlineInformationBtn.vue

+ 9 - 0
assets/scss/cus-client/cus-client-common.scss

@@ -1186,6 +1186,15 @@ client-banner-box.client-banner-index {
     margin-bottom: 10%;
   }
 }
+
+// H5 按钮居中
+@media (max-width: 768px) {
+  .btn-groups {
+    margin-top: 10%;
+    margin-bottom: 10%;
+    text-align: center;
+  }
+}
 /******************************* 万人高并发 客户案例 **************************************/
 
 .client-kehuanli-box.experience-swiper-box{

+ 1 - 0
components/common/onlineInformationBtn.vue

@@ -36,6 +36,7 @@ export default {
   cursor: pointer;
   display: inline-block;
   text-align: center;
+  color: #00b96b;
 
   @media (max-width: 768px) {
     width: 44%;height:35px;line-height:35px;max-width: 120px;margin: 0 3%;font-size: 14px;