Merge branch 'master' of ssh://git.czcyedu.com:222/huoran/FE_bankTeaching into master

20240205
luoJunYong.123 3 years ago
commit 8ba684fc1b
  1. 2
      src/components/case/index.vue
  2. 16
      src/pages/counter/list/index.vue
  3. 8
      src/pages/index/list/index.vue
  4. 1
      src/store/modules/system.js

@ -1074,7 +1074,7 @@ $togetherFontSize: 16px;
z-index: 1001;
}
img{
height: 150px;
height: 175px;
cursor: pointer;
}
}

@ -2745,13 +2745,13 @@ export default {
.goods {
position: fixed;
bottom: 0;
bottom: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 65px;
height: 165px;
width: 50px;
height: 150px;
cursor: pointer;
z-index: 998;
background: url(../../../assets/img/sth-bg.png) 0 0/100% 100% no-repeat;
@ -2759,11 +2759,11 @@ export default {
width: 30px;
margin-bottom: 10px;
color: #fff;
font-size: 24px;
font-size: 20px;
text-align: center;
}
.icon {
width: 30px;
width: 28px;
transition: all 0.5s;
}
&:hover {
@ -3255,13 +3255,13 @@ position: absolute;
.guide{
top: 80px;
left: 10px;
width: 150px;
width: 120px;
cursor: pointer;
background:url(../../../assets/img/lobby-btn-bg.png);
background-repeat: no-repeat;
background-size: 100% 100%;
line-height: 50px;
font-size: 24px;
line-height: 45px;
font-size: 20px;
text-align: center;
color: #fff;

@ -115,8 +115,8 @@ export default {
height: 100%;
}
.integrated-counter{
top: 0;
left: 20%;
top: -5%;
left: 24%;
width: 43%;
img{
transition: all .5s;
@ -143,8 +143,8 @@ export default {
width: 28%;
}
.manager{
top: 48%;
left: 52%;
top: 47%;
left: 59%;
width: 39%;
transition: all .5s;
&:hover{

@ -1015,7 +1015,6 @@ export default {
currencySelectList: [],
goldLogoSelectList: [],
accountQualitySelectList: [],
accountQualitySelectList: [],
voucherTypeSelectList: [],
accountTypeSelectList: [],
chargeWayList: [],

Loading…
Cancel
Save