Browse Source

样式bug修改

master
蟑螂恶霸 2 years ago
parent
commit
0d376a23b8
  1. 2
      src/components/footer-nav/index.vue
  2. 10
      src/views/Home.vue
  3. 9
      src/views/HomeWx.vue
  4. 16
      src/views/administrative/appointment.vue
  5. 14
      src/views/administrative/appointmentList.vue
  6. 8
      src/views/administrative/userFilter.vue
  7. 2
      src/views/common/analyse.vue
  8. 8
      src/views/enforce/assistUserFilter.vue
  9. 16
      src/views/enforce/earlyWarning.vue
  10. 15
      src/views/enforce/enforceNotice.vue
  11. 14
      src/views/enforce/enforcementPlan.vue
  12. 16
      src/views/enforce/enforcementPlanAdd.vue
  13. 2
      src/views/enforce/enterpriseBaseInfo.vue
  14. 6
      src/views/enforce/enterpriseWarningInfo.vue
  15. 16
      src/views/enforce/historyCheck.vue
  16. 7
      src/views/enforce/noScan.vue
  17. 4
      src/views/enforce/userFilter.vue
  18. 4
      src/views/enforce/zqyjjdmFilter.vue
  19. 26
      src/views/enforceHome.vue
  20. 6
      src/views/enterprise/caseFilter.vue
  21. 4
      src/views/enterprise/companyFilter.vue
  22. 6
      src/views/enterprise/complaint.vue
  23. 6
      src/views/enterprise/complaintList.vue
  24. 6
      src/views/enterprise/complaintNoScan.vue
  25. 11
      src/views/enterprise/enterpriseInspectionDetail.vue
  26. 16
      src/views/enterprise/enterpriseInspectionList.vue
  27. 40
      src/views/enterprise/qrCode.vue
  28. 4
      src/views/enterprise/qrCodeHistory.vue
  29. 4
      src/views/enterprise/registrationDetail.vue
  30. 16
      src/views/enterprise/registrationList.vue
  31. 4
      src/views/enterprise/registrationSelectList.vue

2
src/components/footer-nav/index.vue

@ -4,7 +4,7 @@
<van-tabbar-item name="Home" replace icon="wap-home-o" to="/home">{{ <van-tabbar-item name="Home" replace icon="wap-home-o" to="/home">{{
$t("common.lang_home") $t("common.lang_home")
}}</van-tabbar-item> }}</van-tabbar-item>
<van-tabbar-item name="Classify" replace icon="shop-o" to="/enterprise/enterpriseInspectionList"> <van-tabbar-item name="Classify" replace icon="description-o" to="/enterprise/enterpriseInspectionList">
行政检查通知 行政检查通知
</van-tabbar-item> </van-tabbar-item>
<!-- <van-tabbar-item name="My" replace icon="manager-o" to="">{{ <!-- <van-tabbar-item name="My" replace icon="manager-o" to="">{{

10
src/views/Home.vue

@ -231,9 +231,12 @@
.warp_body { .warp_body {
position: relative; position: relative;
margin: 0; margin: 0;
width: 100%;
height: 100%;
background: #c6e6ff url("../assets/images/bg_c.jpg") no-repeat top; background: #c6e6ff url("../assets/images/bg_c.jpg") no-repeat top;
background-size: auto 100%; background-size: auto 100%;
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto;
.carousel_box { .carousel_box {
height: 150px; height: 150px;
@ -405,4 +408,11 @@
background: url("../assets/images/logo.png") no-repeat; background: url("../assets/images/logo.png") no-repeat;
background-size: 100% auto; background-size: 100% auto;
} }
@media screen and (max-width: 380px) {
.home .warp_body {
background: #c6e6ff url("../assets/images/bg_c.jpg") no-repeat top;
background-size: 100% auto;
}
}
</style> </style>

9
src/views/HomeWx.vue

@ -231,9 +231,12 @@
.warp_body { .warp_body {
position: relative; position: relative;
margin: 0; margin: 0;
width: 100%;
height: 100%;
background: #c6e6ff url("../assets/images/bg_c.jpg") no-repeat top; background: #c6e6ff url("../assets/images/bg_c.jpg") no-repeat top;
background-size: auto 100%; background-size: auto 100%;
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto;
.carousel_box { .carousel_box {
height: 150px; height: 150px;
@ -405,4 +408,10 @@
background: url("../assets/images/logo.png") no-repeat; background: url("../assets/images/logo.png") no-repeat;
background-size: 100% auto; background-size: 100% auto;
} }
@media screen and (max-width: 380px) {
.home .warp_body {
background: #c6e6ff url("../assets/images/bg_c.jpg") no-repeat top;
background-size: 100% auto;
}
}
</style> </style>

16
src/views/administrative/appointment.vue

@ -5,7 +5,7 @@
<header-nav :slefBack="true" @goBack="goBack" :titelText="`行政检查预约`"></header-nav> <header-nav :slefBack="true" @goBack="goBack" :titelText="`行政检查预约`"></header-nav>
</div>--> </div>-->
<!-- 中间 --> <!-- 中间 -->
<div> <div class="warp_body">
<!-- <van-cell-group>--> <!-- <van-cell-group>-->
<van-form @failed="onFailed" @submit="submit"> <van-form @failed="onFailed" @submit="submit">
<!-- <van-field--> <!-- <van-field-->
@ -95,12 +95,12 @@
show-word-limit show-word-limit
/> />
<div class="warp_body">
<van-action-bar> <van-action-bar>
<van-button round block type="info" native-type="submit" @click="tmpSave">保存</van-button> <van-button round block type="info" native-type="submit" @click="tmpSave">保存</van-button>
<van-button round block type="info" native-type="submit" @click="submit112">提交</van-button> <van-button round block type="info" native-type="submit" @click="submit112">提交</van-button>
</van-action-bar> </van-action-bar>
</div>
</van-form> </van-form>
<!-- </van-cell-group>--> <!-- </van-cell-group>-->
</div> </div>
@ -455,6 +455,16 @@
background-color: #f4f4f4; background-color: #f4f4f4;
} }
.warp_body {
margin: 0;
padding-bottom: 3rem;
width: 100%;
height: 100%;
/*background-image: linear-gradient(to bottom, #ebf3fb, #fff);*/
overflow-y: auto;
margin-top: 1%;
}
/* vant4的 Toast 和 Popup 样式冲突,会导致 Toast 变成白底 */ /* vant4的 Toast 和 Popup 样式冲突,会导致 Toast 变成白底 */
.van-popup.van-toast { .van-popup.van-toast {
background: var(--van-toast-background) !important; background: var(--van-toast-background) !important;

14
src/views/administrative/appointmentList.vue

@ -395,7 +395,7 @@
align-items: center; align-items: center;
margin: 2% 0; margin: 2% 0;
padding-left: 3%; padding-left: 3%;
font-size: 0.38rem; font-size: 0.35rem;
line-height: 1.5; line-height: 1.5;
p { p {
@ -423,7 +423,7 @@
} }
.search-button-list { .search-button-list {
height: 3%; height: 0.7rem;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
padding-left: 10px; padding-left: 10px;
@ -441,12 +441,13 @@
.search-button.active { .search-button.active {
background-color: #1367fe; background-color: #1367fe;
border-color: #1367fe;
color: #fff; color: #fff;
} }
} }
.search-button-date { .search-button-date {
height: 3%; height: 0.65rem;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
padding-left: 10px; padding-left: 10px;
@ -464,11 +465,12 @@
} }
.search-button { .search-button {
width: 15%;
height: 90%;
position: absolute; position: absolute;
top: 1%; top: 1%;
right: 3%; right: 3%;
width: 15%;
height: 100%;
font-size: 0.3rem;
} }
} }
@ -484,7 +486,7 @@
} }
/deep/ .card_box_span:nth-child(2) p { /deep/ .card_box_span:nth-child(2) p {
font-size: 0.42rem; font-size: 0.40rem;
font-weight: bold; font-weight: bold;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;

8
src/views/administrative/userFilter.vue

@ -95,7 +95,7 @@ export default {
border-bottom: 1px solid #f3f4f5; border-bottom: 1px solid #f3f4f5;
text-align: center; text-align: center;
font-size: 0.42rem; font-size: 0.42rem;
font-weight: 550; font-weight: 600;
} }
.close-button { .close-button {
@ -197,7 +197,7 @@ export default {
padding: 0; padding: 0;
width: 60%; width: 60%;
color: #fff; color: #fff;
font-size: 0.35rem; font-size: 0.38rem;
border-radius: 1rem; border-radius: 1rem;
background: #1367fe; background: #1367fe;
border: 1px solid #1367fe; border: 1px solid #1367fe;
@ -220,7 +220,7 @@ export default {
margin: 3% 2%; margin: 3% 2%;
padding: 2% 0; padding: 2% 0;
width: 96%; width: 96%;
font-size: 0.3rem; font-size: 0.35rem;
border-bottom: 1px solid #f4f4f4; border-bottom: 1px solid #f4f4f4;
color: #999; color: #999;
line-height: 2; line-height: 2;
@ -228,7 +228,7 @@ export default {
.case-title { .case-title {
margin: 2% 0; margin: 2% 0;
font-size: 0.38rem; font-size: 0.42rem;
color: #333; color: #333;
line-height: 1.25; line-height: 1.25;
} }

2
src/views/common/analyse.vue

@ -490,7 +490,7 @@
.countbox span.count-tit { .countbox span.count-tit {
color: #666; color: #666;
font-size: 0.42rem; font-size: 0.40rem;
} }
.countbox span.count-tot { .countbox span.count-tot {

8
src/views/enforce/assistUserFilter.vue

@ -102,7 +102,7 @@ export default {
border-bottom: 1px solid #f3f4f5; border-bottom: 1px solid #f3f4f5;
text-align: center; text-align: center;
font-size: 0.42rem; font-size: 0.42rem;
font-weight: 550; font-weight: 600;
} }
.close-button { .close-button {
@ -204,7 +204,7 @@ export default {
padding: 0; padding: 0;
width: 60%; width: 60%;
color: #fff; color: #fff;
font-size: 0.35rem; font-size: 0.38rem;
border-radius: 1rem; border-radius: 1rem;
background: #1367fe; background: #1367fe;
border: 1px solid #1367fe; border: 1px solid #1367fe;
@ -227,7 +227,7 @@ export default {
margin: 3% 2%; margin: 3% 2%;
padding: 2% 0; padding: 2% 0;
width: 96%; width: 96%;
font-size: 0.3rem; font-size: 0.35rem;
border-bottom: 1px solid #f4f4f4; border-bottom: 1px solid #f4f4f4;
color: #999; color: #999;
line-height: 2; line-height: 2;
@ -235,7 +235,7 @@ export default {
.case-title { .case-title {
margin: 2% 0; margin: 2% 0;
font-size: 0.38rem; font-size: 0.42rem;
color: #333; color: #333;
line-height: 1.25; line-height: 1.25;
} }

16
src/views/enforce/earlyWarning.vue

@ -316,7 +316,7 @@
align-items: center; align-items: center;
margin: 1% 0; margin: 1% 0;
padding: 0 3%; padding: 0 3%;
font-size: 0.38rem; font-size: 0.35rem;
line-height: 1.5; line-height: 1.5;
p { p {
@ -344,7 +344,7 @@
} }
.search-button-list { .search-button-list {
height: 3%; height: 0.7rem;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
padding-left: 10px; padding-left: 10px;
@ -362,12 +362,13 @@
.search-button.active { .search-button.active {
background-color: #1367fe; background-color: #1367fe;
border-color: #1367fe;
color: #fff; color: #fff;
} }
} }
.search-button-date { .search-button-date {
height: 3%; height: 0.65rem;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
padding-left: 10px; padding-left: 10px;
@ -385,11 +386,12 @@
} }
.search-button { .search-button {
width: 15%;
height: 80%;
position: absolute; position: absolute;
top: 1%; top: 1%;
right: 1%; right: 3%;
width: 15%;
height: 100%;
font-size: 0.3rem;
} }
} }
@ -411,7 +413,7 @@
.card-title p { .card-title p {
width: calc(100% - 1rem); width: calc(100% - 1rem);
font-size: 0.42rem; font-size: 0.40rem;
font-weight: bold; font-weight: bold;
/*white-space: nowrap; /*white-space: nowrap;
overflow: hidden; overflow: hidden;

15
src/views/enforce/enforceNotice.vue

@ -291,7 +291,7 @@ const toPdfView = (url) =>{
align-items: center; align-items: center;
margin: 2% 0; margin: 2% 0;
padding-left: 3%; padding-left: 3%;
font-size: 0.38rem; font-size: 0.35rem;
line-height: 1.5; line-height: 1.5;
p { p {
@ -317,7 +317,7 @@ const toPdfView = (url) =>{
} }
.search-button-list{ .search-button-list{
height: 3%; height: 0.7rem;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
padding-left: 10px; padding-left: 10px;
@ -386,13 +386,13 @@ const toPdfView = (url) =>{
.item-cont { .item-cont {
display: inline-block; display: inline-block;
width: calc(100% - 2.25rem); width: calc(100% - 2.0rem);
} }
.item-time { .item-time {
float: left; float: left;
margin-right: 2%; margin: 2% 0;
width: 98%; width: 100%;
color: #c1bfbf; color: #c1bfbf;
font-size: 0.3rem; font-size: 0.3rem;
//height: 0.75rem; //height: 0.75rem;
@ -401,10 +401,11 @@ const toPdfView = (url) =>{
.item-title, .item-text { .item-title, .item-text {
float: left; float: left;
margin: 0;
width: 100%; width: 100%;
font-size: 0.42rem; font-size: 0.40rem;
font-weight: 600; font-weight: 600;
line-height: 0.75rem; line-height: 1.5;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;

14
src/views/enforce/enforcementPlan.vue

@ -347,7 +347,7 @@
align-items: center; align-items: center;
margin: 1% 0; margin: 1% 0;
padding-left: 3%; padding-left: 3%;
font-size: 0.38rem; font-size: 0.35rem;
line-height: 1.5; line-height: 1.5;
p { p {
@ -375,7 +375,7 @@
} }
.search-button-list { .search-button-list {
height: 3%; height: 0.7rem;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
padding-left: 10px; padding-left: 10px;
@ -393,12 +393,13 @@
.search-button.active { .search-button.active {
background-color: #1367fe; background-color: #1367fe;
border-color: #1367fe;
color: #fff; color: #fff;
} }
} }
.search-button-date { .search-button-date {
height: 3%; height: 0.65rem;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
padding-left: 10px; padding-left: 10px;
@ -416,11 +417,12 @@
} }
.search-button { .search-button {
width: 15%;
height: 90%;
position: absolute; position: absolute;
top: 1%; top: 1%;
right: 3%; right: 3%;
width: 15%;
height: 100%;
font-size: 0.3rem;
} }
} }
/deep/ .van-search__content { /deep/ .van-search__content {
@ -453,7 +455,7 @@
} }
.card-title p { .card-title p {
font-size: 0.42rem; font-size: 0.40rem;
font-weight: bold; font-weight: bold;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;

16
src/views/enforce/enforcementPlanAdd.vue

@ -1,14 +1,14 @@
<template> <template>
<div class="address_edit"> <div class="address_edit">
<!-- 导航栏 --> <!-- 导航栏 -->
<div class="header_body"> <!-- <div class="header_body">
<header-nav <header-nav
:slefBack="true" :slefBack="true"
@goBack="goBack" @goBack="goBack"
:titelText="`执法检查计划`" :titelText="`执法检查计划`"
> >
</header-nav> </header-nav>
</div> </div>-->
<!-- 中间 --> <!-- 中间 -->
<div class="warp_body"> <div class="warp_body">
<van-form @failed="onFailed" @submit="submit"> <van-form @failed="onFailed" @submit="submit">
@ -325,6 +325,16 @@
background-color: #f4f4f4; background-color: #f4f4f4;
} }
.warp_body {
margin: 0;
padding-bottom: 3rem;
width: 100%;
height: 100%;
/*background-image: linear-gradient(to bottom, #ebf3fb, #fff);*/
overflow-y: auto;
margin-top: 1%;
}
/* vant4的 Toast 和 Popup 样式冲突,会导致 Toast 变成白底 */ /* vant4的 Toast 和 Popup 样式冲突,会导致 Toast 变成白底 */
// .van-popup.van-toast{ // .van-popup.van-toast{
// background: var(--van-toast-background) !important; // background: var(--van-toast-background) !important;
@ -352,7 +362,7 @@
font-size: 0.38rem; font-size: 0.38rem;
span { span {
font-size: 13px; font-size: 0.32rem;
color: rgb(221, 229, 227); color: rgb(221, 229, 227);
} }
} }

2
src/views/enforce/enterpriseBaseInfo.vue

@ -422,7 +422,7 @@
height: 20%; height: 20%;
top: 10%; top: 10%;
left: 2%; left: 2%;
font-size: 0.38rem; font-size: 0.35rem;
span { span {
font-size: 0.32rem; font-size: 0.32rem;

6
src/views/enforce/enterpriseWarningInfo.vue

@ -297,7 +297,7 @@
align-items: center; align-items: center;
margin: 1% 0; margin: 1% 0;
padding-left: 3%; padding-left: 3%;
font-size: 0.38rem; font-size: 0.35rem;
line-height: 1.5; line-height: 1.5;
p { p {
@ -323,7 +323,7 @@
} }
.search-button-list{ .search-button-list{
height: 3%; height: 0.7rem;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
padding-left: 10px; padding-left: 10px;
@ -385,7 +385,7 @@
/deep/ .card_box_span p.warn-name { /deep/ .card_box_span p.warn-name {
margin: 0 0 2% 0; margin: 0 0 2% 0;
width: calc(100% - 1rem); width: calc(100% - 1rem);
font-size: 0.42rem; font-size: 0.40rem;
font-weight: bold; font-weight: bold;
} }

16
src/views/enforce/historyCheck.vue

@ -374,7 +374,7 @@
align-items: center; align-items: center;
margin: 2% 0; margin: 2% 0;
padding-left: 3%; padding-left: 3%;
font-size: 0.38rem; font-size: 0.35rem;
line-height: 1.5; line-height: 1.5;
p { p {
@ -432,7 +432,7 @@
} }
.search-button-list { .search-button-list {
height: 3%; height: 0.7rem;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
padding-left: 10px; padding-left: 10px;
@ -450,12 +450,13 @@
.search-button.active { .search-button.active {
background-color: #1367fe; background-color: #1367fe;
border-color: #1367fe;
color: #fff; color: #fff;
} }
} }
.search-button-date { .search-button-date {
height: 3%; height: 0.65rem;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
padding-left: 10px; padding-left: 10px;
@ -473,11 +474,12 @@
} }
.search-button { .search-button {
width: 15%;
height: 80%;
position: absolute; position: absolute;
top: 1%; top: 1%;
right: 1%; right: 3%;
width: 15%;
height: 100%;
font-size: 0.3rem;
} }
} }
@ -493,7 +495,7 @@
} }
/deep/ .card_box_span:nth-child(2) p { /deep/ .card_box_span:nth-child(2) p {
font-size: 0.42rem; font-size: 0.40rem;
font-weight: bold; font-weight: bold;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;

7
src/views/enforce/noScan.vue

@ -192,13 +192,14 @@
} }
.case-title { .case-title {
margin: 2% 0; margin: 2% 0 1%;
padding-left: 0.65rem; padding-left: 0.65rem;
background: url(/src/assets/images/icon_jd.png) no-repeat left top 0.08rem; background: url(/src/assets/images/icon_jd.png) no-repeat left top 0.08rem;
background-size: auto 0.5rem; background-size: auto 0.5rem;
font-size: 0.5rem; font-size: 0.40rem;
font-weight: bold;
color: #000; color: #000;
line-height: 1.25; line-height: 1.5;
} }
.case-area { .case-area {

4
src/views/enforce/userFilter.vue

@ -102,7 +102,7 @@ export default {
border-bottom: 1px solid #f3f4f5; border-bottom: 1px solid #f3f4f5;
text-align: center; text-align: center;
font-size: 0.42rem; font-size: 0.42rem;
font-weight: 550; font-weight: 600;
} }
.close-button { .close-button {
@ -235,7 +235,7 @@ export default {
.case-title { .case-title {
margin: 2% 0; margin: 2% 0;
font-size: 0.38rem; font-size: 0.42rem;
color: #333; color: #333;
line-height: 1.25; line-height: 1.25;
} }

4
src/views/enforce/zqyjjdmFilter.vue

@ -111,7 +111,7 @@ export default {
border-bottom: 1px solid #f3f4f5; border-bottom: 1px solid #f3f4f5;
text-align: center; text-align: center;
font-size: 0.42rem; font-size: 0.42rem;
font-weight: 550; font-weight: 600;
} }
.close-button { .close-button {
@ -244,7 +244,7 @@ export default {
.case-title { .case-title {
margin: 2% 0; margin: 2% 0;
font-size: 0.38rem; font-size: 0.42rem;
color: #333; color: #333;
line-height: 1.25; line-height: 1.25;
} }

26
src/views/enforceHome.vue

@ -301,10 +301,13 @@
.warp_body { .warp_body {
position: relative; position: relative;
margin: 0%; margin: 0;
width: 100%;
height: 100%;
background: #c6e6ff url("../assets/images/bg_el.jpg") no-repeat top; background: #c6e6ff url("../assets/images/bg_el.jpg") no-repeat top;
background-size: auto 100%; background-size: auto 100%;
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto;
.carousel_box { .carousel_box {
height: 150px; height: 150px;
@ -590,11 +593,18 @@
.notice-bar-container:last-child { .notice-bar-container:last-child {
margin-bottom: 0; margin-bottom: 0;
} }
// .notification{ /* .notification{
// height: 100%; height: 100%;
// font-size: 10px; font-size: 10px;
// z-index: 9999; z-index: 9999;
// width: 100%; width: 100%;
// color: black; color: black;
// } }*/
@media screen and (max-width: 380px) {
.home .warp_body {
background: #c6e6ff url("../assets/images/bg_el.jpg") no-repeat top;
background-size: 100% auto;
}
}
</style> </style>

6
src/views/enterprise/caseFilter.vue

@ -311,7 +311,7 @@
border-bottom: 1px solid #f3f4f5; border-bottom: 1px solid #f3f4f5;
text-align: center; text-align: center;
font-size: 0.42rem; font-size: 0.42rem;
font-weight: 550; font-weight: 600;
} }
.close-button { .close-button {
@ -436,7 +436,7 @@
margin: 3% 2%; margin: 3% 2%;
padding: 2% 0; padding: 2% 0;
width: 96%; width: 96%;
font-size: 0.3rem; font-size: 0.35rem;
border-bottom: 1px solid #f4f4f4; border-bottom: 1px solid #f4f4f4;
color: #999; color: #999;
line-height: 2; line-height: 2;
@ -444,7 +444,7 @@
.case-title { .case-title {
margin: 2% 0; margin: 2% 0;
font-size: 0.38rem; font-size: 0.42rem;
color: #333; color: #333;
line-height: 1.25; line-height: 1.25;
} }

4
src/views/enterprise/companyFilter.vue

@ -108,7 +108,7 @@ export default {
border-bottom: 1px solid #f3f4f5; border-bottom: 1px solid #f3f4f5;
text-align: center; text-align: center;
font-size: 0.42rem; font-size: 0.42rem;
font-weight: 550; font-weight: 600;
} }
.close-button { .close-button {
@ -233,7 +233,7 @@ export default {
margin: 3% 2%; margin: 3% 2%;
padding: 2% 0; padding: 2% 0;
width: 96%; width: 96%;
font-size: 0.3rem; font-size: 0.35rem;
border-bottom: 1px solid #f4f4f4; border-bottom: 1px solid #f4f4f4;
color: #999; color: #999;
line-height: 2; line-height: 2;

6
src/views/enterprise/complaint.vue

@ -442,7 +442,7 @@
border-bottom: 1px solid #f3f4f5; border-bottom: 1px solid #f3f4f5;
text-align: center; text-align: center;
font-size: 0.42rem; font-size: 0.42rem;
font-weight: 550; font-weight: 600;
} }
.close-button { .close-button {
@ -567,7 +567,7 @@
margin: 3% 2%; margin: 3% 2%;
padding: 2% 0; padding: 2% 0;
width: 96%; width: 96%;
font-size: 0.3rem; font-size: 0.35rem;
border-bottom: 1px solid #f4f4f4; border-bottom: 1px solid #f4f4f4;
color: #999; color: #999;
line-height: 2; line-height: 2;
@ -575,7 +575,7 @@
.case-title { .case-title {
margin: 2% 0; margin: 2% 0;
font-size: 0.38rem; font-size: 0.42rem;
color: #333; color: #333;
line-height: 1.25; line-height: 1.25;
} }

6
src/views/enterprise/complaintList.vue

@ -367,7 +367,7 @@ const searchComplaint = (val) =>{
align-items: center; align-items: center;
margin: 2% 0; margin: 2% 0;
padding-left: 3%; padding-left: 3%;
font-size: 0.38rem; font-size: 0.35rem;
line-height: 1.5; line-height: 1.5;
p { p {
@ -393,7 +393,7 @@ const searchComplaint = (val) =>{
} }
.search-button-list{ .search-button-list{
height: 3%; height: 0.7rem;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
padding-left: 10px; padding-left: 10px;
@ -444,7 +444,7 @@ const searchComplaint = (val) =>{
} }
/deep/ .card_box_span:nth-child(2) p { /deep/ .card_box_span:nth-child(2) p {
font-size: 0.42rem; font-size: 0.40rem;
font-weight: bold; font-weight: bold;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;

6
src/views/enterprise/complaintNoScan.vue

@ -383,7 +383,7 @@ export default {
border-bottom: 1px solid #f3f4f5; border-bottom: 1px solid #f3f4f5;
text-align: center; text-align: center;
font-size: 0.42rem; font-size: 0.42rem;
font-weight: 550; font-weight: 600;
} }
.close-button { .close-button {
@ -508,7 +508,7 @@ export default {
margin: 3% 2%; margin: 3% 2%;
padding: 2% 0; padding: 2% 0;
width: 96%; width: 96%;
font-size: 0.3rem; font-size: 0.35rem;
border-bottom: 1px solid #f4f4f4; border-bottom: 1px solid #f4f4f4;
color: #999; color: #999;
line-height: 2; line-height: 2;
@ -516,7 +516,7 @@ export default {
.case-title { .case-title {
margin: 2% 0; margin: 2% 0;
font-size: 0.38rem; font-size: 0.42rem;
color: #333; color: #333;
line-height: 1.25; line-height: 1.25;
} }

11
src/views/enterprise/enterpriseInspectionDetail.vue

@ -73,8 +73,8 @@
rows="2" rows="2"
autosize autosize
type="textarea" type="textarea"
maxlength="50" maxlength=""
placeholder="请输入备注" placeholder=""
show-word-limit show-word-limit
readonly readonly
/> />
@ -227,12 +227,11 @@ onMounted(() =>{
font-size: var(--van-toast-icon-size) !important; font-size: var(--van-toast-icon-size) !important;
} }
.warp_body { .warp_body {
margin: 0 3%; margin: 0;
padding-bottom: 3rem; padding-bottom: 3rem;
width: 94%; width: 100%;
height: 100%; height: 100%;
//border-radius: 0.25rem; /*background-image: linear-gradient(to bottom, #ebf3fb, #fff);*/
background-image: linear-gradient(to bottom, #ebf3fb, #fff);
overflow-y: auto; overflow-y: auto;
margin-top: 1%; margin-top: 1%;
} }

16
src/views/enterprise/enterpriseInspectionList.vue

@ -378,7 +378,7 @@
align-items: center; align-items: center;
margin: 2% 0; margin: 2% 0;
padding-left: 3%; padding-left: 3%;
font-size: 0.38rem; font-size: 0.35rem;
line-height: 1.5; line-height: 1.5;
p { p {
@ -406,7 +406,7 @@
} }
.search-button-list { .search-button-list {
height: 3%; height: 0.65rem;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
padding-left: 10px; padding-left: 10px;
@ -424,12 +424,13 @@
.search-button.active { .search-button.active {
background-color: #1367fe; background-color: #1367fe;
border-color: #1367fe;
color: #fff; color: #fff;
} }
} }
.search-button-date { .search-button-date {
height: 3%; height: 0.65rem;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
padding-left: 10px; padding-left: 10px;
@ -447,11 +448,12 @@
} }
.search-button { .search-button {
width: 15%;
height: 80%;
position: absolute; position: absolute;
top: 1%; top: 1%;
right: 1%; right: 3%;
width: 15%;
height: 100%;
font-size: 0.3rem;
} }
} }
@ -467,7 +469,7 @@
} }
/deep/ .card_box_span:nth-child(2) p { /deep/ .card_box_span:nth-child(2) p {
font-size: 0.42rem; font-size: 0.40rem;
font-weight: bold; font-weight: bold;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;

40
src/views/enterprise/qrCode.vue

@ -12,6 +12,7 @@
</div> --> </div> -->
<!-- 中间 --> <!-- 中间 -->
<div class="warp_body"> <div class="warp_body">
<div class="white-body">
<div class="qr_code"> <div class="qr_code">
<div class="qr_name"> <div class="qr_name">
<span>{{ data.enterpriseName }}</span> <span>{{ data.enterpriseName }}</span>
@ -19,7 +20,7 @@
<div class="qr_code_img" id="qr_code_img"> <div class="qr_code_img" id="qr_code_img">
<van-image <van-image
width="100%" width="100%"
height="100%" height="auto"
:src="data.qrCodeUrl" :src="data.qrCodeUrl"
/> />
</div> </div>
@ -31,6 +32,7 @@
</van-action-bar> </van-action-bar>
</div> </div>
</div> </div>
</div>
</template> </template>
<script setup name="register"> <script setup name="register">
@ -227,6 +229,15 @@ const toHisrotyView = () =>{
background-color: #f4f4f4; background-color: #f4f4f4;
} }
.warp_body { .warp_body {
margin: 0;
.white-body {
display: flex;
margin: 0;
width: 100%;
height: 100%;
background-color: #fff;
align-items: center;
}
.qr_code { .qr_code {
width: 100%; width: 100%;
height: 60%; height: 60%;
@ -234,27 +245,36 @@ const toHisrotyView = () =>{
position: relative; position: relative;
margin-top: 1%; margin-top: 1%;
.qr_code_img { .qr_code_img {
position: relative;
top: 2%;
left: 10%;
width: 80%; width: 80%;
height: 70%; height: 70%;
top: 8%;
left: 10%;
position: absolute;
} }
.qr_code_text { .qr_code_text {
display: block; display: block;
font-size: 12px; position: relative;
position: absolute; top: 3%;
bottom: 4%; width: 100%;
left: 20%; color: #999;
font-size: 0.3rem;
text-align: center;
line-height: 3;
} }
.qr_name { .qr_name {
position: absolute; position: relative;
width: 100%; width: 100%;
height: 10%; height: 10%;
top: 3%; top: 3%;
text-align: center; text-align: center;
font-size: 16px; font-size: 0.42rem;
} }
} }
} }
/deep/ .van-image__img {
display: block;
width: 100%;
height: auto;
}
</style> </style>

4
src/views/enterprise/qrCodeHistory.vue

@ -340,7 +340,7 @@ const cancelSelectDate = () =>{
align-items: center; align-items: center;
margin: 2% 0; margin: 2% 0;
padding-left: 3%; padding-left: 3%;
font-size: 0.38rem; font-size: 0.35rem;
line-height: 1.5; line-height: 1.5;
p { p {
@ -366,7 +366,7 @@ const cancelSelectDate = () =>{
} }
.search-button-list{ .search-button-list{
height: 3%; height: 0.7rem;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
padding-left: 10px; padding-left: 10px;

4
src/views/enterprise/registrationDetail.vue

@ -82,8 +82,8 @@
rows="2" rows="2"
autosize autosize
type="textarea" type="textarea"
maxlength="50" maxlength=""
placeholder="请输入备注" placeholder=""
show-word-limit show-word-limit
readonly readonly
/> />

16
src/views/enterprise/registrationList.vue

@ -403,7 +403,7 @@
align-items: center; align-items: center;
margin: 2% 0; margin: 2% 0;
padding-left: 3%; padding-left: 3%;
font-size: 0.38rem; font-size: 0.35rem;
line-height: 1.5; line-height: 1.5;
p { p {
@ -430,7 +430,7 @@
} }
.search-button-list { .search-button-list {
height: 3%; height: 0.7rem;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
padding-left: 10px; padding-left: 10px;
@ -448,12 +448,13 @@
.search-button.active { .search-button.active {
background-color:#1367fe; background-color:#1367fe;
border-color: #1367fe;
color: #fff; color: #fff;
} }
} }
.search-button-date { .search-button-date {
height: 3%; height: 0.65rem;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
padding-left: 10px; padding-left: 10px;
@ -471,11 +472,12 @@
} }
.search-button { .search-button {
width: 15%;
height: 80%;
position: absolute; position: absolute;
top: 1%; top: 1%;
right: 1%; right: 3%;
width: 15%;
height: 100%;
font-size: 0.3rem;
} }
} }
@ -498,7 +500,7 @@
} }
/deep/ .card_box_span:nth-child(2) p { /deep/ .card_box_span:nth-child(2) p {
font-size: 0.42rem; font-size: 0.40rem;
font-weight: bold; font-weight: bold;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;

4
src/views/enterprise/registrationSelectList.vue

@ -337,7 +337,7 @@ const oneCheckbox = (item) => {
align-items: center; align-items: center;
margin: 2% 0; margin: 2% 0;
padding-left: 3%; padding-left: 3%;
font-size: 0.38rem; font-size: 0.35rem;
line-height: 1.5; line-height: 1.5;
p { p {
@ -363,7 +363,7 @@ const oneCheckbox = (item) => {
} }
.search-button-list { .search-button-list {
height: 3%; height: 0.7rem;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
padding-left: 10px; padding-left: 10px;

Loading…
Cancel
Save