+
@@ -325,6 +325,16 @@
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 变成白底 */
// .van-popup.van-toast{
// background: var(--van-toast-background) !important;
@@ -352,7 +362,7 @@
font-size: 0.38rem;
span {
- font-size: 13px;
+ font-size: 0.32rem;
color: rgb(221, 229, 227);
}
}
diff --git a/src/views/enforce/enterpriseBaseInfo.vue b/src/views/enforce/enterpriseBaseInfo.vue
index e3b4c1f..37040c8 100644
--- a/src/views/enforce/enterpriseBaseInfo.vue
+++ b/src/views/enforce/enterpriseBaseInfo.vue
@@ -422,7 +422,7 @@
height: 20%;
top: 10%;
left: 2%;
- font-size: 0.38rem;
+ font-size: 0.35rem;
span {
font-size: 0.32rem;
diff --git a/src/views/enforce/enterpriseWarningInfo.vue b/src/views/enforce/enterpriseWarningInfo.vue
index 0b85e46..95c7ac1 100644
--- a/src/views/enforce/enterpriseWarningInfo.vue
+++ b/src/views/enforce/enterpriseWarningInfo.vue
@@ -297,7 +297,7 @@
align-items: center;
margin: 1% 0;
padding-left: 3%;
- font-size: 0.38rem;
+ font-size: 0.35rem;
line-height: 1.5;
p {
@@ -323,7 +323,7 @@
}
.search-button-list{
- height: 3%;
+ height: 0.7rem;
display: flex;
flex-direction: row;
padding-left: 10px;
@@ -385,7 +385,7 @@
/deep/ .card_box_span p.warn-name {
margin: 0 0 2% 0;
width: calc(100% - 1rem);
- font-size: 0.42rem;
+ font-size: 0.40rem;
font-weight: bold;
}
diff --git a/src/views/enforce/historyCheck.vue b/src/views/enforce/historyCheck.vue
index 23d37d4..89d6ef1 100644
--- a/src/views/enforce/historyCheck.vue
+++ b/src/views/enforce/historyCheck.vue
@@ -374,7 +374,7 @@
align-items: center;
margin: 2% 0;
padding-left: 3%;
- font-size: 0.38rem;
+ font-size: 0.35rem;
line-height: 1.5;
p {
@@ -432,7 +432,7 @@
}
.search-button-list {
- height: 3%;
+ height: 0.7rem;
display: flex;
flex-direction: row;
padding-left: 10px;
@@ -450,12 +450,13 @@
.search-button.active {
background-color: #1367fe;
+ border-color: #1367fe;
color: #fff;
}
}
.search-button-date {
- height: 3%;
+ height: 0.65rem;
display: flex;
flex-direction: row;
padding-left: 10px;
@@ -473,11 +474,12 @@
}
.search-button {
- width: 15%;
- height: 80%;
position: absolute;
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 {
- font-size: 0.42rem;
+ font-size: 0.40rem;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
diff --git a/src/views/enforce/noScan.vue b/src/views/enforce/noScan.vue
index e4b8345..a1cc85b 100644
--- a/src/views/enforce/noScan.vue
+++ b/src/views/enforce/noScan.vue
@@ -192,13 +192,14 @@
}
.case-title {
- margin: 2% 0;
+ margin: 2% 0 1%;
padding-left: 0.65rem;
background: url(/src/assets/images/icon_jd.png) no-repeat left top 0.08rem;
background-size: auto 0.5rem;
- font-size: 0.5rem;
+ font-size: 0.40rem;
+ font-weight: bold;
color: #000;
- line-height: 1.25;
+ line-height: 1.5;
}
.case-area {
diff --git a/src/views/enforce/userFilter.vue b/src/views/enforce/userFilter.vue
index 822541c..3886c53 100644
--- a/src/views/enforce/userFilter.vue
+++ b/src/views/enforce/userFilter.vue
@@ -102,7 +102,7 @@ export default {
border-bottom: 1px solid #f3f4f5;
text-align: center;
font-size: 0.42rem;
- font-weight: 550;
+ font-weight: 600;
}
.close-button {
@@ -235,7 +235,7 @@ export default {
.case-title {
margin: 2% 0;
- font-size: 0.38rem;
+ font-size: 0.42rem;
color: #333;
line-height: 1.25;
}
diff --git a/src/views/enforce/zqyjjdmFilter.vue b/src/views/enforce/zqyjjdmFilter.vue
index 4fbf9c3..5462463 100644
--- a/src/views/enforce/zqyjjdmFilter.vue
+++ b/src/views/enforce/zqyjjdmFilter.vue
@@ -111,7 +111,7 @@ export default {
border-bottom: 1px solid #f3f4f5;
text-align: center;
font-size: 0.42rem;
- font-weight: 550;
+ font-weight: 600;
}
.close-button {
@@ -244,7 +244,7 @@ export default {
.case-title {
margin: 2% 0;
- font-size: 0.38rem;
+ font-size: 0.42rem;
color: #333;
line-height: 1.25;
}
diff --git a/src/views/enforceHome.vue b/src/views/enforceHome.vue
index d483eb5..645d051 100644
--- a/src/views/enforceHome.vue
+++ b/src/views/enforceHome.vue
@@ -300,11 +300,14 @@
background-color: #f4f4f4;
.warp_body {
- position: relative;
- margin: 0%;
- background: #c6e6ff url("../assets/images/bg_el.jpg") no-repeat top;
- background-size: auto 100%;
- overflow-x: hidden;
+ position: relative;
+ margin: 0;
+ width: 100%;
+ height: 100%;
+ background: #c6e6ff url("../assets/images/bg_el.jpg") no-repeat top;
+ background-size: auto 100%;
+ overflow-x: hidden;
+ overflow-y: auto;
.carousel_box {
height: 150px;
@@ -590,11 +593,18 @@
.notice-bar-container:last-child {
margin-bottom: 0;
}
- // .notification{
- // height: 100%;
- // font-size: 10px;
- // z-index: 9999;
- // width: 100%;
- // color: black;
- // }
+ /* .notification{
+ height: 100%;
+ font-size: 10px;
+ z-index: 9999;
+ width: 100%;
+ 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;
+ }
+ }
diff --git a/src/views/enterprise/caseFilter.vue b/src/views/enterprise/caseFilter.vue
index 4cbbc97..596edf0 100644
--- a/src/views/enterprise/caseFilter.vue
+++ b/src/views/enterprise/caseFilter.vue
@@ -311,7 +311,7 @@
border-bottom: 1px solid #f3f4f5;
text-align: center;
font-size: 0.42rem;
- font-weight: 550;
+ font-weight: 600;
}
.close-button {
@@ -436,7 +436,7 @@
margin: 3% 2%;
padding: 2% 0;
width: 96%;
- font-size: 0.3rem;
+ font-size: 0.35rem;
border-bottom: 1px solid #f4f4f4;
color: #999;
line-height: 2;
@@ -444,7 +444,7 @@
.case-title {
margin: 2% 0;
- font-size: 0.38rem;
+ font-size: 0.42rem;
color: #333;
line-height: 1.25;
}
diff --git a/src/views/enterprise/companyFilter.vue b/src/views/enterprise/companyFilter.vue
index ddca188..1fbcbea 100644
--- a/src/views/enterprise/companyFilter.vue
+++ b/src/views/enterprise/companyFilter.vue
@@ -108,7 +108,7 @@ export default {
border-bottom: 1px solid #f3f4f5;
text-align: center;
font-size: 0.42rem;
- font-weight: 550;
+ font-weight: 600;
}
.close-button {
@@ -233,7 +233,7 @@ export default {
margin: 3% 2%;
padding: 2% 0;
width: 96%;
- font-size: 0.3rem;
+ font-size: 0.35rem;
border-bottom: 1px solid #f4f4f4;
color: #999;
line-height: 2;
diff --git a/src/views/enterprise/complaint.vue b/src/views/enterprise/complaint.vue
index df610c4..504f3de 100644
--- a/src/views/enterprise/complaint.vue
+++ b/src/views/enterprise/complaint.vue
@@ -442,7 +442,7 @@
border-bottom: 1px solid #f3f4f5;
text-align: center;
font-size: 0.42rem;
- font-weight: 550;
+ font-weight: 600;
}
.close-button {
@@ -567,7 +567,7 @@
margin: 3% 2%;
padding: 2% 0;
width: 96%;
- font-size: 0.3rem;
+ font-size: 0.35rem;
border-bottom: 1px solid #f4f4f4;
color: #999;
line-height: 2;
@@ -575,7 +575,7 @@
.case-title {
margin: 2% 0;
- font-size: 0.38rem;
+ font-size: 0.42rem;
color: #333;
line-height: 1.25;
}
diff --git a/src/views/enterprise/complaintList.vue b/src/views/enterprise/complaintList.vue
index d0533be..ce39d27 100644
--- a/src/views/enterprise/complaintList.vue
+++ b/src/views/enterprise/complaintList.vue
@@ -367,7 +367,7 @@ const searchComplaint = (val) =>{
align-items: center;
margin: 2% 0;
padding-left: 3%;
- font-size: 0.38rem;
+ font-size: 0.35rem;
line-height: 1.5;
p {
@@ -393,7 +393,7 @@ const searchComplaint = (val) =>{
}
.search-button-list{
- height: 3%;
+ height: 0.7rem;
display: flex;
flex-direction: row;
padding-left: 10px;
@@ -444,7 +444,7 @@ const searchComplaint = (val) =>{
}
/deep/ .card_box_span:nth-child(2) p {
- font-size: 0.42rem;
+ font-size: 0.40rem;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
diff --git a/src/views/enterprise/complaintNoScan.vue b/src/views/enterprise/complaintNoScan.vue
index 8a9273b..ba2b5cc 100644
--- a/src/views/enterprise/complaintNoScan.vue
+++ b/src/views/enterprise/complaintNoScan.vue
@@ -383,7 +383,7 @@ export default {
border-bottom: 1px solid #f3f4f5;
text-align: center;
font-size: 0.42rem;
- font-weight: 550;
+ font-weight: 600;
}
.close-button {
@@ -508,7 +508,7 @@ export default {
margin: 3% 2%;
padding: 2% 0;
width: 96%;
- font-size: 0.3rem;
+ font-size: 0.35rem;
border-bottom: 1px solid #f4f4f4;
color: #999;
line-height: 2;
@@ -516,7 +516,7 @@ export default {
.case-title {
margin: 2% 0;
- font-size: 0.38rem;
+ font-size: 0.42rem;
color: #333;
line-height: 1.25;
}
diff --git a/src/views/enterprise/enterpriseInspectionDetail.vue b/src/views/enterprise/enterpriseInspectionDetail.vue
index 96fb646..43902c3 100644
--- a/src/views/enterprise/enterpriseInspectionDetail.vue
+++ b/src/views/enterprise/enterpriseInspectionDetail.vue
@@ -73,8 +73,8 @@
rows="2"
autosize
type="textarea"
- maxlength="50"
- placeholder="请输入备注"
+ maxlength=""
+ placeholder=""
show-word-limit
readonly
/>
@@ -227,14 +227,13 @@ onMounted(() =>{
font-size: var(--van-toast-icon-size) !important;
}
.warp_body {
- margin: 0 3%;
- padding-bottom: 3rem;
- width: 94%;
- height: 100%;
- //border-radius: 0.25rem;
- background-image: linear-gradient(to bottom, #ebf3fb, #fff);
- overflow-y: auto;
- margin-top: 1%;
+ margin: 0;
+ padding-bottom: 3rem;
+ width: 100%;
+ height: 100%;
+ /*background-image: linear-gradient(to bottom, #ebf3fb, #fff);*/
+ overflow-y: auto;
+ margin-top: 1%;
}
diff --git a/src/views/enterprise/enterpriseInspectionList.vue b/src/views/enterprise/enterpriseInspectionList.vue
index 03cdcc1..1f736fd 100644
--- a/src/views/enterprise/enterpriseInspectionList.vue
+++ b/src/views/enterprise/enterpriseInspectionList.vue
@@ -378,7 +378,7 @@
align-items: center;
margin: 2% 0;
padding-left: 3%;
- font-size: 0.38rem;
+ font-size: 0.35rem;
line-height: 1.5;
p {
@@ -406,7 +406,7 @@
}
.search-button-list {
- height: 3%;
+ height: 0.65rem;
display: flex;
flex-direction: row;
padding-left: 10px;
@@ -424,12 +424,13 @@
.search-button.active {
background-color: #1367fe;
+ border-color: #1367fe;
color: #fff;
}
}
.search-button-date {
- height: 3%;
+ height: 0.65rem;
display: flex;
flex-direction: row;
padding-left: 10px;
@@ -447,11 +448,12 @@
}
.search-button {
- width: 15%;
- height: 80%;
position: absolute;
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 {
- font-size: 0.42rem;
+ font-size: 0.40rem;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
diff --git a/src/views/enterprise/qrCode.vue b/src/views/enterprise/qrCode.vue
index 8174ec5..24198a4 100644
--- a/src/views/enterprise/qrCode.vue
+++ b/src/views/enterprise/qrCode.vue
@@ -12,6 +12,7 @@
-->
+
{{ data.enterpriseName }}
@@ -19,7 +20,7 @@
@@ -30,6 +31,7 @@
+
@@ -226,35 +228,53 @@ const toHisrotyView = () =>{
overflow: hidden;
background-color: #f4f4f4;
}
-.warp_body{
- .qr_code{
+.warp_body {
+ margin: 0;
+ .white-body {
+ display: flex;
+ margin: 0;
+ width: 100%;
+ height: 100%;
+ background-color: #fff;
+ align-items: center;
+ }
+ .qr_code {
width: 100%;
height: 60%;
background-color:white;
position: relative;
margin-top: 1%;
- .qr_code_img{
+ .qr_code_img {
+ position: relative;
+ top: 2%;
+ left: 10%;
width: 80%;
height: 70%;
- top: 8%;
- left: 10%;
- position: absolute;
}
- .qr_code_text{
+ .qr_code_text {
display: block;
- font-size: 12px;
- position: absolute;
- bottom: 4%;
- left: 20%;
+ position: relative;
+ top: 3%;
+ width: 100%;
+ color: #999;
+ font-size: 0.3rem;
+ text-align: center;
+ line-height: 3;
}
- .qr_name{
- position: absolute;
+ .qr_name {
+ position: relative;
width: 100%;
height: 10%;
top: 3%;
text-align: center;
- font-size: 16px;
+ font-size: 0.42rem;
}
}
}
+
+/deep/ .van-image__img {
+ display: block;
+ width: 100%;
+ height: auto;
+}
diff --git a/src/views/enterprise/qrCodeHistory.vue b/src/views/enterprise/qrCodeHistory.vue
index 12577f8..030159e 100644
--- a/src/views/enterprise/qrCodeHistory.vue
+++ b/src/views/enterprise/qrCodeHistory.vue
@@ -340,7 +340,7 @@ const cancelSelectDate = () =>{
align-items: center;
margin: 2% 0;
padding-left: 3%;
- font-size: 0.38rem;
+ font-size: 0.35rem;
line-height: 1.5;
p {
@@ -366,7 +366,7 @@ const cancelSelectDate = () =>{
}
.search-button-list{
- height: 3%;
+ height: 0.7rem;
display: flex;
flex-direction: row;
padding-left: 10px;
diff --git a/src/views/enterprise/registrationDetail.vue b/src/views/enterprise/registrationDetail.vue
index 0a87d7f..36312b5 100644
--- a/src/views/enterprise/registrationDetail.vue
+++ b/src/views/enterprise/registrationDetail.vue
@@ -82,8 +82,8 @@
rows="2"
autosize
type="textarea"
- maxlength="50"
- placeholder="请输入备注"
+ maxlength=""
+ placeholder=""
show-word-limit
readonly
/>
diff --git a/src/views/enterprise/registrationList.vue b/src/views/enterprise/registrationList.vue
index a2a77f0..74649a4 100644
--- a/src/views/enterprise/registrationList.vue
+++ b/src/views/enterprise/registrationList.vue
@@ -403,7 +403,7 @@
align-items: center;
margin: 2% 0;
padding-left: 3%;
- font-size: 0.38rem;
+ font-size: 0.35rem;
line-height: 1.5;
p {
@@ -430,7 +430,7 @@
}
.search-button-list {
- height: 3%;
+ height: 0.7rem;
display: flex;
flex-direction: row;
padding-left: 10px;
@@ -448,12 +448,13 @@
.search-button.active {
background-color:#1367fe;
+ border-color: #1367fe;
color: #fff;
}
}
.search-button-date {
- height: 3%;
+ height: 0.65rem;
display: flex;
flex-direction: row;
padding-left: 10px;
@@ -471,11 +472,12 @@
}
.search-button {
- width: 15%;
- height: 80%;
position: absolute;
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 {
- font-size: 0.42rem;
+ font-size: 0.40rem;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
diff --git a/src/views/enterprise/registrationSelectList.vue b/src/views/enterprise/registrationSelectList.vue
index 4b3cf17..4093c33 100644
--- a/src/views/enterprise/registrationSelectList.vue
+++ b/src/views/enterprise/registrationSelectList.vue
@@ -337,7 +337,7 @@ const oneCheckbox = (item) => {
align-items: center;
margin: 2% 0;
padding-left: 3%;
- font-size: 0.38rem;
+ font-size: 0.35rem;
line-height: 1.5;
p {
@@ -363,7 +363,7 @@ const oneCheckbox = (item) => {
}
.search-button-list {
- height: 3%;
+ height: 0.7rem;
display: flex;
flex-direction: row;
padding-left: 10px;