|
|
|
@ -349,6 +349,74 @@ export default {
|
|
|
|
|
<style scoped> |
|
|
|
|
@import url("/src/assets/css/ali.css"); |
|
|
|
|
|
|
|
|
|
.iconfont { |
|
|
|
|
font-family: "iconfont" !important; |
|
|
|
|
font-size: 16px; |
|
|
|
|
font-style: normal; |
|
|
|
|
-webkit-font-smoothing: antialiased; |
|
|
|
|
-moz-osx-font-smoothing: grayscale; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.icon-shenglvehao:before { |
|
|
|
|
content: "\e708"; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.icon-lianxiren:before { |
|
|
|
|
content: "\e66f"; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.icon-lianxiren1:before { |
|
|
|
|
content: "\e654"; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.icon-daibanrenwu:before { |
|
|
|
|
content: "\eb29"; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.icon-rizhi:before { |
|
|
|
|
content: "\e627"; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.icon-B-lianxiren:before { |
|
|
|
|
content: "\e728"; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.icon-process:before { |
|
|
|
|
content: "\e75d"; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.icon-suggest:before { |
|
|
|
|
content: "\e767"; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.icon-lianxiren2:before { |
|
|
|
|
content: "\e6c4"; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.icon-lianxiren1-copy:before { |
|
|
|
|
content: "\eb2a"; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.icon-lianxiren-copy:before { |
|
|
|
|
content: "\eb2b"; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.icon-rizhi-copy:before { |
|
|
|
|
content: "\eb2c"; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.icon-process-copy:before { |
|
|
|
|
content: "\eb2d"; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.icon-process-copy1:before { |
|
|
|
|
content: "\eb2e"; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.icon-suggest-copy:before { |
|
|
|
|
content: "\eb2f"; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.bottom-card span { |
|
|
|
|
cursor: pointer; |
|
|
|
|