wb-table/css/index.scss

107 lines
1.3 KiB
SCSS
Raw Normal View History

2022-03-13 01:23:31 +08:00
@import './common.scss';
2022-03-11 00:39:09 +08:00
2022-03-11 12:13:08 +08:00
2022-03-11 00:39:09 +08:00
.main {
2022-03-11 12:13:08 +08:00
flex: 1;
2022-03-11 00:39:09 +08:00
.table-info {
2022-03-11 12:13:08 +08:00
width: 100%;
height: 64px;
2022-03-13 01:23:31 +08:00
i {color:var(--color-red-1);}
2022-03-14 00:16:51 +08:00
.download {
margin-left:32px;
}
2022-03-11 12:13:08 +08:00
}
.search {
width: 100%;
.field {
margin-top: 16px;
2022-03-11 15:47:27 +08:00
&.result {
line-height: 2;
2022-03-11 16:23:29 +08:00
font-family: Menlo;
2022-03-11 15:47:27 +08:00
word-wrap: break-word;
white-space: pre-wrap;
}
2022-03-11 12:13:08 +08:00
wc-input {
flex: 1;
}
}
2022-03-11 00:39:09 +08:00
}
2022-03-13 01:23:31 +08:00
.about {
padding:32px 16px;
h2 {
font-size:24px;
}
.logs {
.version {
margin-top:32px;
line-height:2;
font-weight:bold;
font-size:18px;
}
dd {
color:var(--color-grey-3);
}
ol {
padding-left:2em;
list-style: decimal;
}
}
}
2022-03-11 12:13:08 +08:00
}
2022-03-14 00:16:51 +08:00
.download-layer {
width:640px;
height:480px;
background:#fff;
.field {
padding:0 16px;
.label {
width:120px;
padding-right:16px;
line-height: 32px;
text-align:right;
font-weight:bold;
color:var(--color-grey-3);
&::after {
content:" : ";
}
}
}
}
2022-03-13 01:23:31 +08:00
2022-03-11 12:13:08 +08:00
@media screen and (max-width: 1024px) {
.topbar,
.main {
padding: 0 16px;
}
.footer {
.wrapper {
flex-direction: column;
align-items: center;
justify-content: center;
}
}
}