7 changed files with 57 additions and 56 deletions
-
1.eslintrc.cjs
-
2.prettierrc.json
-
2index.html
-
4src/manifest.json
-
BINsrc/static/images/blank_cart.png
-
83src/styles/fonts.scss
-
19tsconfig.json
@ -1,7 +1,7 @@ |
|||
{ |
|||
"singleQuote": true, |
|||
"semi": false, |
|||
"printWidth": 80, |
|||
"printWidth": 100, |
|||
"trailingComma": "all", |
|||
"endOfLine": "auto" |
|||
} |
After Width: 400 | Height: 281 | Size: 34 KiB |
@ -1,140 +1,147 @@ |
|||
@font-face {font-family: "erabbit"; |
|||
src: url('https://at.alicdn.com/t/font_2232762_u2xb7up9h5.woff?t=1614588039709') format('woff'), |
|||
url('https://at.alicdn.com/t/font_2232762_u2xb7up9h5.ttf?t=1614588039709') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ |
|||
url('https://at.alicdn.com/t/font_2232762_u2xb7up9h5.svg?t=1614588039709#erabbit') format('svg'); /* iOS 4.1- */ |
|||
@font-face { |
|||
font-family: 'erabbit'; |
|||
src: url('https://at.alicdn.com/t/c/font_4009193_lnbhmo3yos.woff?t=1681201348304') format('woff'), |
|||
url('https://at.alicdn.com/t/c/font_4009193_lnbhmo3yos.ttf?t=1681201348304') format('truetype'), |
|||
url('https://at.alicdn.com/t/c/font_4009193_lnbhmo3yos.svg?t=1681201348304#erabbit') |
|||
format('svg'); |
|||
} |
|||
|
|||
[class^="icon-"], [class*=" icon-"] { |
|||
font-family: "erabbit" !important; |
|||
[class^='icon-'], |
|||
[class*=' icon-'] { |
|||
font-family: 'erabbit' !important; |
|||
font-style: normal; |
|||
-webkit-font-smoothing: antialiased; |
|||
-moz-osx-font-smoothing: grayscale; |
|||
} |
|||
|
|||
.icon-mail:before { |
|||
content: "\e644"; |
|||
content: '\e644'; |
|||
} |
|||
|
|||
.icon-weixin:before { |
|||
content: "\e620"; |
|||
content: '\e620'; |
|||
} |
|||
|
|||
.icon-phone:before { |
|||
content: "\e618"; |
|||
content: '\e618'; |
|||
} |
|||
|
|||
.icon-camera-plus:before { |
|||
content: "\e636"; |
|||
content: '\e636'; |
|||
} |
|||
|
|||
.icon-close:before { |
|||
content: "\e6e1"; |
|||
content: '\e6e1'; |
|||
} |
|||
|
|||
.icon-help:before { |
|||
content: "\e617"; |
|||
content: '\e617'; |
|||
} |
|||
|
|||
.icon-cart:before { |
|||
content: "\e6d1"; |
|||
content: '\e6d1'; |
|||
} |
|||
|
|||
.icon-settings:before { |
|||
content: "\e6cf"; |
|||
content: '\e6cf'; |
|||
} |
|||
|
|||
.icon-clock:before { |
|||
content: "\e609"; |
|||
content: '\e609'; |
|||
} |
|||
|
|||
.icon-delete:before { |
|||
content: "\e6ce"; |
|||
content: '\e6ce'; |
|||
} |
|||
|
|||
.icon-checked:before { |
|||
content: "\e6cc"; |
|||
content: '\e6cc'; |
|||
} |
|||
|
|||
.icon-ring:before { |
|||
content: "\e6cd"; |
|||
content: '\e6cd'; |
|||
} |
|||
|
|||
.icon-locate:before { |
|||
content: "\e6cb"; |
|||
content: '\e6cb'; |
|||
} |
|||
|
|||
.icon-mark:before { |
|||
content: "\e6ca"; |
|||
content: '\e6ca'; |
|||
} |
|||
|
|||
.icon-check:before { |
|||
content: "\e6c9"; |
|||
content: '\e6c9'; |
|||
} |
|||
|
|||
.icon-handset:before { |
|||
content: "\e6c8"; |
|||
content: '\e6c8'; |
|||
} |
|||
|
|||
.icon-gift:before { |
|||
content: "\e6c7"; |
|||
content: '\e6c7'; |
|||
} |
|||
|
|||
.icon-currency:before { |
|||
content: "\e6c6"; |
|||
content: '\e6c6'; |
|||
} |
|||
|
|||
.icon-comment:before { |
|||
content: "\e6c5"; |
|||
content: '\e6c5'; |
|||
} |
|||
|
|||
.icon-caret:before { |
|||
content: "\e6c3"; |
|||
content: '\e6c3'; |
|||
} |
|||
|
|||
.icon-right:before { |
|||
content: "\e6c2"; |
|||
content: '\e6c2'; |
|||
} |
|||
|
|||
.icon-left:before { |
|||
content: "\e6c1"; |
|||
content: '\e6c1'; |
|||
} |
|||
|
|||
.icon-down:before { |
|||
content: "\e6c0"; |
|||
content: '\e6c0'; |
|||
} |
|||
|
|||
.icon-up:before { |
|||
content: "\e6bf"; |
|||
content: '\e6bf'; |
|||
} |
|||
|
|||
.icon-sort:before { |
|||
content: "\e616"; |
|||
content: '\e616'; |
|||
} |
|||
|
|||
.icon-clear:before { |
|||
content: "\e6be"; |
|||
content: '\e6be'; |
|||
} |
|||
|
|||
.icon-user:before { |
|||
content: "\e6bb"; |
|||
content: '\e6bb'; |
|||
} |
|||
|
|||
.icon-scan:before { |
|||
content: "\e6bc"; |
|||
content: '\e6bc'; |
|||
} |
|||
|
|||
.icon-search:before { |
|||
content: "\e632"; |
|||
content: '\e632'; |
|||
} |
|||
|
|||
.icon-preview:before { |
|||
content: "\e61d"; |
|||
content: '\e61d'; |
|||
} |
|||
|
|||
.icon-heart:before { |
|||
content: "\e647"; |
|||
content: '\e647'; |
|||
} |
|||
|
|||
.icon-filter:before { |
|||
content: "\e629"; |
|||
content: '\e629'; |
|||
} |
|||
|
|||
.icon-home:before { |
|||
content: '\e8b9'; |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue