cl 6 年之前
父节点
当前提交
2223fdd56f
共有 2 个文件被更改,包括 13 次插入7 次删除
  1. 9 6
      src/views/About.vue
  2. 4 1
      src/views/News.vue

+ 9 - 6
src/views/About.vue

@@ -104,7 +104,7 @@ export default {
       img10: img10,
       navBarFixed: false,
       list: [
-        "西安芝麻开花网络科技有限公司成立于2016年,多年来专注于互联网技术开发和数据服务。",
+        `西安芝麻开花网络科技有限公司成立于2016年,多年来专注于互联网技术开发和数据服务。`,
         "我们的服务分为四大部分:为创业企业提供互联网技术支持;为传统企业互联网转型提供专业的全程解决方案;为政府事业单位提供信息化策略支持,为硬件技术企业提供互联网技术结合方案。",
         "公司采用全职+兼职+实习的管理模式,办公环境良好,位于西安曲江新区顶级写字楼。"
       ]
@@ -141,7 +141,7 @@ export default {
 <style scoped>
 @media screen and (max-width: 1970px) {
     .headline p {
-        font-size: 30px!important;
+        font-size: 28px!important;
     }
     .listtext{
       font-size: 22px!important;
@@ -189,22 +189,25 @@ export default {
   border-bottom: 3px solid rgb(0, 102, 153);
 }
 .listtext {
-  font-size: 30px;
+  text-indent: 2em;
+  font-size: 23px;
+  text-align: 2em;
   text-align: start;
   color: rgb(154, 154, 154);
 }
 .headline p {
-  font-size: 40px;
+  font-size: 28px;
   color: rgb(0, 102, 153);
   font-weight: 600;
   margin-top: 0px;
   text-align: center;
 }
 .headline-next {
-  margin-top: 40px;
+  margin-top: 23px;
 }
 .aboutus {
-  width: 100%;
+  width: 1440px;
+  margin: auto;
   position: relative;
 }
 .imgright {

+ 4 - 1
src/views/News.vue

@@ -134,7 +134,8 @@ export default {
 }
 .listcontent {
   margin-top: 30px;
-  margin-left: 50px;
+  margin: auto;
+  width: 1440px;
 }
 p {
   font-size: 19px;
@@ -177,6 +178,8 @@ p {
   justify-content: center;
 }
 .newscenter {
+  margin: auto;
+  width: 1440px;
   position: relative;
   margin-top: 0%;
 }