* {
|
margin: 0;
|
padding: 0;
|
}
|
|
.universal-container .universal-box>div {
|
padding: 15px;
|
position: absolute;
|
top: 0;
|
left: 0;
|
right: 0;
|
/* width: 100%; */
|
height: 100%;
|
scrollbar-width: thin;
|
box-sizing: border-box;
|
overflow-y: auto !important;
|
}
|
|
|
::-webkit-scrollbar {
|
width: 0.4em;
|
}
|
|
/* æ¨ªå‘æ»šåŠ¨æ¡æ ·å¼ */
|
::-webkit-scrollbar:horizontal {
|
|
height: 0.5em;
|
|
}
|
|
/* Track */
|
::-webkit-scrollbar-track {
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
-webkit-border-radius: 10px;
|
border-radius: 10px;
|
}
|
|
/* Handle */
|
::-webkit-scrollbar-thumb {
|
-webkit-border-radius: 10px;
|
border-radius: 10px;
|
/* background: rgba(255, 0, 0, 0.8); */
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
|
}
|
|
::-webkit-scrollbar-thumb:window-inactive {
|
|
background: rgba(169, 169, 169, 0.4);
|
|
}
|
|
.universal-container .universal-box table {
|
font-size: 12px;
|
color: #333333;
|
width: 100%;
|
border-width: 1px;
|
border-collapse: collapse;
|
}
|
|
.universal-container .universal-box table th,
|
.universal-container .universal-box table td {
|
font-weight: 400;
|
font-style: normal;
|
font-size: 12px;
|
border-width: 1px;
|
border-style: solid;
|
border-color: #3131311a;
|
text-align: left;
|
text-align: center;
|
line-height: 1.4;
|
}
|