123
This commit is contained in:
@@ -29,13 +29,26 @@ button.sandblasted-blurred:active {
|
||||
opacity: 0.7;
|
||||
}
|
||||
html:root {
|
||||
--van-dialog-width: 90rem;
|
||||
--van-dialog-font-size: 5rem;
|
||||
--van-dialog-header-line-height: 150%;
|
||||
--van-dialog-message-font-size: 3.5rem;
|
||||
--van-dialog-message-line-height: 150%;
|
||||
--van-button-default-font-size: 4rem;
|
||||
--van-dialog-button-height: 9rem;
|
||||
--van-dialog-message-padding: 3rem 2.5rem;
|
||||
--van-overlay-background: rgba(0, 0, 0, 0.4);
|
||||
--van-dialog-width: 45rem;
|
||||
--van-dialog-font-size: 2.83rem;
|
||||
--van-dialog-header-font-weight: 600;
|
||||
--van-dialog-header-line-height: 95%;
|
||||
--van-text-color: #000;
|
||||
--van-dialog-header-padding-top: 3rem;
|
||||
--van-dialog-message-font-size: 2rem;
|
||||
--van-dialog-message-line-height: 130%;
|
||||
--van-dialog-has-title-message-text-color: #000;
|
||||
--van-button-default-font-size: 2.8rem;
|
||||
--van-dialog-button-height: 6.8rem;
|
||||
--van-dialog-message-padding: 3.5rem;
|
||||
--van-dialog-has-title-message-padding-top: 2.5rem;
|
||||
--van-button-default-color: #1B73E7;
|
||||
--van-dialog-confirm-button-text-color: #1B73E7;
|
||||
}
|
||||
.van-toast__text {
|
||||
font-size: 4rem;
|
||||
height: 5rem;
|
||||
line-height: 5rem;
|
||||
padding: 0 2rem;
|
||||
}
|
||||
|
||||
@@ -23,6 +23,7 @@ button.sandblasted-blurred {
|
||||
&::before {
|
||||
backdrop-filter: blur(9.5rem);
|
||||
}
|
||||
|
||||
&::after {
|
||||
opacity: 0.1;
|
||||
background: url('@/assets/images/customer_form_bg.png');
|
||||
@@ -37,20 +38,28 @@ button.sandblasted-blurred {
|
||||
|
||||
// vant dialog
|
||||
html:root {
|
||||
--van-dialog-width: 90rem;
|
||||
--van-dialog-font-size: 5rem;
|
||||
--van-dialog-header-line-height: 150%;
|
||||
--van-dialog-message-font-size: 3.5rem;
|
||||
--van-dialog-message-line-height: 150%;
|
||||
--van-button-default-font-size: 4rem;
|
||||
--van-dialog-button-height: 9rem;
|
||||
--van-dialog-message-padding: 3rem 2.5rem;
|
||||
--van-overlay-background: rgba(0, 0, 0, 0.4);
|
||||
--van-dialog-width: 45rem;
|
||||
--van-dialog-font-size: 2.83rem;
|
||||
--van-dialog-header-font-weight: 600;
|
||||
--van-dialog-header-line-height: 95%;
|
||||
--van-text-color: #000;
|
||||
--van-dialog-header-padding-top: 3rem;
|
||||
--van-dialog-message-font-size: 2rem;
|
||||
--van-dialog-message-line-height: 130%;
|
||||
--van-dialog-has-title-message-text-color: #000;
|
||||
--van-button-default-font-size: 2.8rem;
|
||||
--van-dialog-button-height: 6.8rem;
|
||||
--van-dialog-message-padding: 3.5rem;
|
||||
--van-dialog-has-title-message-padding-top: 2.5rem;
|
||||
--van-button-default-color: #1B73E7;
|
||||
--van-dialog-confirm-button-text-color: #1B73E7;
|
||||
}
|
||||
|
||||
|
||||
.van-toast__text {
|
||||
font-size: 4rem;
|
||||
height: 5rem;
|
||||
line-height: 5rem;
|
||||
padding: 0 2rem;
|
||||
font-size: 4rem;
|
||||
height: 5rem;
|
||||
line-height: 5rem;
|
||||
padding: 0 2rem;
|
||||
}
|
||||
Reference in New Issue
Block a user