add more supported font size

This commit is contained in:
MaysWind
2023-06-12 23:18:07 +08:00
parent dfb885f38d
commit a1c828fe62
13 changed files with 501 additions and 182 deletions
+30
View File
@@ -0,0 +1,30 @@
:root {
--ebk-icon-font-size: 28px;
--ebk-icon-text-margin: 2px;
--ebk-hide-icon-font-size: 18px;
--ebk-big-icon-button-size: 42px;
--ebk-right-bottom-icon-font-size: 13px;
--ebk-list-item-checked-icon-font-size: 20px;
--ebk-searchbar-icon-font-size: 20px;
--ebk-searchbar-disable-button-font-size: 17px;
--ebk-smaller-font-size: 10px;
--ebk-large-footer-font-size: 13px;
--ebk-sheet-title-font-size: 18px;
--ebk-numpad-value-height: 50px;
--ebk-numpad-value-small-font-size: 20px;
--ebk-numpad-value-normal-font-size: 22px;
--ebk-numpad-value-large-font-size: 24px;
--ebk-numpad-normal-button-font-size: 28px;
--ebk-numpad-confirm-button-font-size: 20px;
--ebk-amount-small-font-size: 32px;
--ebk-amount-normal-font-size: 36px;
--ebk-amount-large-font-size: 40px;
--ebk-pie-chart-toolbox-percentage-height: 30px;
--ebk-pie-chart-toolbox-percentage-font-size: 18px;
--ebk-pie-chart-toolbox-text-font-size: 16px;
--ebk-account-list-group-title-height: 36px;
--ebk-transaction-date-width: 25px;
--ebk-transaction-day-font-size: 16px;
--ebk-transaction-day-of-week-font-size: 12px;
--ebk-license-popup-title-font-size: 30px;
}
+64
View File
@@ -0,0 +1,64 @@
:root.font-size-large {
font-size: 15px;
--f7-font-size: 15px;
--f7-navbar-font-size: 18px;
--f7-searchbar-input-font-size: 18px;
--f7-toolbar-font-size: 18px;
--f7-tabbar-icon-size: 29px;
--f7-toolbar-height: 50px;
--f7-tabbar-icons-height: 50px;
--f7-tabbar-label-font-size: 13px;
--f7-label-font-size: 13px;
--f7-input-font-size: 17px;
--f7-button-font-size: 15px;
--f7-button-small-font-size: 14px;
--f7-button-large-font-size: 18px;
--f7-chip-font-size: 15px;
--f7-block-title-font-size: 17px;
--f7-block-font-size: 17px;
--f7-block-footer-font-size: 15px;
--f7-card-header-font-size: 18px;
--f7-list-group-title-font-size: 18px;
--f7-list-item-header-font-size: 13px;
--f7-list-item-title-font-size: 17px;
--f7-list-item-text-font-size: 16px;
--f7-list-font-size: 17px;
--f7-list-item-after-font-size: 17px;
--f7-list-item-footer-font-size: 13px;
--f7-list-button-font-size: 17px;
--f7-list-item-min-height: 46px;
--f7-treeview-label-font-size: 18px;
--f7-swipeout-button-font-size: 17px;
--f7-dialog-title-font-size: 19px;
--f7-dialog-font-size: 15px;
--f7-dialog-button-font-size: 18px;
--f7-actions-button-font-size: 21px;
--ebk-icon-font-size: 29px;
--ebk-icon-text-margin: 3px;
--ebk-hide-icon-font-size: 19px;
--ebk-big-icon-button-size: 44px;
--ebk-right-bottom-icon-font-size: 13px;
--ebk-list-item-checked-icon-font-size: 21px;
--ebk-searchbar-icon-font-size: 20px;
--ebk-searchbar-disable-button-font-size: 17px;
--ebk-smaller-font-size: 11px;
--ebk-large-footer-font-size: 14px;
--ebk-sheet-title-font-size: 19px;
--ebk-numpad-value-height: 52px;
--ebk-numpad-value-small-font-size: 21px;
--ebk-numpad-value-normal-font-size: 23px;
--ebk-numpad-value-large-font-size: 25px;
--ebk-numpad-normal-button-font-size: 29px;
--ebk-numpad-confirm-button-font-size: 21px;
--ebk-amount-small-font-size: 32px;
--ebk-amount-normal-font-size: 36px;
--ebk-amount-large-font-size: 40px;
--ebk-pie-chart-toolbox-percentage-height: 30px;
--ebk-pie-chart-toolbox-percentage-font-size: 19px;
--ebk-pie-chart-toolbox-text-font-size: 17px;
--ebk-account-list-group-title-height: 37px;
--ebk-transaction-date-width: 28px;
--ebk-transaction-day-font-size: 17px;
--ebk-transaction-day-of-week-font-size: 13px;
--ebk-license-popup-title-font-size: 31px;
}
+65
View File
@@ -0,0 +1,65 @@
:root.font-size-small {
--f7-list-item-padding-horizontal: 12px;
--f7-list-item-padding-vertical: 8px;
--f7-list-media-item-padding-vertical: 8px;
font-size: 13px;
--f7-font-size: 13px;
--f7-navbar-font-size: 16px;
--f7-searchbar-input-font-size: 16px;
--f7-toolbar-font-size: 16px;
--f7-tabbar-icon-size: 28px;
--f7-tabbar-label-font-size: 12px;
--f7-label-font-size: 12px;
--f7-input-font-size: 15px;
--f7-button-font-size: 13px;
--f7-button-small-font-size: 12px;
--f7-button-large-font-size: 16px;
--f7-chip-font-size: 13px;
--f7-block-title-font-size: 15px;
--f7-block-font-size: 15px;
--f7-block-footer-font-size: 13px;
--f7-card-header-font-size: 16px;
--f7-list-group-title-font-size: 15px;
--f7-list-item-header-font-size: 12px;
--f7-list-item-title-font-size: 15px;
--f7-list-item-text-font-size: 14px;
--f7-list-font-size: 15px;
--f7-list-item-after-font-size: 15px;
--f7-list-item-footer-font-size: 12px;
--f7-list-button-font-size: 15px;
--f7-list-item-min-height: 40px;
--f7-treeview-label-font-size: 16px;
--f7-swipeout-button-font-size: 15px;
--f7-dialog-title-font-size: 16px;
--f7-dialog-font-size: 13px;
--f7-dialog-button-font-size: 16px;
--f7-actions-button-font-size: 18px;
--ebk-icon-font-size: 28px;
--ebk-icon-text-margin: 2px;
--ebk-hide-icon-font-size: 18px;
--ebk-big-icon-button-size: 42px;
--ebk-right-bottom-icon-font-size: 13px;
--ebk-list-item-checked-icon-font-size: 20px;
--ebk-searchbar-icon-font-size: 20px;
--ebk-searchbar-disable-button-font-size: 17px;
--ebk-smaller-font-size: 10px;
--ebk-large-footer-font-size: 13px;
--ebk-sheet-title-font-size: 18px;
--ebk-numpad-value-height: 50px;
--ebk-numpad-value-small-font-size: 20px;
--ebk-numpad-value-normal-font-size: 22px;
--ebk-numpad-value-large-font-size: 24px;
--ebk-numpad-normal-button-font-size: 28px;
--ebk-numpad-confirm-button-font-size: 20px;
--ebk-amount-small-font-size: 32px;
--ebk-amount-normal-font-size: 36px;
--ebk-amount-large-font-size: 40px;
--ebk-pie-chart-toolbox-percentage-height: 30px;
--ebk-pie-chart-toolbox-percentage-font-size: 18px;
--ebk-pie-chart-toolbox-text-font-size: 16px;
--ebk-account-list-group-title-height: 36px;
--ebk-transaction-date-width: 25px;
--ebk-transaction-day-font-size: 16px;
--ebk-transaction-day-of-week-font-size: 12px;
--ebk-license-popup-title-font-size: 30px;
}
+64
View File
@@ -0,0 +1,64 @@
:root.font-size-x-large {
font-size: 16px;
--f7-font-size: 16px;
--f7-navbar-font-size: 19px;
--f7-searchbar-input-font-size: 19px;
--f7-toolbar-font-size: 19px;
--f7-tabbar-icon-size: 30px;
--f7-toolbar-height: 54px;
--f7-tabbar-icons-height: 54px;
--f7-tabbar-label-font-size: 14px;
--f7-label-font-size: 14px;
--f7-input-font-size: 18px;
--f7-button-font-size: 16px;
--f7-button-small-font-size: 15px;
--f7-button-large-font-size: 19px;
--f7-chip-font-size: 16px;
--f7-block-title-font-size: 18px;
--f7-block-font-size: 18px;
--f7-block-footer-font-size: 16px;
--f7-card-header-font-size: 19px;
--f7-list-group-title-font-size: 20px;
--f7-list-item-header-font-size: 14px;
--f7-list-item-title-font-size: 18px;
--f7-list-item-text-font-size: 17px;
--f7-list-font-size: 18px;
--f7-list-item-after-font-size: 18px;
--f7-list-item-footer-font-size: 14px;
--f7-list-button-font-size: 18px;
--f7-list-item-min-height: 48px;
--f7-treeview-label-font-size: 19px;
--f7-swipeout-button-font-size: 18px;
--f7-dialog-title-font-size: 20px;
--f7-dialog-font-size: 16px;
--f7-dialog-button-font-size: 19px;
--f7-actions-button-font-size: 22px;
--ebk-icon-font-size: 30px;
--ebk-icon-text-margin: 3px;
--ebk-hide-icon-font-size: 20px;
--ebk-big-icon-button-size: 48px;
--ebk-right-bottom-icon-font-size: 14px;
--ebk-list-item-checked-icon-font-size: 22px;
--ebk-searchbar-icon-font-size: 20px;
--ebk-searchbar-disable-button-font-size: 18px;
--ebk-smaller-font-size: 12px;
--ebk-large-footer-font-size: 15px;
--ebk-sheet-title-font-size: 20px;
--ebk-numpad-value-height: 54px;
--ebk-numpad-value-small-font-size: 22px;
--ebk-numpad-value-normal-font-size: 24px;
--ebk-numpad-value-large-font-size: 26px;
--ebk-numpad-normal-button-font-size: 30px;
--ebk-numpad-confirm-button-font-size: 22px;
--ebk-amount-small-font-size: 32px;
--ebk-amount-normal-font-size: 36px;
--ebk-amount-large-font-size: 40px;
--ebk-pie-chart-toolbox-percentage-height: 30px;
--ebk-pie-chart-toolbox-percentage-font-size: 20px;
--ebk-pie-chart-toolbox-text-font-size: 18px;
--ebk-account-list-group-title-height: 38px;
--ebk-transaction-date-width: 30px;
--ebk-transaction-day-font-size: 18px;
--ebk-transaction-day-of-week-font-size: 14px;
--ebk-license-popup-title-font-size: 32px;
}
+69
View File
@@ -0,0 +1,69 @@
:root.font-size-xx-large {
font-size: 17px;
--f7-font-size: 17px;
--f7-navbar-font-size: 20px;
--f7-searchbar-input-font-size: 20px;
--f7-searchbar-input-height: 34px;
--f7-toolbar-font-size: 20px;
--f7-tabbar-icon-size: 32px;
--f7-toolbar-height: 62px;
--f7-tabbar-icons-height: 62px;
--f7-tabbar-label-font-size: 17px;
--f7-label-font-size: 16px;
--f7-label-height: 18px;
--f7-input-font-size: 20px;
--f7-input-height: 56px;
--f7-button-font-size: 18px;
--f7-button-small-font-size: 15px;
--f7-button-large-font-size: 20px;
--f7-chip-font-size: 16px;
--f7-block-title-font-size: 20px;
--f7-block-title-line-height: 22px;
--f7-block-font-size: 20px;
--f7-block-footer-font-size: 15px;
--f7-card-header-font-size: 20px;
--f7-list-group-title-font-size: 22px;
--f7-list-group-title-height: 38px;
--f7-list-item-header-font-size: 16px;
--f7-list-item-title-font-size: 20px;
--f7-list-item-text-font-size: 17px;
--f7-list-font-size: 20px;
--f7-list-item-after-font-size: 20px;
--f7-list-item-footer-font-size: 15px;
--f7-list-button-font-size: 20px;
--f7-list-item-min-height: 50px;
--f7-treeview-label-font-size: 20px;
--f7-swipeout-button-font-size: 20px;
--f7-dialog-title-font-size: 20px;
--f7-dialog-font-size: 17px;
--f7-dialog-button-font-size: 20px;
--f7-actions-button-font-size: 22px;
--ebk-icon-font-size: 32px;
--ebk-icon-text-margin: 4px;
--ebk-hide-icon-font-size: 24px;
--ebk-big-icon-button-size: 54px;
--ebk-right-bottom-icon-font-size: 15px;
--ebk-list-item-checked-icon-font-size: 24px;
--ebk-searchbar-icon-font-size: 22px;
--ebk-searchbar-disable-button-font-size: 20px;
--ebk-smaller-font-size: 14px;
--ebk-large-footer-font-size: 16px;
--ebk-sheet-title-font-size: 22px;
--ebk-numpad-value-height: 60px;
--ebk-numpad-value-small-font-size: 22px;
--ebk-numpad-value-normal-font-size: 26px;
--ebk-numpad-value-large-font-size: 30px;
--ebk-numpad-normal-button-font-size: 32px;
--ebk-numpad-confirm-button-font-size: 22px;
--ebk-amount-small-font-size: 32px;
--ebk-amount-normal-font-size: 36px;
--ebk-amount-large-font-size: 40px;
--ebk-pie-chart-toolbox-percentage-height: 30px;
--ebk-pie-chart-toolbox-percentage-font-size: 22px;
--ebk-pie-chart-toolbox-text-font-size: 20px;
--ebk-account-list-group-title-height: 40px;
--ebk-transaction-date-width: 32px;
--ebk-transaction-day-font-size: 20px;
--ebk-transaction-day-of-week-font-size: 15px;
--ebk-license-popup-title-font-size: 36px;
}
+70
View File
@@ -0,0 +1,70 @@
:root.font-size-xxx-large {
font-size: 19px;
--f7-font-size: 19px;
--f7-navbar-font-size: 22px;
--f7-searchbar-input-font-size: 22px;
--f7-searchbar-input-height: 36px;
--f7-toolbar-font-size: 22px;
--f7-tabbar-icon-size: 34px;
--f7-toolbar-height: 66px;
--f7-tabbar-icons-height: 66px;
--f7-tabbar-label-font-size: 19px;
--f7-label-font-size: 18px;
--f7-label-height: 20px;
--f7-input-font-size: 22px;
--f7-input-height: 60px;
--f7-button-font-size: 20px;
--f7-button-small-font-size: 17px;
--f7-button-large-font-size: 22px;
--f7-button-height: 30px;
--f7-chip-font-size: 18px;
--f7-block-title-font-size: 22px;
--f7-block-title-line-height: 24px;
--f7-block-font-size: 22px;
--f7-block-footer-font-size: 17px;
--f7-card-header-font-size: 22px;
--f7-list-group-title-font-size: 24px;
--f7-list-group-title-height: 42px;
--f7-list-item-header-font-size: 18px;
--f7-list-item-title-font-size: 22px;
--f7-list-item-text-font-size: 19px;
--f7-list-font-size: 22px;
--f7-list-item-after-font-size: 22px;
--f7-list-item-footer-font-size: 17px;
--f7-list-button-font-size: 22px;
--f7-list-item-min-height: 52px;
--f7-treeview-label-font-size: 22px;
--f7-swipeout-button-font-size: 22px;
--f7-dialog-title-font-size: 22px;
--f7-dialog-font-size: 19px;
--f7-dialog-button-font-size: 22px;
--f7-actions-button-font-size: 24px;
--ebk-icon-font-size: 34px;
--ebk-icon-text-margin: 4px;
--ebk-hide-icon-font-size: 26px;
--ebk-big-icon-button-size: 58px;
--ebk-right-bottom-icon-font-size: 17px;
--ebk-list-item-checked-icon-font-size: 26px;
--ebk-searchbar-icon-font-size: 24px;
--ebk-searchbar-disable-button-font-size: 22px;
--ebk-smaller-font-size: 16px;
--ebk-large-footer-font-size: 18px;
--ebk-sheet-title-font-size: 24px;
--ebk-numpad-value-height: 60px;
--ebk-numpad-value-small-font-size: 24px;
--ebk-numpad-value-normal-font-size: 28px;
--ebk-numpad-value-large-font-size: 30px;
--ebk-numpad-normal-button-font-size: 32px;
--ebk-numpad-confirm-button-font-size: 24px;
--ebk-amount-small-font-size: 34px;
--ebk-amount-normal-font-size: 38px;
--ebk-amount-large-font-size: 42px;
--ebk-pie-chart-toolbox-percentage-height: 30px;
--ebk-pie-chart-toolbox-percentage-font-size: 24px;
--ebk-pie-chart-toolbox-text-font-size: 22px;
--ebk-account-list-group-title-height: 42px;
--ebk-transaction-date-width: 36px;
--ebk-transaction-day-font-size: 22px;
--ebk-transaction-day-of-week-font-size: 17px;
--ebk-license-popup-title-font-size: 38px;
}
@@ -0,0 +1,70 @@
:root.font-size-xxxx-large {
font-size: 21px;
--f7-font-size: 21px;
--f7-navbar-font-size: 24px;
--f7-searchbar-input-font-size: 24px;
--f7-searchbar-input-height: 38px;
--f7-toolbar-font-size: 24px;
--f7-tabbar-icon-size: 36px;
--f7-toolbar-height: 70px;
--f7-tabbar-icons-height: 70px;
--f7-tabbar-label-font-size: 21px;
--f7-label-font-size: 20px;
--f7-label-height: 22px;
--f7-input-font-size: 24px;
--f7-input-height: 64px;
--f7-button-font-size: 22px;
--f7-button-small-font-size: 19px;
--f7-button-large-font-size: 24px;
--f7-button-height: 32px;
--f7-chip-font-size: 20px;
--f7-block-title-font-size: 24px;
--f7-block-title-line-height: 26px;
--f7-block-font-size: 24px;
--f7-block-footer-font-size: 19px;
--f7-card-header-font-size: 24px;
--f7-list-group-title-font-size: 26px;
--f7-list-group-title-height: 48px;
--f7-list-item-header-font-size: 20px;
--f7-list-item-title-font-size: 24px;
--f7-list-item-text-font-size: 21px;
--f7-list-font-size: 24px;
--f7-list-item-after-font-size: 24px;
--f7-list-item-footer-font-size: 19px;
--f7-list-button-font-size: 24px;
--f7-list-item-min-height: 54px;
--f7-treeview-label-font-size: 24px;
--f7-swipeout-button-font-size: 24px;
--f7-dialog-title-font-size: 24px;
--f7-dialog-font-size: 21px;
--f7-dialog-button-font-size: 24px;
--f7-actions-button-font-size: 26px;
--ebk-icon-font-size: 36px;
--ebk-icon-text-margin: 4px;
--ebk-hide-icon-font-size: 28px;
--ebk-big-icon-button-size: 64px;
--ebk-right-bottom-icon-font-size: 19px;
--ebk-list-item-checked-icon-font-size: 28px;
--ebk-searchbar-icon-font-size: 26px;
--ebk-searchbar-disable-button-font-size: 24px;
--ebk-smaller-font-size: 18px;
--ebk-large-footer-font-size: 20px;
--ebk-sheet-title-font-size: 26px;
--ebk-numpad-value-height: 60px;
--ebk-numpad-value-small-font-size: 26px;
--ebk-numpad-value-normal-font-size: 26px;
--ebk-numpad-value-large-font-size: 30px;
--ebk-numpad-normal-button-font-size: 32px;
--ebk-numpad-confirm-button-font-size: 26px;
--ebk-amount-small-font-size: 34px;
--ebk-amount-normal-font-size: 40px;
--ebk-amount-large-font-size: 44px;
--ebk-pie-chart-toolbox-percentage-height: 30px;
--ebk-pie-chart-toolbox-percentage-font-size: 26px;
--ebk-pie-chart-toolbox-text-font-size: 24px;
--ebk-account-list-group-title-height: 44px;
--ebk-transaction-date-width: 40px;
--ebk-transaction-day-font-size: 24px;
--ebk-transaction-day-of-week-font-size: 19px;
--ebk-license-popup-title-font-size: 40px;
}