diff --git a/src/assets/css/global.less b/src/assets/css/global.less new file mode 100644 index 0000000000000000000000000000000000000000..d5c82cf2eea8fc76e2ce57275a8cff4474eddd58 --- /dev/null +++ b/src/assets/css/global.less @@ -0,0 +1,55 @@ +@base-color:#0a328e; + +.wrap{ + width: 1200px; + margin: 0 auto; +} + +input{ + outline: none; + padding: 0; +} + +// 原子类 +.mb20{ + margin-bottom: 20px; +} + +@font-face { + font-family: "iconfont"; /* Project id 2730880 */ + src: url('//at.alicdn.com/t/font_2730880_ylrio3ahhx.woff2?t=1628774839169') format('woff2'), + url('//at.alicdn.com/t/font_2730880_ylrio3ahhx.woff?t=1628774839169') format('woff'), + url('//at.alicdn.com/t/font_2730880_ylrio3ahhx.ttf?t=1628774839169') format('truetype'); +} + +.iconfont { + font-family: "iconfont" !important; + font-size: 16px; + font-style: normal; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-yduifuxuankuangxuanzhong:before { + content: "\e685"; +} + +.icon-yduifuxuankuang:before { + content: "\e686"; +} + +.icon-loading:before { + content: "\e722"; +} + +.icon-toast-shibai_huaban:before { + content: "\e635"; +} + +.icon-toast-jinggao:before { + content: "\e621"; +} + +.icon-toast_chenggong:before { + content: "\ea0a"; +} diff --git a/src/components/Crumb.vue b/src/components/Crumb.vue new file mode 100644 index 0000000000000000000000000000000000000000..c94a1a5e18fadd2ec13829e2dc9f96d53ae60aa9 --- /dev/null +++ b/src/components/Crumb.vue @@ -0,0 +1,11 @@ + + + + + \ No newline at end of file diff --git a/src/components/home/List.vue b/src/components/home/List.vue index a14a034646c612bf7eb028338439e0a80d24d996..c8607496400273cd8b5f3751b062ec869222640d 100644 --- a/src/components/home/List.vue +++ b/src/components/home/List.vue @@ -1,8 +1,8 @@ \ No newline at end of file