|
@@ -570,3 +570,15 @@ a.hover:hover {
|
|
::-webkit-scrollbar-track {
|
|
::-webkit-scrollbar-track {
|
|
background-color: transparent !important;
|
|
background-color: transparent !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+/*
|
|
|
|
+火狐兼容
|
|
|
|
+*/
|
|
|
|
+@-moz-document url-prefix() {
|
|
|
|
+ * {
|
|
|
|
+ scrollbar-width: thin;
|
|
|
|
+ }
|
|
|
|
+ .t-radio-button {
|
|
|
|
+ padding: 6px !important;
|
|
|
|
+ }
|
|
|
|
+}
|