|
@@ -40,20 +40,19 @@
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
position: absolute;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
- left: 0;
|
|
|
|
- right: 0;
|
|
|
|
|
|
+ left: 50%;
|
|
background: #fff;
|
|
background: #fff;
|
|
border: 1px solid @line_color;
|
|
border: 1px solid @line_color;
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
opacity: 0;
|
|
opacity: 0;
|
|
z-index: 2;
|
|
z-index: 2;
|
|
- transform: translateY(100%);
|
|
|
|
|
|
+ transform: translate(-50%, 100%);
|
|
|
|
|
|
.select-option {
|
|
.select-option {
|
|
height: 0;
|
|
height: 0;
|
|
line-height: 25px;
|
|
line-height: 25px;
|
|
- padding-left: 10px;
|
|
|
|
|
|
+ padding: 0 10px;
|
|
border-bottom: 1px solid transparent;
|
|
border-bottom: 1px solid transparent;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
@@ -143,7 +142,6 @@
|
|
}
|
|
}
|
|
|
|
|
|
.select-option {
|
|
.select-option {
|
|
- padding: 0;
|
|
|
|
text-align: center;
|
|
text-align: center;
|
|
border: none;
|
|
border: none;
|
|
}
|
|
}
|
|
@@ -193,7 +191,6 @@
|
|
}
|
|
}
|
|
|
|
|
|
.select-option {
|
|
.select-option {
|
|
- padding: 0;
|
|
|
|
text-align: center;
|
|
text-align: center;
|
|
line-height: 30px;
|
|
line-height: 30px;
|
|
border: none;
|
|
border: none;
|