mov-mobile
Version:
Mov - 让你感到幸福的 Vue 组件库
34 lines (32 loc) • 925 B
text/less
@import "../../style/common";
.mona-picker-view {
position: relative;
height: 100%;
overflow: hidden;
.mona-picker-view-mask {
position: absolute;
z-index: 10;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-image: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), -webkit-linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
background-position: top, bottom;
background-repeat: no-repeat;
}
.mona-picker-view-wrap {
width: 100%;
height: 34px;
text-align: center;
position: relative;
}
.mona-picker-view-item {
font-size: 14px;
height: 34px;
line-height: 34px;
}
.mona-picker-view-transition {
transition: transform 0.4s ease-out;
}
}