123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- view, scroll-view, text, {
- box-sizing: border-box !important;
- }
- image, img{
- display: block;
- border: 0;
- }
- .white-box{
- background-color: #fff;
- border-radius: 16rpx;
- padding: 20rpx;
- }
- // 底部安全区域
- .safe-area-inset-bottom{
- padding-bottom: constant(safe-area-inset-bottom) !important;
- padding-bottom: env(safe-area-inset-bottom) !important;
- }
- .safe-area-issue {
- margin-bottom: constant(safe-area-inset-bottom) !important;
- margin-bottom: env(safe-area-inset-bottom) !important;
- }
- // 暂无数据
- .no-data{
- text-align: center;
- font-size: 28rpx;
- color: #707476;
- height: 200rpx;
- line-height: 200rpx;
- }
- uni-page-body{
- height: 100%;
- }
- uni-toast{
- z-index: 99999;
- }
- .text-og{
- color: #FF6234;
- }
|