123456789101112131415161718192021 |
- view,image,text,rich-text,progress,button,input,form,label,textarea{
- box-sizing: border-box;
- margin: 0;
- padding: 0;
- }
- page,
- uni-page-body{
- height: 100%;
- background: $main-bg-color;
- }
- .hidden{
- display: flex;
- visibility: hidden;
- }
- .ellipsis-hide {
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- }
|