摘要: npm install js-pinyin main.js 引入 import pinyin from 'js-pinyin' 使用组件内 let pinyin = require('js-pinyin'); pinyin.setOptions({checkPolyphone: false, cha 阅读全文
posted @ 2018-09-27 16:31 shuihanxiao 阅读(3942) 评论(0) 推荐(0) 编辑
摘要: var pinyin = (function (){ var Pinyin = function (ops){ this.initialize(ops); }, options = { checkPolyphone: false, charcase: 'default' }; Pinyin.fn = 阅读全文
posted @ 2018-09-27 16:22 shuihanxiao 阅读(276) 评论(0) 推荐(0) 编辑
摘要: .activeMoreBankList{ height: 188px; overflow-y: auto;} /*滚动条样式*/.activeMoreBankList::-webkit-scrollbar {/*滚动条整体样式*/ width: 4px; /*高宽分别对应横竖滚动条的尺寸*/ hei 阅读全文
posted @ 2018-09-27 15:57 shuihanxiao 阅读(207) 评论(0) 推荐(0) 编辑