html引入iview如何修改样式,vue中如何修改iView的样式,
问题描述
我想要改变我引入
问题出现的平台版本及自己尝试过哪些方法
相关代码
// 请把代码文本粘贴到下方(请勿用图片代替代码)
重构的css
.selects {
float:left;
color:#666;
width: 80px;
height: 30px;
margin-left:10px;
position: relative;
select{
color:#666;
background:none;
border: none;
outline: none;
width: 80px;
height: 28px;
line-height: 28px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
padding-left: 10px;
}
}
//使用伪类给select添加自己想用的图标
.selects:after{
content: "";
width: 13px;
height: 12px;
background: url('http://p6c8y8c2e.bkt.clouddn.com/index/zhongwenyingwen@2x.png');
background-repeat: no-repeat;
background-size:100%;
position: absolute;
right: 0;
top: 45%;
pointer-events: none;
}
{{ item.name }}
你期待的结果是什么?实际看到的错误信息又是什么?
总结
以上是生活随笔为你收集整理的html引入iview如何修改样式,vue中如何修改iView的样式,的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 从S3获取数据在html表示,AWS L
- 下一篇: 体验使用node.js创建vue+Ele