| | |
| | | </script> |
| | | |
| | | <style lang="scss"> |
| | | @import "uview-ui/index.scss"; |
| | | @import '@/components/uview-components/uview-ui/index.scss'; |
| | | |
| | | // -------适配底部安全区 苹果x系列刘海屏 |
| | | |
| | |
| | | .flex1 { |
| | | flex: 1; //必须父级设置flex |
| | | } |
| | | |
| | | /* 在线链接服务仅供平台体验和调试使用,平台不承诺服务的稳定性,企业客户需下载字体包自行发布使用并做好备份。 */ |
| | | @font-face { |
| | | font-family: 'iconfont'; /* Project id 4921691 */ |
| | | src: |
| | | url('//at.alicdn.com/t/c/font_4921691_3vdxatwdwe9.woff2?t=1750062394172') format('woff2'), |
| | | url('//at.alicdn.com/t/c/font_4921691_3vdxatwdwe9.woff?t=1750062394172') format('woff'), |
| | | url('//at.alicdn.com/t/c/font_4921691_3vdxatwdwe9.ttf?t=1750062394172') format('truetype'); |
| | | } |
| | | .iconfont { |
| | | /* font-family需要和自定义的相同 */ |
| | | font-family: "iconfont" !important; |
| | | font-size: 2em; |
| | | font-style: normal; |
| | | -webkit-font-smoothing: antialiased; |
| | | -moz-osx-font-smoothing: grayscale; |
| | | } |
| | | </style> |