picker toolbar

This commit is contained in:
cookfront
2017-03-08 15:00:57 +08:00
parent fafbdf17f8
commit 6551e81ec8
4 changed files with 46 additions and 3 deletions
+20
View File
@@ -1,9 +1,29 @@
@import "./mixins/border_retina.css";
@component-namespace zan {
@b picker {
overflow: hidden;
@e toolbar {
height: 40px;
line-height: 40px;
overflow: hidden;
padding: 0 15px;
position: relative;
&::after {
@mixin border-retina (top, bottom);
}
}
@e cancel {
color: #3388FF;
float: left;
}
@e confirm {
color: #3388FF;
float: right;
}
@e columns {