Browse Source

修改互动交流样式

chenghanbin 4 months ago
parent
commit
cd1fcc60c1

+ 1 - 1
src/style/common/index.less

@@ -12,7 +12,7 @@ body {
12 12
   width: 1200px;
13 13
   // overflow: auto;
14 14
   margin: 0 auto;
15
-  min-height: calc(100vh - 570px);
15
+  min-height: calc(100vh - 470px);
16 16
   background: #fff;
17 17
 }
18 18
 

+ 1 - 1
src/style/hdjl/index.less

@@ -8,7 +8,7 @@
8 8
     .el-card{
9 9
       margin: 15px 0;
10 10
       .el-card__header{
11
-        background: #409EFF;
11
+        background: #1b68c0;
12 12
         .moduleName{
13 13
           color: #fff;
14 14
           font-weight: bold;

+ 1 - 1
src/style/home/index.less

@@ -372,7 +372,7 @@
372 372
 .part {
373 373
   display: flex;
374 374
   width: 97%;
375
-  margin-left: 3%;
375
+  padding: 10px 3% 20px 3%;
376 376
 }
377 377
 
378 378
 .part-box {

+ 2 - 3
src/views/footer/index.vue

@@ -29,15 +29,14 @@
29 29
   </div>
30 30
 </template>
31 31
 <script setup lang="ts" name="">
32
-import {} from 'vue'
32
+import {} from "vue";
33 33
 </script>
34 34
 <style scoped lang="less">
35 35
 .footer {
36 36
   padding: 20px 0;
37 37
   background-color: #7898c0;
38 38
   border-top: 2px solid #37e;
39
-  background: url('../../assets/bgImage/footer.png') 100% 100% no-repeat;
40
-  margin-top: 50px;
39
+  background: url("../../assets/bgImage/footer.png") 100% 100% no-repeat;
41 40
   .link {
42 41
     ul {
43 42
       width: 380px;