Browse Source

背景图位置调整

master
453530270@qq.com 3 years ago
parent
commit
ad9aa450f1
  1. 15
      src/views/WhView.vue

15
src/views/WhView.vue

@ -70,8 +70,8 @@
margin-top: 1.6rem; margin-top: 1.6rem;
background-image: url("../assets/wh_00.png"); background-image: url("../assets/wh_00.png");
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100%; background-size: 100% 100%;
background-position: 0 0; background-position: -1.8rem 0;
height: 12rem; height: 12rem;
} }
@ -79,7 +79,7 @@
height: 3rem; height: 3rem;
line-height: 3rem; line-height: 3rem;
text-align: right; text-align: right;
padding-right: 6.06rem; padding-right: 6.8rem;
font-size: 2.02rem; font-size: 2.02rem;
padding-top: 4.8rem; padding-top: 4.8rem;
} }
@ -570,11 +570,6 @@ export default {
formatter: function (value) { formatter: function (value) {
return '{title|' + value + '}' return '{title|' + value + '}'
}, },
rich: {
title: {
width: 165
}
}
}, },
}, { }, {
triggerEvent: true, triggerEvent: true,
@ -596,8 +591,8 @@ export default {
color: '#fff', color: '#fff',
align: 'right', align: 'right',
verticalAlign: 'bottom', verticalAlign: 'bottom',
lineHeight: 30, lineHeight: 42,
fontSize: 16, fontSize: 14,
formatter: function (value, index) { formatter: function (value, index) {
return data[index].value + ' 册 ' return data[index].value + ' 册 '
}, },

Loading…
Cancel
Save