feat:样式修改
This commit is contained in:
@@ -148,11 +148,6 @@ export default {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
/* 兼容 iOS 11~12.1 */
|
|
||||||
padding-top:calc(80rpx + constant(safe-area-inset-top));
|
|
||||||
/* 主流写法,iOS 11+、Android 9+ 均支持 */
|
|
||||||
padding-top:calc(env(safe-area-inset-top) + 80rpx) ;
|
|
||||||
background-color: #fff;
|
|
||||||
.top-view{
|
.top-view{
|
||||||
width:100%;
|
width:100%;
|
||||||
min-height:150rpx;
|
min-height:150rpx;
|
||||||
|
|||||||
Reference in New Issue
Block a user