mobile style

This commit is contained in:
cookfront
2017-03-17 15:39:20 +08:00
parent 9ccce7cd5c
commit 6b57cd1866
12 changed files with 201 additions and 133 deletions

View File

@@ -33,13 +33,15 @@ export default {
<style>
.mobile-popup {
width: 380px;
height: 500px;
border: 5px solid #e5e5e5;
width: 375px;
height: 650px;
background: url(https://b.yzcdn.cn/v2/image/wap/zanui-mobile-container.png) no-repeat;
}
.mobile-popup-iframe {
width: 100%;
height: 500px;
position: relative;
top: 64px;
height: 586px;
}
</style>