个人中心相关页面开发
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
// 文字颜色
|
||||
$text-color: #333;
|
||||
$text-gray: #555;
|
||||
$text-gray-m: #999;
|
||||
$text-price: #c82626;
|
||||
|
||||
// 边框颜色
|
||||
@@ -47,6 +48,5 @@ $padding: 30rpx;
|
||||
}
|
||||
|
||||
.ios-top{
|
||||
padding-top: env(safe-area-inset-top);
|
||||
padding-top: constant(safe-area-inset-top);
|
||||
padding-top: var(--status-bar-height);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user