123123123123
This commit is contained in:
@@ -1,10 +1,46 @@
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
box-sizing: border-box;
|
||||
button.sandblasted-blurred {
|
||||
box-sizing: content-box;
|
||||
border: 0.4rem solid #fff;
|
||||
font-family: satoshiMedium;
|
||||
font-weight: 500;
|
||||
font-size: 5.5rem;
|
||||
color: #fff;
|
||||
background-color: transparent;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
html,
|
||||
body {
|
||||
button.sandblasted-blurred::before,
|
||||
button.sandblasted-blurred::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
button.sandblasted-blurred::after {
|
||||
z-index: 0;
|
||||
backdrop-filter: blur(9.5rem);
|
||||
}
|
||||
button.sandblasted-blurred::before {
|
||||
z-index: 1;
|
||||
opacity: 0.1;
|
||||
background: url('@/assets/images/customer_form_bg.png');
|
||||
}
|
||||
button.sandblasted-blurred > span {
|
||||
z-index: 2;
|
||||
}
|
||||
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-dialog-has-title-message-padding-top: 2.5rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user