style: add van-haptics-feedback class helper (#9774)

This commit is contained in:
neverland
2021-11-01 17:40:13 +08:00
committed by GitHub
parent 38d2dea1dc
commit c5f14d52e5
56 changed files with 190 additions and 208 deletions

View File

@@ -73,7 +73,7 @@ export default {
> h6 {
color: @van-doc-black;
font-weight: normal;
line-height: 1.5;
line-height: 1.6;
&[id] {
cursor: pointer;
@@ -83,19 +83,19 @@ export default {
> h3 {
margin-bottom: 16px;
font-weight: 600;
font-size: 19px;
font-size: 20px;
}
> h4 {
margin: 24px 0 12px;
font-weight: 600;
font-size: 16px;
font-size: 18px;
}
> h5 {
margin: 24px 0 12px;
font-weight: 600;
font-size: 15px;
font-size: 16px;
}
> p,
@@ -206,7 +206,6 @@ export default {
font-family: inherit;
font-weight: 600;
word-break: keep-all;
background-color: @van-doc-background-color;
border-radius: 4px;
-webkit-font-smoothing: antialiased;
}
@@ -248,13 +247,13 @@ export default {
h1 {
margin: 0 0 30px;
font-size: 30px;
font-size: 34px;
cursor: default;
}
h2 {
margin: 45px 0 20px;
font-size: 25px;
font-size: 26px;
}
}