@@ -109,6 +109,7 @@ page{
color: #fff;
height: 280rpx;
background: url(../static/img/center-bg.png) no-repeat;
+ background-size: 100% 100%;
position: relative;
padding: 50rpx 30rpx;
box-sizing: border-box;
@@ -124,4 +124,9 @@ export default {
transform: scale(1.5) translateY(-0.5em);
}
+@media (min-aspect-ratio: 13/20) {
+ .tabbar {
+ display: none;
+ }
+}
</style>
@@ -170,8 +170,9 @@
.tip{
- position: fixed;
- bottom: 108rpx;
+ margin-top: 100rpx;
+ // position: fixed;
+ // bottom: 108rpx;
width: calc( 100vw - 90rpx );
text-align: center;