yunshangxie/unpackage/dist/dev/mp-weixin/pages/index/index.wxss

21 lines
710 B
Plaintext
Raw Normal View History

2024-04-24 17:34:38 +08:00
@charset "UTF-8";
/**
* 下方引入的为Tuniao UI的集成样式文件为scss预处理器其中包含了一些"tn-"开头的自定义变量
* 使用的时候请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
* Tuniao UI自定义的css类名和scss变量均以"tn-"开头,不会造成冲突,请放心使用
*/
.index.data-v-57280228 {
width: 100%;
height: 100vh;
position: relative;
}
.index .custom-tabbar-page.data-v-57280228 {
width: 100%;
height: calc(100vh - 110rpx);
box-sizing: border-box;
padding-bottom: 0rpx;
padding-bottom: calc(0rpx + constant(safe-area-inset-bottom));
padding-bottom: calc(0rpx + env(safe-area-inset-bottom));
}