save
This commit is contained in:
@@ -29,8 +29,13 @@ html, body {
|
||||
}
|
||||
|
||||
.my-button {
|
||||
font-size: 13rem;
|
||||
cursor: pointer;
|
||||
border-radius: 4rem;
|
||||
padding: 5rem 15rem;
|
||||
padding: 0 15rem;
|
||||
height: 28rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: $main;
|
||||
}
|
||||
@@ -146,7 +146,7 @@ async function selectDict(item: Dict) {
|
||||
|
||||
$modal-mask-bg: rgba(#000, .15);
|
||||
$radius: 16rem;
|
||||
$time: 0.5s;
|
||||
$time: 0.3s;
|
||||
$header-height: 60rem;
|
||||
|
||||
.modal-root {
|
||||
@@ -307,7 +307,7 @@ $header-height: 60rem;
|
||||
}
|
||||
}
|
||||
|
||||
$footer-height: 40rem;
|
||||
$footer-height: 50rem;
|
||||
|
||||
.chapter-wrapper {
|
||||
min-width: 25%;
|
||||
@@ -441,10 +441,15 @@ $footer-height: 40rem;
|
||||
|
||||
.other {
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
padding-left: $space;
|
||||
|
||||
.word-list {
|
||||
width: 100%;
|
||||
min-height: calc(100% - 40rem);
|
||||
box-sizing: border-box;
|
||||
padding-right: $space;
|
||||
overflow: auto;
|
||||
height: calc(100% - $footer-height);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user