diff --git a/src/components/selectBusiness/index.vue b/src/components/selectBusiness/index.vue
index 1111ddf..70fd111 100644
--- a/src/components/selectBusiness/index.vue
+++ b/src/components/selectBusiness/index.vue
@@ -352,8 +352,8 @@ export default {
align-items: center;
.img-wrap{
background: url('../../assets/img/data-frame.png') 0 0 / cover no-repeat;
- width: 200px;
- height: 200px;
+ width: 180px;
+ height: 180px;
display: flex;
justify-content: center;
margin: 5px 10px;
@@ -362,7 +362,7 @@ export default {
.file {
position: relative;
max-width: 180px;
- max-height: 140px;
+ max-height: 130px;
text-align: center;
margin: 10px 10px ;
img {
@@ -413,12 +413,16 @@ export default {
flex-wrap: wrap;
.file {
position: relative;
- width: 164px;
- height: 164px;
+ width: 140px;
+ height: 140px;
text-align: center;
background: url('../../assets/img/data-frame.png') 0 0 / cover no-repeat;
cursor: pointer;
margin: 5px 7px;
+ img{
+ width: 130px;
+ max-height: 90px;
+ }
&:last-child {
margin-right: 0;
}
diff --git a/src/layouts/home/index.vue b/src/layouts/home/index.vue
index d1b6a9f..b784b0d 100644
--- a/src/layouts/home/index.vue
+++ b/src/layouts/home/index.vue
@@ -57,6 +57,6 @@ export default {
\ No newline at end of file
diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue
index 0a4948e..3e8ea50 100644
--- a/src/pages/counter/list/index.vue
+++ b/src/pages/counter/list/index.vue
@@ -10,60 +10,60 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -77,21 +77,21 @@
-
+
资料
-
+
-
+
@@ -161,7 +161,6 @@
-
-
{{item.name}}
-
{{item.name}}
-
{{item.name}}
-
@@ -199,9 +194,6 @@
{{item.name }}
-
-
-
@@ -2430,23 +2422,20 @@ export default {
.counter {
top: 23vh;
left: 15vw;
- width: 75vw;
+ width: 68vw;
position: absolute;
}
.glass {
// 玻璃窗
- top: 4vh;
- left: 46vw;
- width: 40vw;
+ top: 5vh;
+ left: 45vw;
+ width: 35vw;
position: absolute;
}
.employee {
// 柜员
- // top: 57%;
- // left: 42%;
- // width: 23%;
- top: 44vh;
- left: 43vw;
+ top: 43vh;
+ left: 39vw;
width: 18vw;
position: absolute;
}
@@ -2454,8 +2443,8 @@ export default {
.employeeText {
// 资料文字
position: absolute;
- top: 56vh;
- left: 56vw;
+ top: 57vh;
+ left: 52vw;
color: #000;
transform: rotateZ(38deg) scale3d(1, 1, 1) skew(-19deg, -9deg);
font-size: 18px;
@@ -2465,68 +2454,68 @@ export default {
}
.man {
// 人
- top: 16vh;
- left: 70vw;
- width: 18vw;
+ top: 14vh;
+ left: 66vw;
+ width: 16vw;
}
.money-box {
// 钱箱
- top: 49vh;
+ top: 48vh;
left: 19vw;
width: 8vw;
}
.important {
// 重空箱
- top: 47vh;
+ top: 46vh;
left: 24vw;
width: 8vw;
}
.voucher-box {
// 普通箱
- top: 35vh;
+ top: 32vh;
left: 29vw;
width: 8vw;
}
.summons {
// 传票栏
- top: 37vh;
+ top: 36vh;
left: 34vw;
- width: 8vw;
+ width: 7vw;
}
.computer {
- top: 24vh;
- left: 42vw;
+ top: 22vh;
+ left: 40vw;
width: 10vw;
}
.card-machine {
top: 45vh;
- left: 54vw;
+ left: 50vw;
width: 5vw;
}
.idCard-scanner {
top: 50vh;
- left: 57vw;
+ left: 53vw;
width: 4vw;
}
.seal-box {
top: 52vh;
- left: 61vw;
+ left: 56vw;
width: 4vw;
}
.currency-detector {
top: 51vh;
- left: 65vw;
+ left: 60vw;
width: 8vw;
}
.printer {
top: 58vh;
- left: 72vw;
+ left: 66vw;
width: 8vw;
}
.cipher-machine {
top: 39vh;
- left: 61vw;
- width: 6vw;
+ left: 57vw;
+ width: 5vw;
}
}
@media screen and (min-width: 1551px) and (max-width: 1919px) {
@@ -2899,8 +2888,8 @@ export default {
align-items: center;
.img-wrap{
background: url(../../../assets/img/data-frame.png) 0 0 / cover no-repeat;
- width: 200px;
- height: 200px;
+ width: 180px;
+ height: 180px;
display: flex;
justify-content: center;
margin: 5px 10px;
@@ -2909,7 +2898,7 @@ export default {
.file {
position: relative;
max-width: 180px;
- max-height: 140px;
+ max-height: 130px;
text-align: center;
margin: 10px 10px ;
img {
@@ -2960,8 +2949,8 @@ export default {
flex-wrap: wrap;
.file {
position: relative;
- width: 164px;
- height: 164px;
+ width: 140px;
+ height: 140px;
text-align: center;
background: url(../../../assets/img/data-frame.png) 0 0 / cover no-repeat;
cursor: pointer;
@@ -2973,8 +2962,8 @@ export default {
margin-top: 0;
}
img {
- width: 130px;
- max-height: 108px;
+ width: 90px;
+ max-height: 90px;
margin: 10px auto 0;
z-index: 9;
}
@@ -3028,7 +3017,7 @@ export default {
}
}
.dia-footer {
- margin-top: 140px;
+ margin-top: 100px;
text-align: center;
button {
width: 300px;
@@ -3062,7 +3051,7 @@ export default {
.data-dia {
top: 7%;
left: 50%;
- min-height: 75vh;
+ min-height: 65vh;
.seal{
margin-top: -5vh;
.left{
@@ -3093,10 +3082,10 @@ export default {
}
}
.dia-footer {
- position: absolute;
- bottom: 1vh;
- left: 50%;
- transform: translateX(-50%);
+ //position: absolute;
+ //bottom: 1vh;
+ //left: 50%;
+ //transform: translateX(-50%);
}
}
}
@@ -3120,28 +3109,33 @@ export default {
}
/deep/ .view .el-dialog__body {
padding: 0 !important;
+ background: #f5f6f8;
+ width: 100%;
+ height: 100%;
+ overflow: hidden;
+
}
.sth{
- position: absolute;
- &.cp{
- cursor: pointer;
- }
+position: absolute;
+&.cp{
+ cursor: pointer;
+}
}
.guide{
- top: 80px;
- left: 10px;
- width: 150px;
- cursor: pointer;
- background:url(../../../assets/img/lobby-btn-bg.png);
- background-repeat: no-repeat;
- background-size: 100% 100%;
- line-height: 50px;
- font-size: 24px;
- text-align: center;
- color: #fff;
-
- &:hover{
- opacity: .9;
- }
+top: 80px;
+left: 10px;
+width: 150px;
+cursor: pointer;
+background:url(../../../assets/img/lobby-btn-bg.png);
+background-repeat: no-repeat;
+background-size: 100% 100%;
+line-height: 50px;
+font-size: 24px;
+text-align: center;
+color: #fff;
+
+&:hover{
+ opacity: .9;
+}
}
\ No newline at end of file
diff --git a/src/pages/index/list/index.vue b/src/pages/index/list/index.vue
index 42472e6..f1db0ad 100644
--- a/src/pages/index/list/index.vue
+++ b/src/pages/index/list/index.vue
@@ -128,12 +128,12 @@ export default {
position: absolute;
top: 43%;
left: -23%;
- width: 280px;
- height: 100px;
- line-height: 94px;
+ width: 220px;
+ height: 85px;
+ line-height: 75px;
text-align: center;
color: #fff;
- font-size: 28px;
+ font-size: 24px;
background: url(../../../assets/img/index-btn-bg.png) 0 0/cover no-repeat;
}
}
@@ -152,30 +152,30 @@ export default {
}
}
.credit-dep{
- top: 38%;
+ top: 35%;
left: 0;
- width: 21%;
+ width: 20%;
}
.company-finance{
- top: 62%;
- left: 10%;
- width: 30%;
+ top: 55%;
+ left: 9%;
+ width: 28%;
}
.personal-finance{
- top: 78%;
- left: 31%;
+ top: 72%;
+ left: 25%;
width: 30%;
}
.case{
position: absolute;
top: 80px;
left: 40px;
- width: 250px;
- height: 106px;
- line-height: 106px;
+ width: 200px;
+ height: 85px;
+ line-height: 85px;
text-align: center;
color: #fff;
- font-size: 26px;
+ font-size: 24px;
background: url(../../../assets/img/case.png) 0 0 /cover no-repeat;
cursor: pointer;
}
diff --git a/src/pages/lobbyManager/list/index.vue b/src/pages/lobbyManager/list/index.vue
index 47f0dad..ce206bc 100644
--- a/src/pages/lobbyManager/list/index.vue
+++ b/src/pages/lobbyManager/list/index.vue
@@ -42,13 +42,13 @@
-
+
-
+
取号成功
@@ -85,8 +85,8 @@
特殊业务申请书
-
- 开立单位银行结算账户申请书
+
+ 开立单位银行结算账户申请书
@@ -105,7 +105,7 @@
现金支票
-
+
转账支票
@@ -121,7 +121,7 @@
现金缴款单
-
+
境外汇款申请书
@@ -146,10 +146,10 @@
身份证
-
+
@@ -172,7 +172,7 @@
身份证
-
+
li {
- width: 22%;
+ width: 140px;
+ height: 140px;
margin: 10px 0;
// 这里和common.js混了!
box-sizing: border-box;
@@ -460,14 +446,18 @@ export default {
// //max-width: 90%;
// }
&>.el-image {
- // width: 90%;
- max-height: 75%;
+ width: 100%;
+ max-height: 80px;
overflow: hidden;
img {
- transform: translateY(-35%);
+ //transform: translateY(-35%);
// width: 100%;
}
}
+ p{
+ font-size: 14px;
+ line-height: 40px;
+ }
}
}
}
diff --git a/src/styles/common.scss b/src/styles/common.scss
index 474feb2..9527920 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -234,7 +234,7 @@
color: #000;
}
.list{
- width: 956px;
+ width: 100%;
margin: 0 auto;
display: flex;
align-items: center;
@@ -248,7 +248,7 @@
background: url(../assets/img/data-frame.png) 0 0/cover no-repeat;
cursor: pointer;
img{
- margin-top: 45px;
+ margin-top: 10px;
}
p{
position: absolute;
@@ -272,10 +272,10 @@
margin-top: 50px;
text-align: center;
button{
- width: 300px;
- line-height: 60px;
+ width: 250px;
+ line-height: 50px;
color: #fff;
- font-size: 24px;
+ font-size: 18px;
background-color: rgb(81,147,255);
border: 0;
border-radius: 20px;