vue-moo
Version:
moo
39 lines (34 loc) • 767 B
CSS
.moo-pop {
width: 160pxr;
.moo-pop-control {
.moo-btn .btn-touch {
min-width: 120pxr;
border: 1px solid #00a611;
background: #fff;
color: #007215;
text-shadow: none;
}
}
.moo-pop-open {
position: relative;
z-index: 11;
.moo-btn .btn-touch {
border-bottom: 1px solid transparent;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
}
.moo-pop-content {
position: absolute;
z-index: 10;
margin-top: -1px;
margin-left: -5pxr;
padding: 10pxr;
border: 1px solid #00a611;
border-top-left-radius: 5pxr;
border-top-right-radius: 5pxr;
border-bottom-left-radius: 5pxr;
border-bottom-right-radius: 5pxr;
background-color: #fff;
}
}