2023-11-27-dist 字体放大
This commit is contained in:
@@ -6,6 +6,10 @@ body,
|
||||
height: 100%;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
overflow: hidden;
|
||||
--aida-fsize2: 2.2rem;
|
||||
--aida-fsize1-8: 1.8rem;
|
||||
--aida-fsize1-6: 1.6rem;
|
||||
--aida-fsize1-4: 1.4rem;
|
||||
}
|
||||
input {
|
||||
outline: none;
|
||||
@@ -498,6 +502,12 @@ li {
|
||||
.libraryPageCascader .ant-cascader-menu {
|
||||
margin-top: 4rem;
|
||||
}
|
||||
.collection_modal .ant-modal-content,
|
||||
.design_detail_modal_component .ant-modal-content,
|
||||
.designOpenrtion_modal .ant-modal-content {
|
||||
transform: scale(1.2);
|
||||
transform-origin: center !important;
|
||||
}
|
||||
.collection_modal .ant-modal-body,
|
||||
.design_detail_modal_component .ant-modal-body,
|
||||
.designOpenrtion_modal .ant-modal-body,
|
||||
@@ -508,7 +518,7 @@ li {
|
||||
.design_detail_modal_component .design_title_text,
|
||||
.designOpenrtion_modal .design_title_text,
|
||||
.library_page .design_title_text {
|
||||
font-size: 1.8rem;
|
||||
font-size: var(--aida-fsize2);
|
||||
font-weight: 900;
|
||||
color: rgba(0, 0, 0, 0.65);
|
||||
align-items: center;
|
||||
@@ -518,7 +528,7 @@ li {
|
||||
.design_detail_modal_component .design_title_text .design_title_text_intro,
|
||||
.designOpenrtion_modal .design_title_text .design_title_text_intro,
|
||||
.library_page .design_title_text .design_title_text_intro {
|
||||
font-size: 1.2rem;
|
||||
font-size: var(--aida-fsize1-4);
|
||||
font-weight: 400;
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user