ming 1 год назад
Родитель
Сommit
0140916467
4 измененных файлов с 15 добавлено и 8 удалено
  1. 13 6
      assets/css/style.css
  2. BIN
      assets/img/qr_codeF.png
  3. 1 1
      assets/js/component/dialogCom.js
  4. 1 1
      solution/index.html

+ 13 - 6
assets/css/style.css

@@ -1310,10 +1310,11 @@
                 margin-top: 0;
             }
             header.sticky .mainmenu-area .main-menu .menu-items>ul>li:hover .submenu{
-                /* background:rgba(118, 97, 97, 0.5) */
+                background: rgba(43, 47, 66, .5);
             }
             header.sticky .mainmenu-area .main-menu .menu-items>ul>li:hover .submenu>li a {
                 color:#000;
+                color:#fff
                 /* background:#fff */
             }
             
@@ -2809,7 +2810,7 @@
             footer .copy-right-area .copyrigt-text {
                 padding: 35px 0 60px;
                 /* border-top: 1px solid #283742; */
-                font-weight: 700;
+                /* font-weight: 700; */
                 font-size: 14px;
                 color: #fff;
                 text-align: center
@@ -4203,10 +4204,11 @@
                 justify-content: center;
                 -ms-flex-align: center;
                 align-items: center;
-                /* background-color: rgba(210, 227, 255, 1); */
-                background: rgba(0,0,0,0.3);
+                background: rgba(255,255,255,0.18);
+                
+                border: 1px solid rgba(255,255,255,0.6);  
                 
-                border: 1px solid rgba(255,255,255,0.6);    
+
                 color: #fff;
                 font-size: 20px;
                 font-weight: bold;
@@ -4245,7 +4247,8 @@
                 height:110px;
                 line-height:110px;
                 background: linear-gradient(0deg, rgba(255,255,255,0.3), rgba(50,133,216,0.3));
-                border: 1px solid #43648B;
+                border: 1px solid #43648B;  
+                border-bottom:0;
                 color: white;
                 cursor: pointer;
                 font-size:24px;
@@ -6683,6 +6686,10 @@
             .feedBackDialog .el-radio-group label{
                 margin-right:10px
             }
+            .dialogTypeLabel .el-form-item__content{
+                margin-left:0!important;
+                text-align:center
+            }
 
 
             @media(max-width:768px) {

BIN
assets/img/qr_codeF.png


+ 1 - 1
assets/js/component/dialogCom.js

@@ -9,7 +9,7 @@ export default {
   <el-dialog title="项目咨询" style="display:none" :style="{display:(fatherdialogv?'block':'none')}" @close="closeDialog('ruleform')"
                 :visible.sync="fatherdialogv" width="700px" center class="feedBackDialog" :lock-scroll="false">
                 <el-form :model="ruleform" :rules="fatherrules" ref="ruleform" label-width="80px" class="demo-ruleform">
-                    <el-form-item label="" prop="platName" style="">
+                    <el-form-item label="" prop="platName" style="" class="dialogTypeLabel">
                         <el-radio-group v-model="ruleform.platName">
                             <el-radio-button :label="item.categoryName" v-for="item in fatherdialoga" :key="item.id">
                             </el-radio-button>

+ 1 - 1
solution/index.html

@@ -64,7 +64,7 @@
         <section style="background:#F4F8FD" class="solutionType">
             <div class="container" style="text-align:center">
                 <div class=" solutionTypeOne" v-for="(item,i) in columnTypes" :class="item.id == requestParams.categoryid ? 'active' : ''"
-                v-on:mouseover="facilityClick(i, item)">
+                v-on:mouseover="facilityClick(i, item)" >
                     <div style="width:40px;height:40px;;overflow:hidden;margin:0 auto">
                         <img :src="item.imagePath" alt="">
                     </div>