|
@@ -1,128 +1,3 @@
|
|
-$--font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
|
|
|
|
- "Microsoft YaHei", Arial, sans-serif;
|
|
|
|
-$--color-text-gray-4: #ccc !default;
|
|
|
|
-$--color-text-gray-3: #aaa !default;
|
|
|
|
-
|
|
|
|
-/* reset */
|
|
|
|
-body,
|
|
|
|
-div,
|
|
|
|
-ul,
|
|
|
|
-ol,
|
|
|
|
-li,
|
|
|
|
-h1,
|
|
|
|
-h2,
|
|
|
|
-h3,
|
|
|
|
-h4,
|
|
|
|
-h5,
|
|
|
|
-h6,
|
|
|
|
-input,
|
|
|
|
-p,
|
|
|
|
-tr,
|
|
|
|
-th,
|
|
|
|
-td,
|
|
|
|
-span,
|
|
|
|
-a,
|
|
|
|
-header,
|
|
|
|
-footer,
|
|
|
|
-i {
|
|
|
|
- margin: 0;
|
|
|
|
- padding: 0;
|
|
|
|
- box-sizing: border-box;
|
|
|
|
- -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
|
|
|
-}
|
|
|
|
-li {
|
|
|
|
- list-style: none;
|
|
|
|
-}
|
|
|
|
-em,
|
|
|
|
-i,
|
|
|
|
-u {
|
|
|
|
- font-style: normal;
|
|
|
|
-}
|
|
|
|
-input {
|
|
|
|
- outline: none;
|
|
|
|
- border: none;
|
|
|
|
- background: rgba(245, 245, 245, 1);
|
|
|
|
- font-family: $--font-family;
|
|
|
|
-}
|
|
|
|
-input::-webkit-input-placeholder,
|
|
|
|
-input::-moz-placeholder,
|
|
|
|
-input:-ms-input-placeholder,
|
|
|
|
-input:-moz-placeholder {
|
|
|
|
- font-size: 12px;
|
|
|
|
- font-weight: bold;
|
|
|
|
- color: $--color-text-gray-4;
|
|
|
|
-}
|
|
|
|
-button,
|
|
|
|
-textarea {
|
|
|
|
- font-family: $--font-family;
|
|
|
|
-}
|
|
|
|
-h1,
|
|
|
|
-h2,
|
|
|
|
-h3,
|
|
|
|
-h4,
|
|
|
|
-h5,
|
|
|
|
-h6 {
|
|
|
|
- font-size: 100%;
|
|
|
|
-}
|
|
|
|
-fieldset,
|
|
|
|
-img {
|
|
|
|
- border: 0;
|
|
|
|
-}
|
|
|
|
-abbr {
|
|
|
|
- border: 0;
|
|
|
|
- font-variant: normal;
|
|
|
|
-}
|
|
|
|
-a {
|
|
|
|
- text-decoration: none;
|
|
|
|
- color: inherit;
|
|
|
|
-}
|
|
|
|
-img {
|
|
|
|
- vertical-align: middle;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-/* common-style */
|
|
|
|
-input:-webkit-autofill {
|
|
|
|
- box-shadow: 0 0 0 1000px white inset;
|
|
|
|
-}
|
|
|
|
-input[type="text"]:focus,
|
|
|
|
-input[type="password"]:focus,
|
|
|
|
-input[type="number"]:focus,
|
|
|
|
-textarea:focus {
|
|
|
|
- box-shadow: 0 0 0 1000px white inset;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-/* browse style */
|
|
|
|
-::-webkit-scrollbar {
|
|
|
|
- width: 8px;
|
|
|
|
- height: 8px;
|
|
|
|
- background: transparent;
|
|
|
|
-}
|
|
|
|
-::-webkit-scrollbar-button {
|
|
|
|
- display: none;
|
|
|
|
-}
|
|
|
|
-::-webkit-scrollbar-track {
|
|
|
|
- background: transparent;
|
|
|
|
-}
|
|
|
|
-::-webkit-scrollbar-thumb {
|
|
|
|
- border-radius: 8px;
|
|
|
|
- background: #666;
|
|
|
|
-}
|
|
|
|
-::-webkit-scrollbar-corner {
|
|
|
|
- background: transparent;
|
|
|
|
-}
|
|
|
|
-::-webkit-scrollbar-resizer {
|
|
|
|
- background: transparent;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-body {
|
|
|
|
- font-family: $--font-family;
|
|
|
|
- -webkit-font-smoothing: antialiased;
|
|
|
|
- -moz-osx-font-smoothing: grayscale;
|
|
|
|
- font-size: 14px;
|
|
|
|
- color: #202b4b;
|
|
|
|
- background-color: #f0f4f9;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
// page
|
|
// page
|
|
.download {
|
|
.download {
|
|
background: #f0f4f9;
|
|
background: #f0f4f9;
|
|
@@ -224,6 +99,7 @@ body {
|
|
left: 0;
|
|
left: 0;
|
|
right: 0;
|
|
right: 0;
|
|
bottom: -25px;
|
|
bottom: -25px;
|
|
|
|
+ margin: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
&-qa {
|
|
&-qa {
|