diff --git a/App.vue b/App.vue index 2399c72..1cefd21 100644 --- a/App.vue +++ b/App.vue @@ -121,6 +121,7 @@ @import '@/common/styles/common.css'; @import '@/common/styles/main.css'; @import "@/common/styles/icon.css"; + @import "@/common/styles/iconfont.css"; //底部按钮 .btn-bottom { diff --git a/common/styles/iconfont.css b/common/styles/iconfont.css new file mode 100644 index 0000000..c696efc --- /dev/null +++ b/common/styles/iconfont.css @@ -0,0 +1,42 @@ +@font-face { + font-family: "lf-iconfont"; /* Project id 2651793 */ + src: url('//at.alicdn.com/t/font_2651793_erp3vwlpk0v.woff2?t=1625725821604') format('woff2'), + url('//at.alicdn.com/t/font_2651793_erp3vwlpk0v.woff?t=1625725821604') format('woff'), + url('//at.alicdn.com/t/font_2651793_erp3vwlpk0v.ttf?t=1625725821604') format('truetype'); +} + +.lf-iconfont { + font-family: "lf-iconfont" !important; + font-size: 16px; + font-style: normal; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.lf-icon-xiangyou:before { + content: "\e6d8"; +} + +.lf-icon-dui:before { + content: "\e64d"; +} + +.lf-icon-jia:before { + content: "\e606"; +} + +.lf-icon-dui1:before { + content: "\e609"; +} + +.lf-icon-weixin:before { + content: "\e61c"; +} + +.lf-icon-cuowu:before { + content: "\e60c"; +} + +.lf-icon-tongzhi:before { + content: "\e60d"; +} diff --git a/common/styles/theme.css b/common/styles/theme.css index 6201f2b..cd95db8 100644 --- a/common/styles/theme.css +++ b/common/styles/theme.css @@ -19,8 +19,8 @@ checkbox .uni-checkbox-input { radio .uni-radio-input.uni-radio-input-checked, checkbox .uni-checkbox-input.uni-checkbox-input-checked { /* border-radius: 50%; */ - border: 1px solid #FE9903 !important; - background: #FE9903 !important; + border: 1px solid #1998FE !important; + background: #1998FE !important; color: #FFFFFF !important; } @@ -45,8 +45,8 @@ checkbox .wx-checkbox-input { radio .wx-radio-input.wx-radio-input-checked, checkbox .wx-checkbox-input.wx-checkbox-input-checked { border-radius: 50%; - border: 1px solid #FE9903 !important; - background: #FE9903 !important; + border: 1px solid #1998FE !important; + background: #1998FE !important; color: #FFFFFF !important; } @@ -61,11 +61,11 @@ radio:not([disabled]) .wx-radio-input:hover checkbox:not([disabled]) .wx-checkbo /* #endif */ .lf-color-primary { - color: #FE9903 !important; + color: #1998FE !important; } .lf-bg-primary { - background: #FE9903 !important; + background: #1998FE !important; } .lf-color-secondary { diff --git a/components/lf-waterfall/lf-waterfall.vue b/components/lf-waterfall/lf-waterfall.vue index dab9463..34f0077 100644 --- a/components/lf-waterfall/lf-waterfall.vue +++ b/components/lf-waterfall/lf-waterfall.vue @@ -3,7 +3,7 @@