You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
388 B
25 lines
388 B
@font-face { |
|
font-family: 'Tahoma'; |
|
src: url('https://hb.jzce.com/Tahoma.ttf') format('truetype'); |
|
} |
|
|
|
page { |
|
background-color: #f9f9f9; |
|
position: relative; |
|
color: #071437; |
|
} |
|
|
|
button { |
|
padding-left: 0; |
|
padding-right: 0; |
|
font-size: 16px; |
|
line-height: inherit; |
|
&::after { |
|
content: ''; |
|
display: none; |
|
} |
|
} |
|
|
|
::v-deep .uni-calendar__box { |
|
padding-bottom: 32px; |
|
}
|
|
|