ijijin-view
Version:
vuejs UI components, from ijijin.
32 lines (28 loc) • 662 B
text/less
// 选择器
// 容器
.vu-picker {
position: relative;
text-align: center;
overflow: hidden;
// 滚动轨道
.vu-trace {
transition: transform 0.1s linear;
-webkit-transition: transform 0.1s linear;
& > li {
color: #8a8a8a;
font-size: 14px;
&.active {
color: #333;
font-size: 16px;
}
}
}
// 选择行
.vu-pick {
position: absolute;
left: 0;
width: 100%;
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
}
}