diff --git a/src/components/case/index.vue b/src/components/case/index.vue index 48bba23..27f4cdb 100644 --- a/src/components/case/index.vue +++ b/src/components/case/index.vue @@ -1074,7 +1074,7 @@ $togetherFontSize: 16px; z-index: 1001; } img{ - height: 150px; + height: 175px; cursor: pointer; } } diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue index a1c5aca..7260d3b 100644 --- a/src/pages/counter/list/index.vue +++ b/src/pages/counter/list/index.vue @@ -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; diff --git a/src/pages/index/list/index.vue b/src/pages/index/list/index.vue index f1db0ad..6366cdc 100644 --- a/src/pages/index/list/index.vue +++ b/src/pages/index/list/index.vue @@ -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{ diff --git a/src/store/modules/system.js b/src/store/modules/system.js index 14a845c..b4dcdc2 100644 --- a/src/store/modules/system.js +++ b/src/store/modules/system.js @@ -1015,7 +1015,6 @@ export default { currencySelectList: [], goldLogoSelectList: [], accountQualitySelectList: [], - accountQualitySelectList: [], voucherTypeSelectList: [], accountTypeSelectList: [], chargeWayList: [],