html引入iview如何修改样式,vue中如何修改iView的样式,
問題描述
我想要改變我引入
問題出現(xiàn)的平臺版本及自己嘗試過哪些方法
相關(guān)代碼
// 請把代碼文本粘貼到下方(請勿用圖片代替代碼)
重構(gòu)的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添加自己想用的圖標(biāo)
.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 }}
你期待的結(jié)果是什么?實際看到的錯誤信息又是什么?
總結(jié)
以上是生活随笔為你收集整理的html引入iview如何修改样式,vue中如何修改iView的样式,的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 从S3获取数据在html表示,AWS L
- 下一篇: 什么是html的编码方式,HTML网页中