@zyzgroup/core-web 0.1.26 → 0.1.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/better.css +6 -6
- package/package.json +1 -1
package/dist/better.css
CHANGED
|
@@ -90,7 +90,7 @@ td {
|
|
|
90
90
|
font-weight: inherit;
|
|
91
91
|
font-style: inherit;
|
|
92
92
|
font-family: inherit;
|
|
93
|
-
|
|
93
|
+
vertical-align: baseline;
|
|
94
94
|
/* 去掉点击时的蓝色外边框和灰色半透明背景 */
|
|
95
95
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
96
96
|
}
|
|
@@ -114,13 +114,13 @@ html {
|
|
|
114
114
|
font-family: system-ui, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI",
|
|
115
115
|
"PingFang SC", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans",
|
|
116
116
|
"Helvetica Neue", sans-serif;
|
|
117
|
-
|
|
117
|
+
text-rendering: optimizeLegibility;
|
|
118
118
|
-webkit-font-smoothing: antialiased;
|
|
119
|
-
-moz-osx-font-smoothing: grayscale;
|
|
119
|
+
-moz-osx-font-smoothing: grayscale;
|
|
120
120
|
/* 字体不会随着网页放大而变大, 自从chrome 27之后,就取消了对这个属性的支持。同时,该属性只对英文、数字生效,对中文不生效 */
|
|
121
|
-
|
|
121
|
+
text-size-adjust: none;
|
|
122
122
|
/* 自动平滑滚动 */
|
|
123
|
-
|
|
123
|
+
scroll-behavior: smooth;
|
|
124
124
|
background-color: #ffffff;
|
|
125
125
|
color: #333333;
|
|
126
126
|
width: 100%;
|
|
@@ -136,7 +136,7 @@ body {
|
|
|
136
136
|
height: 100%;
|
|
137
137
|
height: 100vh;
|
|
138
138
|
/*局部滚动使用弹性滚动效果*/
|
|
139
|
-
|
|
139
|
+
-webkit-overflow-scrolling: touch;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
html,
|