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

Loading…
Cancel
Save