ming преди 1 година
родител
ревизия
b25736f8e2
променени са 6 файла, в които са добавени 7 реда и са изтрити 5 реда
  1. 2 2
      assets/css/animation.css
  2. 2 1
      assets/css/style.css
  3. BIN
      assets/img/product/h1_bg.png
  4. 1 1
      index.html
  5. 1 1
      product/index.html
  6. 1 0
      solution/index.html

+ 2 - 2
assets/css/animation.css

@@ -1,5 +1,5 @@
 .loadingBox{
-  width:100vw;height:100vh;position:fixed;left:0;top:0;display:flex;align-items: center;justify-content: center;z-index:99999999999;background:#ffffff
+  width:100vw;height:100vh;position:fixed;left:0;top:0;display:flex;align-items: center;justify-content: center;z-index:99999999999;background:#ccc
 }
 .loadEffect{
   width: 100px;
@@ -15,7 +15,7 @@
   width: 20px;
   height: 20px;
   border-radius: 50%;
-  background: #ffaa17;
+  background: #409eff;
   position: absolute;
   -webkit-animation: load 1.04s ease infinite;
   animation: load 1.04s ease infinite;

+ 2 - 1
assets/css/style.css

@@ -3184,7 +3184,7 @@
                 height: 49px;
                 line-height: 49px;
                 color:#fff;
-                /* background: url(http://usky.cn/assets/v1/images/h1_bg.png) no-repeat; */
+                background: url(../img/product/h1_bg.png) no-repeat;
                 position:absolute;
                 left:0;
                 top:35px;
@@ -6480,6 +6480,7 @@
                 color: #666;
                 margin-top: 30px;
                 font-size: 14px;
+                height:22px
             }
             .productItemOne {
                 text-align:center

BIN
assets/img/product/h1_bg.png


+ 1 - 1
index.html

@@ -69,7 +69,7 @@
             </div>
             <el-dialog title="项目咨询" style="display:none" :style="{display:(centerDialogVisible?'block':'none')}"
                 :visible.sync="centerDialogVisible" width="700px" center class="feedBackDialog" :lock-scroll="false">
-                <el-form :model="ruleForm" :rules="rules" ref="ruleForm"  class="demo-ruleForm">
+                <el-form :model="ruleForm" :rules="rules" ref="ruleForm"  label-width="80px"  class="demo-ruleForm">
                     <el-form-item label="" prop="platName" style="">
                         <el-radio-group v-model="ruleForm.platName">
                             <el-radio-button :label="item.categoryName" v-for="item in dialogDataArray" :key="item.id">

+ 1 - 1
product/index.html

@@ -161,7 +161,7 @@
         <!--====== COMMON BREADCRUMB END ======-->
 
         <!--====== PRODUCT GRID START======-->
-        <section class="product-grid-section  pt-20 pb-60" >
+        <section class="product-grid-section  container pt-20 pb-60" >
 
 
                 <div class="row pt-80 content"  >

+ 1 - 0
solution/index.html

@@ -185,6 +185,7 @@
                             <img :src="item.image" alt="" >
                         </div>
                     </div>
+                    
                 </div>
             </div>
         </section>