|
|
@ -7,45 +7,59 @@ |
|
|
|
*, |
|
|
|
*::before, |
|
|
|
*::after { |
|
|
|
box-sizing: border-box; |
|
|
|
box-sizing: border-box; |
|
|
|
} |
|
|
|
|
|
|
|
html, |
|
|
|
body { |
|
|
|
margin: 0; |
|
|
|
height: 100%; |
|
|
|
width: 100%; |
|
|
|
overflow: hidden; |
|
|
|
#App{ |
|
|
|
height: 100%; |
|
|
|
} |
|
|
|
.semi-timepicker-panel{//时间选择器不显示滚动栏 |
|
|
|
::-webkit-scrollbar { |
|
|
|
display: none; /* Chrome Safari */ |
|
|
|
|
|
|
|
} |
|
|
|
scrollbar-width: none; /* firefox */ |
|
|
|
-ms-overflow-style: none; /* IE 10+ */ |
|
|
|
overflow-x: hidden; |
|
|
|
overflow-y: auto; |
|
|
|
} |
|
|
|
a:link { |
|
|
|
text-decoration: none; |
|
|
|
color: unset |
|
|
|
} |
|
|
|
|
|
|
|
a:visited { |
|
|
|
text-decoration: none; |
|
|
|
color: unset |
|
|
|
} |
|
|
|
|
|
|
|
a:hover { |
|
|
|
text-decoration: none; |
|
|
|
color: unset |
|
|
|
} |
|
|
|
|
|
|
|
a:active { |
|
|
|
text-decoration: none; |
|
|
|
color: unset |
|
|
|
} |
|
|
|
margin: 0; |
|
|
|
height: 100%; |
|
|
|
width: 100%; |
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
#App { |
|
|
|
height: 100%; |
|
|
|
} |
|
|
|
|
|
|
|
.semi-timepicker-panel { |
|
|
|
|
|
|
|
//时间选择器不显示滚动栏 |
|
|
|
::-webkit-scrollbar { |
|
|
|
display: none; |
|
|
|
/* Chrome Safari */ |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
scrollbar-width: none; |
|
|
|
/* firefox */ |
|
|
|
-ms-overflow-style: none; |
|
|
|
/* IE 10+ */ |
|
|
|
overflow-x: hidden; |
|
|
|
overflow-y: auto; |
|
|
|
} |
|
|
|
|
|
|
|
a:link { |
|
|
|
text-decoration: none; |
|
|
|
color: unset |
|
|
|
} |
|
|
|
|
|
|
|
a:visited { |
|
|
|
text-decoration: none; |
|
|
|
color: unset |
|
|
|
} |
|
|
|
|
|
|
|
a:hover { |
|
|
|
text-decoration: none; |
|
|
|
color: unset |
|
|
|
} |
|
|
|
|
|
|
|
a:active { |
|
|
|
text-decoration: none; |
|
|
|
color: unset |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
// SEMI 全局样式 |
|
|
|
.semi-portal-inner { |
|
|
|
min-width: 300px!important |
|
|
|
} |