个人中心相关页面开发

This commit is contained in:
唐明明
2021-07-27 17:35:15 +08:00
parent 5141d28fff
commit 37aa773873
7 changed files with 351 additions and 1035 deletions

View File

@@ -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);
}