- 需求的场景描述(希望解决的问题)
hi.
某些情况下 为了配合后端渲染(兼容 -别的地方已经出现的逻辑)用到了中文命名。不知官方是否考虑会支持一下 大概是下面这个样子 页面根据服务端的 数据渲染出 对应的图标
@mixin sprites- icon ($name, $url: '@default' ) { @if $ url != '@default' { $name: $ url ; } .rc-sprite-#{$name} { display : inline- block ; width : 14px ; background- size : 168px auto ; height : 14px ; margin-top : 3px ; margin-right : 5px ; background-image : url ( '../assets/img/sprites/brand/#{$name}.png' ); } } $sprites: '一汽' '三菱' '上汽大通' '东南' '东风' '中兴' ! default ; @each $sprite in $sprites { @include sprites- icon ($sprite); } |
@charset "UTF-8" ; .rc-sprite-一汽 { display : inline- block ; width : 14px ; height : 14px ; margin-top : 3px ; margin-right : 5px ; background-image : url (https://xx/ static /img/brand. 9 cc 1 c 4 cc.png); background-position : 0px 0px ; background- size : 168px 112px ; width : 56px ; height : 56px ; } .rc-sprite-三菱 { display : inline- block ; width : 14px ; height : 14px ; margin-top : 3px ; margin-right : 5px ; background-image : url (https://xx/ static /img/brand. 9 cc 1 c 4 cc.png); background-position : -56px 0px ; background- size : 168px 112px ; width : 56px ; height : 56px ; } |
- 希望提供的能力
wxss 支持中文解析
你好,这个功能暂不考虑支持。
CSS中也没有类名写中文的吧
可以写啊,jq,$(".变量")都可以
就不能你代码里把中文名转换下?
CSS 是可以使用中文名的。希望wxss 能够支持中文解析