Tencent / weui-wxss

A UI library by WeChat official design team, includes the most useful widgets/modules.
Other
15.1k stars 5.27k forks source link

[css] Do not use duplicate style definitions #139

Open qingtiandalaoye opened 4 years ago

qingtiandalaoye commented 4 years ago

in file "app.wxss":

.page__ft{ text-align: center; padding:0 0 10px; padding:0 0 calc(10px + constant(safe-area-inset-bottom)); padding:0 0 calc(10px + env(safe-area-inset-bottom)); }

BearJ commented 4 years ago

@qingtiandalaoye 这里是针对iphone刘海屏的安全距离的写法