🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 样式库 - 高亮 ``` { 'emphasis': { /*...*/ '__DEFAULT__': { 'face': '{color: "#00BFFF", transparent:0, opacity:0.3, depthTest: 0, }', 'texture': '', 'line': '{color: "#00BFFF", }', }, 'Emphasis_01': { 'face': '{color: "#00BFFF", transparent:0, opacity:0.3, depthTest: 0, }', 'texture': '', 'line': '{color: "#00BFFF", }', }, /*...*/ }, } ``` * 当鼠标经过时,对开启经过交互的物体,会有高亮效果 | 参数 | 说明 | 格式 | 备注 | | --- | --- | --- | --- | --- | | emphasis[key] | 样式集合,key为样式ID<br />必须保留一个__DEFAULT__ | Object | | | emphasis[key].face | 表面样式 | String | |