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