|
@@ -40,9 +40,10 @@ html {
|
|
|
-moz-tab-size: 4;
|
|
|
/* 3 */
|
|
|
-o-tab-size: 4;
|
|
|
- tab-size: 4;
|
|
|
+ tab-size: 4;
|
|
|
/* 3 */
|
|
|
- font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
|
+ font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
|
|
|
+ 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
|
/* 4 */
|
|
|
}
|
|
|
|
|
@@ -79,7 +80,7 @@ Add the correct text decoration in Chrome, Edge, and Safari.
|
|
|
|
|
|
abbr:where([title]) {
|
|
|
-webkit-text-decoration: underline dotted;
|
|
|
- text-decoration: underline dotted;
|
|
|
+ text-decoration: underline dotted;
|
|
|
}
|
|
|
|
|
|
/*
|
|
@@ -123,7 +124,7 @@ code,
|
|
|
kbd,
|
|
|
samp,
|
|
|
pre {
|
|
|
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
|
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
|
|
|
/* 1 */
|
|
|
font-size: 1em;
|
|
|
/* 2 */
|
|
@@ -346,14 +347,16 @@ textarea {
|
|
|
2. Set the default placeholder color to the user's configured gray 400 color.
|
|
|
*/
|
|
|
|
|
|
-input::-moz-placeholder, textarea::-moz-placeholder {
|
|
|
+input::-moz-placeholder,
|
|
|
+textarea::-moz-placeholder {
|
|
|
opacity: 1;
|
|
|
/* 1 */
|
|
|
color: #9ca3af;
|
|
|
/* 2 */
|
|
|
}
|
|
|
|
|
|
-input:-ms-input-placeholder, textarea:-ms-input-placeholder {
|
|
|
+input:-ms-input-placeholder,
|
|
|
+textarea:-ms-input-placeholder {
|
|
|
opacity: 1;
|
|
|
/* 1 */
|
|
|
color: #9ca3af;
|
|
@@ -373,7 +376,7 @@ Set the default cursor for buttons.
|
|
|
*/
|
|
|
|
|
|
button,
|
|
|
-[role="button"] {
|
|
|
+[role='button'] {
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
@@ -423,7 +426,9 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
-*, ::before, ::after {
|
|
|
+*,
|
|
|
+::before,
|
|
|
+::after {
|
|
|
--tw-translate-x: 0;
|
|
|
--tw-translate-y: 0;
|
|
|
--tw-rotate: 0;
|
|
@@ -431,16 +436,16 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
--tw-skew-y: 0;
|
|
|
--tw-scale-x: 1;
|
|
|
--tw-scale-y: 1;
|
|
|
- --tw-pan-x: ;
|
|
|
- --tw-pan-y: ;
|
|
|
- --tw-pinch-zoom: ;
|
|
|
+ --tw-pan-x: ;
|
|
|
+ --tw-pan-y: ;
|
|
|
+ --tw-pinch-zoom: ;
|
|
|
--tw-scroll-snap-strictness: proximity;
|
|
|
- --tw-ordinal: ;
|
|
|
- --tw-slashed-zero: ;
|
|
|
- --tw-numeric-figure: ;
|
|
|
- --tw-numeric-spacing: ;
|
|
|
- --tw-numeric-fraction: ;
|
|
|
- --tw-ring-inset: ;
|
|
|
+ --tw-ordinal: ;
|
|
|
+ --tw-slashed-zero: ;
|
|
|
+ --tw-numeric-figure: ;
|
|
|
+ --tw-numeric-spacing: ;
|
|
|
+ --tw-numeric-fraction: ;
|
|
|
+ --tw-ring-inset: ;
|
|
|
--tw-ring-offset-width: 0px;
|
|
|
--tw-ring-offset-color: #fff;
|
|
|
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
@@ -448,24 +453,24 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
--tw-ring-shadow: 0 0 #0000;
|
|
|
--tw-shadow: 0 0 #0000;
|
|
|
--tw-shadow-colored: 0 0 #0000;
|
|
|
- --tw-blur: ;
|
|
|
- --tw-brightness: ;
|
|
|
- --tw-contrast: ;
|
|
|
- --tw-grayscale: ;
|
|
|
- --tw-hue-rotate: ;
|
|
|
- --tw-invert: ;
|
|
|
- --tw-saturate: ;
|
|
|
- --tw-sepia: ;
|
|
|
- --tw-drop-shadow: ;
|
|
|
- --tw-backdrop-blur: ;
|
|
|
- --tw-backdrop-brightness: ;
|
|
|
- --tw-backdrop-contrast: ;
|
|
|
- --tw-backdrop-grayscale: ;
|
|
|
- --tw-backdrop-hue-rotate: ;
|
|
|
- --tw-backdrop-invert: ;
|
|
|
- --tw-backdrop-opacity: ;
|
|
|
- --tw-backdrop-saturate: ;
|
|
|
- --tw-backdrop-sepia: ;
|
|
|
+ --tw-blur: ;
|
|
|
+ --tw-brightness: ;
|
|
|
+ --tw-contrast: ;
|
|
|
+ --tw-grayscale: ;
|
|
|
+ --tw-hue-rotate: ;
|
|
|
+ --tw-invert: ;
|
|
|
+ --tw-saturate: ;
|
|
|
+ --tw-sepia: ;
|
|
|
+ --tw-drop-shadow: ;
|
|
|
+ --tw-backdrop-blur: ;
|
|
|
+ --tw-backdrop-brightness: ;
|
|
|
+ --tw-backdrop-contrast: ;
|
|
|
+ --tw-backdrop-grayscale: ;
|
|
|
+ --tw-backdrop-hue-rotate: ;
|
|
|
+ --tw-backdrop-invert: ;
|
|
|
+ --tw-backdrop-opacity: ;
|
|
|
+ --tw-backdrop-saturate: ;
|
|
|
+ --tw-backdrop-sepia: ;
|
|
|
}
|
|
|
|
|
|
.fixed {
|
|
@@ -648,7 +653,7 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
|
|
|
.object-cover {
|
|
|
-o-object-fit: cover;
|
|
|
- object-fit: cover;
|
|
|
+ object-fit: cover;
|
|
|
}
|
|
|
|
|
|
.p-4 {
|
|
@@ -686,11 +691,3 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
.last\:mb-0:last-child {
|
|
|
margin-bottom: 0px;
|
|
|
}
|
|
|
-<<<<<<< HEAD
|
|
|
-
|
|
|
-@font-face {
|
|
|
- font-family: "FangSong_GB2312"; /* Project id */
|
|
|
- src: url('./font/FSGB2312.ttf');/* Safari, Android, iOS */
|
|
|
-}
|
|
|
-=======
|
|
|
->>>>>>> fac0ecd875f55a0e75e68d0d3a5ebd9bb4d8e90f
|