feat:样式修改

This commit is contained in:
2026-07-23 14:00:03 +08:00
committed by charles
parent 3d1bd2a9e1
commit 15dd3d7b5b
-5
View File
@@ -148,11 +148,6 @@ export default {
flex-direction: column;
align-items: center;
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{
width:100%;
min-height:150rpx;