chenchhuanbao hai 1 mes
pai
achega
8090702924

+ 2 - 2
src/components/OpenBtn.vue

@@ -62,7 +62,7 @@ export default {
     display: flex;
     flex-direction: row;
     align-items: center;
-    font-family: PingFangSC, PingFang SC;
+    font-family: syNormal;
     font-size: 14px;
     height: 28px;
     line-height: 14px;
@@ -77,4 +77,4 @@ export default {
         color: rgba(16, 109, 255, 1);
     }
 }
-</style>
+</style>

+ 1 - 1
src/components/table-dom/index.vue

@@ -1,6 +1,6 @@
 <template>
     <div>
-        <el-table :data="tableList" style="width: 100%" v-if="tableList.length > 0">
+        <el-table :data="tableList" style="width: 100%;height: 500px" v-if="tableList.length > 0">
             <el-table-column v-for="item in option" :prop="item.prop" :label="item.label" :key="item.prop"
                 :width="item.width">
 

+ 1 - 1
src/page/login/new_login_code.vue

@@ -12,7 +12,7 @@
       </el-form-item>-->
       <el-form-item prop="username">
         <span style="font-size: 28px;
-          font-family: PingFangSC, PingFang SC;
+          font-family: syNormal;
           font-weight: 600;
           color: #040814;
           line-height: 37px;

+ 3 - 3
src/page/police/content/index.vue

@@ -403,7 +403,7 @@ export default {
     height: 100%;
     display: flex;
     flex-direction: column;
-    font-family: PingFangSC, PingFang SC;
+    font-family: syNormal;
 
     .route_body {
         padding: 12px 12px 0 16px;
@@ -506,7 +506,7 @@ export default {
 .tab_clicked {
     background-color: #F5F7FA;
     font-size: 12px;
-    font-family: PingFangSC, PingFang SC;
+    font-family: syNormal;
     font-weight: 400;
     color: rgba(0, 0, 0, 0.9);
     line-height: 16px;
@@ -515,7 +515,7 @@ export default {
 .tab_unclicked {
     background-color: rgba(255, 255, 255, 1);
     font-size: 12px;
-    font-family: PingFangSC, PingFang SC;
+    font-family: syNormal;
     font-weight: 400;
     color: #6F7CA3;
     line-height: 16px;

+ 2 - 2
src/page/police/index.vue

@@ -33,7 +33,7 @@ export default {
     display: flex;
 }
 .level2_body {
-    width: calc(100vw - 72px);
+    width: calc(100vw - 96px);
     background-color: rgba(43, 59, 107, 1);
     display: flex;
     border-top-left-radius: 16px;
@@ -46,4 +46,4 @@ export default {
     /* overflow-y: scroll; */
     overflow-x: hidden;
 }
-</style>
+</style>

+ 1 - 1
src/page/police/level2/index.vue

@@ -230,7 +230,7 @@ export default {
     display: flex;
     justify-content: center;
     font-size: 14px;
-    font-family: PingFangSC, PingFang SC;
+    font-family: syMedium;
     font-weight: 500;
     line-height: 28px;
     padding: 0 12px;

+ 6 - 6
src/page/police/menus/index.vue

@@ -138,7 +138,7 @@ export default {
 </script>
 <style lang="scss" scoped>
 .menus {
-    width: 72px;
+    width: 96px;
     margin-top: 28px;
     height: calc(100vh - 92px);
     overflow-y: scroll;
@@ -161,11 +161,11 @@ export default {
     color: rgba(255, 255, 255, 0.6);
 }
 .content_body {
-    height: 92px;
+    height: 100px;
 }
 .content {
     width: 100%;
-    height: 80px;
+    height: 90px;
     display: flex;
     flex-direction: column;
     align-items: center;
@@ -183,8 +183,8 @@ export default {
     cursor: pointer;
 }
 .img_body {
-    width: 40px;
-    height: 40px;
+    width: 50px;
+    height: 50px;
     display: flex;
     justify-content: center;
     align-items: center;
@@ -203,4 +203,4 @@ export default {
     text-align: center;
     color: rgba(255, 255, 255, 0.6);
 }
-</style>
+</style>

+ 57 - 0
src/styles/element-ui.scss

@@ -74,3 +74,60 @@
   font-family:DINPro ;
   src: url("./font/DINPro-Bold.otf");
 }
+@font-face {
+  font-family:syMedium;
+  src: url("./font/syMedium.otf");
+}
+@font-face {
+  font-family:syNormal;
+  src: url("./font/syRegular.otf");
+}
+.menu_item_title {
+  font-family:syMedium;
+  font-size: 14px !important;
+}
+.childrens .tab_text{
+  font-family:syMedium;
+  font-size: 14px;
+}
+#app .el-table__header .has-gutter tr th{
+  font-family:syMedium;
+  font-weight: 500;
+  font-size: 17px;
+  color: #6F7CA3;
+  text-align: left;
+  font-style:normal;
+}
+
+.el-table td.el-table__cell div{
+  font-family:syNormal;
+  font-weight: 400;
+  font-size: 15px;
+  color: rgba(4,8,20,0.9);
+  text-align: left;
+  font-style: normal;
+}
+.search_body .sib .lb{
+  font-family:syNormal;
+  font-weight: 400;
+  font-size: 15px;
+  color: rgba(4,8,20,0.9);
+  text-align: center;
+  font-style: normal;
+  height: 28px;
+  line-height: 28px;
+  text-overflow: clip;
+  overflow: hidden;
+  white-space: normal;
+}
+.el-table td.el-table__cell button{
+  font-size: 15px;
+}
+.search_body .el-input__inner{
+  font-family:syNormal;
+  font-weight: 400;
+  font-size: 15px;
+  color: rgba(4,8,20,0.9);
+  text-align: left;
+  font-style: normal;
+}

BIN=BIN
src/styles/font/syMedium.otf


BIN=BIN
src/styles/font/syNormal.otf


BIN=BIN
src/styles/font/syRegular.otf


+ 4 - 4
src/styles/newcrue.scss

@@ -21,7 +21,7 @@
     border: none;
     background-color: rgba(236, 242, 254, 1);
     font-size: 14px;
-    font-family: PingFangSC, PingFang SC;
+    font-family: syNormal;
     font-weight: 400;
     color: rgba(4, 8, 20, 0.9);
 
@@ -34,7 +34,7 @@
   .el-form-item__label {
     background-color: rgba(236, 242, 254, 1);
     font-size: 14px;
-    font-family: PingFangSC, PingFang SC;
+    font-family: syNormal;
     font-weight: 400;
     color: #2E3A59;
     border-top-left-radius: 8px;
@@ -241,7 +241,7 @@
     align-items: center;
     flex-direction: row-reverse;
     font-size: 14px;
-    font-family: PingFangSC, PingFang SC;
+    font-family: syNormal;
     font-weight: 400;
     color: #2E3A59;
     line-height: 22px;
@@ -295,7 +295,7 @@
   button {
     height: 32px;
     font-size: 14px;
-    font-family: PingFangSC, PingFang SC;
+    font-family: syNormal;
     font-weight: 500;
     line-height: 12px;
     border-radius: 16px;

+ 1 - 1
src/styles/public/form-style.scss

@@ -34,7 +34,7 @@
   background-color: rgba(255, 255, 255, 1);
   border-radius: 16px;
   box-sizing: border-box;
-  font-family: PingFangSC, PingFang SC;
+  font-family: syNormal;
   font-size: 14px;
   // 为了通用,不设置 padding 了
 

+ 1 - 1
src/styles/public/table-style.scss

@@ -120,7 +120,7 @@
   padding: 0 24px;
   box-sizing: border-box;
   font-size: 14px;
-  font-family: PingFangSC, PingFang SC;
+  font-family: syNormal;
 
   .head {
     display: flex;

+ 1 - 1
src/styles/searchgroup.scss

@@ -3,7 +3,7 @@
   box-sizing: border-box;
   padding: 24px 0;
   // padding: 24px 16px;
-  font-family: PingFangSC, PingFang SC;
+  font-family: syNormal;
   font-size: 14px;
   color: rgba(4, 8, 20, 0.90);
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);

+ 5 - 5
src/views/jfsc/components/centerDrawer.vue

@@ -174,7 +174,7 @@ export default {
     background: #106DFF;
     line-height: 38px;
     border-radius: 22px;
-    font-family: PingFangSC, PingFang SC;
+    font-family: syNormal;
     font-weight: 500;
     font-size: 17px;
     color: #FFFFFF;
@@ -198,7 +198,7 @@ export default {
         p{
           .name{
             height: 33px;
-            font-family: PingFangSC, PingFang SC;
+            font-family: syNormal;
             font-weight: 600;
             font-size: 22px;
             color: rgba(4,8,20,0.9);
@@ -208,7 +208,7 @@ export default {
           }
           .sfz{
             height: 30px;
-            font-family: PingFangSC, PingFang SC;
+            font-family: syNormal;
             font-weight: 400;
             font-size: 19px;
             color: #6F7CA3;
@@ -218,7 +218,7 @@ export default {
           }
           .tel{
             height: 30px;
-            font-family: PingFangSC, PingFang SC;
+            font-family: syNormal;
             font-weight: 400;
             font-size: 19px;
             color: #242F52;
@@ -228,7 +228,7 @@ export default {
           }
           .address{
             height: 30px;
-            font-family: PingFangSC, PingFang SC;
+            font-family: syNormal;
             font-weight: 400;
             font-size: 19px;
             color: #242F52;

+ 2 - 2
src/views/jfsc/kanban.vue

@@ -101,7 +101,7 @@ export default {
     padding: 12px 0;
     span{
       height: calc(((100vw - 180px) /1960) * 30);
-      font-family: PingFangSC, PingFang SC;
+      font-family: syNormal;
       font-weight: 400;
       font-size: calc(((100vw - 180px) /1960) * 19);
       color: rgba(4,8,20,0.9);
@@ -124,7 +124,7 @@ export default {
  ::v-deep {
    .el-input__inner{
      border: none;
-     font-family: PingFangSC, PingFang SC;
+     font-family: syNormal;
      font-weight: 500;
      font-size: 15px;
      color: rgba(4,8,20,0.9);

+ 4 - 4
src/views/police/datas/index.vue

@@ -224,7 +224,7 @@ export default {
 }
 .little_title_a {
     font-size: 14px;
-    font-family: PingFangSC, PingFang SC;
+    font-family: syNormal;
     font-weight: 400;
     color: #3366FF;
     line-height: 22px;
@@ -239,7 +239,7 @@ export default {
     }
     .ranking_name {
         font-size: 14px;
-        font-family: PingFangSC, PingFang SC;
+        font-family: syNormal;
         font-weight: 400;
         color: #111111;
         line-height: 20px;
@@ -283,7 +283,7 @@ export default {
 }
 .card_title {
     font-size: 20px;
-    font-family: PingFangSC, PingFang SC;
+    font-family: syNormal;
     font-weight: 600;
     color: #111111;
 }
@@ -335,7 +335,7 @@ export default {
     justify-content: space-between;
     align-items: center;
     font-size: 14px;
-    font-family: PingFangSC, PingFang SC;
+    font-family: syNormal;
     font-weight: 400;
     width: 80px;
     .unclicked {

+ 2 - 2
src/views/police/datas/lineItem.vue

@@ -38,7 +38,7 @@ export default {
     height: 28px;
     align-items: center;
     margin-bottom: 14px;
-    font-family: PingFangSC, PingFang SC;
+    font-family: syNormal;
     .line_img {
         width: 24px;
         height: 24px;
@@ -85,4 +85,4 @@ export default {
         line-height: 21px;
     }
 }
-</style>
+</style>

+ 4 - 4
src/views/police/index.vue

@@ -71,7 +71,7 @@ export default {
 }
 .card_title {
     font-size: 20px;
-    font-family: PingFangSC, PingFang SC;
+    font-family: syNormal;
     font-weight: 600;
     color: #111111;
 }
@@ -102,7 +102,7 @@ export default {
 }
 .card_label {
     font-size: 14px;
-    font-family: PingFangSC, PingFang SC;
+    font-family: syNormal;
     font-weight: 500;
     color: rgba(4,8,20,0.9);
     line-height: 22px;
@@ -134,7 +134,7 @@ export default {
 }
 .bottom_text {
     font-size: 20px;
-    font-family: PingFangSC, PingFang SC;
+    font-family: syNormal;
     font-weight: 600;
     color: #111111;
     line-height: 28px;
@@ -148,7 +148,7 @@ export default {
 }
 .bottom_unit {
     font-size: 16px;
-    font-family: PingFangSC, PingFang SC;
+    font-family: syNormal;
     font-weight: 600;
     color: #111111;
     line-height: 40px;

+ 7 - 7
src/views/szqy/components/csjlDialog.vue

@@ -149,7 +149,7 @@ export default {
   border-bottom: 1px solid #E7E7E7;
   .default{
     display: inline-block;
-    font-family: PingFangSC, PingFang SC;
+    font-family: syNormal;
     font-weight: 400;
     font-size: 22px;
     color: #6F7CA3;
@@ -162,7 +162,7 @@ export default {
     cursor: pointer;
   }
   .active{
-    font-family: PingFangSC, PingFang SC;
+    font-family: syNormal;
     font-weight: 600;
     font-size: 22px;
     color: rgba(4,8,20,0.9);
@@ -205,7 +205,7 @@ export default {
     background: #106DFF;
     line-height: 38px;
     border-radius: 22px;
-    font-family: PingFangSC, PingFang SC;
+    font-family: syNormal;
     font-weight: 500;
     font-size: 17px;
     color: #FFFFFF;
@@ -229,7 +229,7 @@ export default {
       p{
         .name{
           height: 33px;
-          font-family: PingFangSC, PingFang SC;
+          font-family: syNormal;
           font-weight: 600;
           font-size: 22px;
           color: rgba(4,8,20,0.9);
@@ -239,7 +239,7 @@ export default {
         }
         .sfz{
           height: 30px;
-          font-family: PingFangSC, PingFang SC;
+          font-family: syNormal;
           font-weight: 400;
           font-size: 19px;
           color: #6F7CA3;
@@ -249,7 +249,7 @@ export default {
         }
         .tel{
           height: 30px;
-          font-family: PingFangSC, PingFang SC;
+          font-family: syNormal;
           font-weight: 400;
           font-size: 19px;
           color: #242F52;
@@ -259,7 +259,7 @@ export default {
         }
         .address{
           height: 30px;
-          font-family: PingFangSC, PingFang SC;
+          font-family: syNormal;
           font-weight: 400;
           font-size: 19px;
           color: #242F52;