3603d0c03b
增加setEditorValue、getEditorValue方法 修改updateContact传参 修复只选择表情发送按钮是灰色的问题 修复send之后toContactId丢失的问题
46 lines
1.3 KiB
Stylus
46 lines
1.3 KiB
Stylus
// @font-face {
|
|
// font-family: 'lemon-icons';
|
|
// src: url('//at.alicdn.com/t/font_1312162_neqltsj20an.eot');
|
|
// src: url('//at.alicdn.com/t/font_1312162_neqltsj20an.eot?#iefix') format('embedded-opentype'),
|
|
// url('//at.alicdn.com/t/font_1312162_neqltsj20an.woff2') format('woff2'),
|
|
// url('//at.alicdn.com/t/font_1312162_neqltsj20an.woff') format('woff'),
|
|
// url('//at.alicdn.com/t/font_1312162_neqltsj20an.ttf') format('truetype'),
|
|
// url('//at.alicdn.com/t/font_1312162_neqltsj20an.svg#iconfont') format('svg');
|
|
// }
|
|
@font-face {
|
|
font-family: 'lemon-icons';
|
|
src:url('../fonts/icon.woff') format('woff');
|
|
}
|
|
[class^='lemon-icon-'],
|
|
[class*=' lemon-icon-']
|
|
font-family lemon-icons !important
|
|
speak none
|
|
font-style normal
|
|
font-weight 400
|
|
font-variant normal
|
|
text-transform none
|
|
line-height 1
|
|
vertical-align baseline
|
|
display inline-block
|
|
|
|
.lemon-icon-loading:before
|
|
content '\e633'
|
|
.lemon-icon-prompt:before
|
|
content '\e71b'
|
|
.lemon-icon-message:before
|
|
content '\e84a'
|
|
.lemon-icon-emoji:before
|
|
content '\e6f6'
|
|
.lemon-icon-attah:before
|
|
content '\e7e1'
|
|
.lemon-icon-image:before
|
|
content '\e7de'
|
|
.lemon-icon-folder:before
|
|
content '\e7d1'
|
|
.lemon-icon-people:before
|
|
content '\e715'
|
|
.lemon-icon-group:before
|
|
content '\e6ff'
|
|
.lemon-icon-addressbook:before
|
|
content '\e6e2'
|