Authored by hongyong.zhao

Merge branch 'feature/alipayfix' into 'master'

图片修改



See merge request !22
... ... @@ -154,7 +154,7 @@ export default {
width: 750px;
height: 313px;
/*margin-top: 45px;*/
background-image: url("//cdn.yoho.cn/20190711/top_logo.png?imageView2/2/format/jpg");
background-image: url("//cdn.yoho.cn/20190723/top_logo.png?imageView2/2/format/jpg");
background-size: cover;
}
... ... @@ -162,18 +162,18 @@ export default {
.desc {
display: inline-block;
width: 750px;
height: 1163px;
height: 1265px;
margin-top: 30px;
background-image: url("//cdn.yoho.cn/20190719/descr.png?imageView2/2/format/jpg");
background-image: url("//cdn.yoho.cn/20190723/descrip.png?imageView2/2/format/jpg");
background-size: cover;
}
.tip {
display: inline-block;
width: 750px;
height: 215px;
height: 374px;
margin-top: 20px;
background-image: url("~statics/image/alipay/tip.png");
background-image: url("//cdn.yoho.cn/20190723/tips.png?imageView2/2/format/jpg");
background-size: cover;
}
... ...