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; z-index: 1001;
} }
img{ img{
height: 150px; height: 175px;
cursor: pointer; cursor: pointer;
} }
} }

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

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

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

Loading…
Cancel
Save