Browse Source

feature_20260512_日报分享ui修改

zhujindu 2 weeks ago
parent
commit
5951ea7da1

+ 15 - 15
src/components/shareAtarget.vue

@@ -395,14 +395,14 @@ export default {
 }
 
 .progressContentlist {
-  font-size: 14px;
+  font-size: vw(28);
   border-bottom: 1px dashed #f1f1f1;
   padding: 10px 0;
 }
 
 .linep p {
   /* margin: 10px 0 0 0; */
-  font-size: 14px;
+  font-size: vw(28);
   color: #666;
 }
 </style>
@@ -428,8 +428,8 @@ export default {
 
 .linep .van-cell__title {
   color: #1e5398;
-  font-weight: 500;
-  font-size: 16px;
+  // font-weight: 500;
+  font-size: vw(28);
 }
 
 .homeCellIcon {
@@ -438,7 +438,7 @@ export default {
 
 .homeTitle .van-cell__title {
   color: #444;
-  font-size: 16px;
+  font-size: vw(28);
   font-weight: bold;
   padding-left: 4px;
   line-height: 36px;
@@ -447,7 +447,7 @@ export default {
 
 .updataTime {
   color: #999;
-  font-size: 12px;
+  font-size: vw(28);
   text-align: center;
 }
 
@@ -468,7 +468,7 @@ export default {
 
 .tipTitleBox .p {
   color: #555;
-  font-size: 16px;
+  font-size: vw(28);
   border-bottom: 1px solid #f5f5f5;
   margin: 0;
   margin-bottom: 10px;
@@ -482,7 +482,7 @@ export default {
 
 .storeTypeHome .storeTypeHomeList .van-cell__title {
   color: #4a4a4a;
-  font-size: 14px;
+  font-size: vw(28);
 }
 
 .storeTypeHome .monthNoVisit {
@@ -498,7 +498,7 @@ export default {
 }
 
 .storeTypeHome .monthNoVisitStatstext {
-  font-size: 12px;
+  font-size: vw(28);
   //   background-color: #0057ba;
   position: absolute;
   right: 0;
@@ -510,7 +510,7 @@ export default {
 }
 .ABtarage {
   .table-headermd {
-    font-size: 12px;
+    font-size: vw(28);
     text-align: center;
     position: initial;
     width: 98% !important;
@@ -518,7 +518,7 @@ export default {
     border-right: 0;
   }
   .table-headermdhome {
-    font-size: 14px;
+    font-size: vw(28);
   }
   .table-headermdhome th.el-table__cell > .cell {
     white-space: pre;
@@ -612,8 +612,8 @@ export default {
 <style lang="scss">
 .shareAtarget {
   p {
-    margin: 5px 0 0 0;
-    font-size: 14px;
+    margin: 8px 0 0 0;
+    font-size: vw(28);
     color: #fff !important;
     /* color: #666; */
   }
@@ -623,7 +623,7 @@ export default {
     display: inline-block;
     // padding: 0 4px;
     border-radius: 2px;
-    font-size: 14px;
+    font-size: vw(28);
     padding: 0;
   }
   .rightTitle {
@@ -632,7 +632,7 @@ export default {
     display: inline-block;
     // padding: 0 4px;
     border-radius: 2px;
-    font-size: 14px;
+    font-size: vw(28);
     padding: 0;
   }
 

+ 14 - 15
src/components/shareBtarget.vue

@@ -227,14 +227,14 @@ export default {
 }
 
 .progressContentlist {
-  font-size: 14px;
+  font-size: vw(28);
   border-bottom: 1px dashed #f1f1f1;
   padding: 10px 0;
 }
 
 .linep p {
   /* margin: 10px 0 0 0; */
-  font-size: 14px;
+  font-size: vw(28);
   color: #666;
 }
 
@@ -277,8 +277,7 @@ export default {
 
 .linep .van-cell__title {
   color: #1e5398;
-  font-weight: 500;
-  font-size: 16px;
+  font-size: vw(28);
 }
 
 .homeCellIcon {
@@ -287,7 +286,7 @@ export default {
 
 .homeTitle .van-cell__title {
   color: #444;
-  font-size: 16px;
+  font-size: vw(28);
   font-weight: bold;
   padding-left: 4px;
   line-height: 36px;
@@ -296,7 +295,7 @@ export default {
 
 .updataTime {
   color: #999;
-  font-size: 12px;
+  font-size: vw(28);
   text-align: center;
 }
 
@@ -313,7 +312,7 @@ export default {
 
 .tipTitleBox .p {
   color: #555;
-  font-size: 16px;
+  font-size: vw(28);
   border-bottom: 1px solid #f5f5f5;
   margin: 0;
   margin-bottom: 10px;
@@ -327,7 +326,7 @@ export default {
 
 .storeTypeHome .storeTypeHomeList .van-cell__title {
   color: #4a4a4a;
-  font-size: 14px;
+  font-size: vw(28);
 }
 
 .storeTypeHome .monthNoVisit {
@@ -343,7 +342,7 @@ export default {
 }
 
 .storeTypeHome .monthNoVisitStatstext {
-  font-size: 12px;
+  font-size: vw(28);
   background-color: #0057ba;
   position: absolute;
   right: 0;
@@ -355,7 +354,7 @@ export default {
 }
 .ABtarage {
   .table-headermd {
-    font-size: 12px;
+    font-size: vw(28);
     text-align: center;
     position: initial;
     width: 98% !important;
@@ -363,7 +362,7 @@ export default {
     border-right: 0;
   }
   .table-headermdhome {
-    font-size: 14px;
+    font-size: vw(28);
   }
   .table-headermdhome th.el-table__cell > .cell {
     white-space: pre;
@@ -426,8 +425,8 @@ export default {
 <style lang="scss">
 .shareBtarget {
   p {
-    margin: 5px 0 0 0;
-    font-size: 14px;
+    margin: 8px 0 0 0;
+    font-size: vw(28);
     color: #fff !important;
     /* color: #666; */
   }
@@ -437,7 +436,7 @@ export default {
     display: inline-block;
     // padding: 0 4px;
     border-radius: 2px;
-    font-size: 14px;
+    font-size: vw(28);
     padding: 0;
   }
   .rightTitle {
@@ -446,7 +445,7 @@ export default {
     display: inline-block;
     // padding: 0 4px;
     border-radius: 2px;
-    font-size: 14px;
+    font-size: vw(28);
     padding: 0;
   }
   .colLabel_KK {

+ 6 - 6
src/components/shareCommonTarget.vue

@@ -335,7 +335,7 @@ export default {
   .linep .van-cell__title {
     color: #fff;
     font-weight: 500;
-    font-size: 16px;
+    font-size: vw(28);
   }
 
   .homeCellIcon {
@@ -344,7 +344,7 @@ export default {
 
   .homeTitle .van-cell__title {
     color: #fff;
-    font-size: 16px;
+    font-size: vw(28);
     font-weight: bold;
     padding-left: 4px;
     line-height: 36px;
@@ -353,7 +353,7 @@ export default {
 
   .updataTime {
     color: #fff;
-    font-size: 12px;
+    font-size: vw(28);
     text-align: center;
   }
 
@@ -374,7 +374,7 @@ export default {
 
   .storeTypeHome .storeTypeHomeList .van-cell__title {
     color: #fff;
-    font-size: 14px;
+    font-size: vw(28);
   }
 
   .storeTypeHome .monthNoVisit {
@@ -390,7 +390,7 @@ export default {
   }
 
   .storeTypeHome .monthNoVisitStatstext {
-    font-size: 12px;
+    font-size: vw(28);
     background-color: #0057ba;
     position: absolute;
     right: 0;
@@ -447,7 +447,7 @@ export default {
   }
 
   .table-headermdhome {
-    font-size: 14px;
+    font-size: vw(28);
   }
 
   .table-headermdhome th.el-table__cell > .cell {

+ 2 - 2
src/components/shareReportCustom.vue

@@ -86,10 +86,10 @@ export default {
   }
 
   .content {
-    font-size: 14px;
+    font-size: vw(28);
     // font-weight: bold;
     color: #ffff;
-    line-height: vw(63);
+    line-height: vw(50);
     // white-space: pre-wrap;
   }
 }