Commit 76e73db1 by libai

测试

parent ffd20cc5
...@@ -37,6 +37,10 @@ ...@@ -37,6 +37,10 @@
position: relative; position: relative;
} }
.list-btn-box select { .list-btn-box select {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
background: #E4F9F9; background: #E4F9F9;
width: 1.5rem; width: 1.5rem;
height: 0.7rem; height: 0.7rem;
...@@ -50,17 +54,20 @@ ...@@ -50,17 +54,20 @@
filter: none !important; filter: none !important;
outline: none; outline: none;
background-image: none !important; background-image: none !important;
text-indent: 0.1rem; text-indent: 0.2rem;
right: 0.65rem; right: 0.65rem;
top: 0.1rem; top: 0.1rem;
} }
.list-btn-box select option { .list-btn-box select option {
text-align: center !important; text-align: center !important;
font-size: 0.3rem; font-size: 0.3rem;
border: none; text-indent: 0.2rem;
/*清除select聚焦时候的边框颜色*/ }
outline: none; .bottom-arrow {
text-indent: 0.1rem; width: 0.25rem;
position: absolute;
left: 8.9rem;
top: 0.38rem;
} }
.list-btn-ul { .list-btn-ul {
margin-left: 0.3rem; margin-left: 0.3rem;
......
...@@ -36,6 +36,10 @@ ...@@ -36,6 +36,10 @@
height: 1rem; height: 1rem;
position: relative; position: relative;
select{ select{
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
-ms-appearance:none;
background: #E4F9F9; background: #E4F9F9;
width: 1.5rem; width: 1.5rem;
height: 0.7rem; height: 0.7rem;
...@@ -49,20 +53,24 @@ ...@@ -49,20 +53,24 @@
filter: none !important; filter: none !important;
outline: none; outline: none;
background-image: none !important; background-image: none !important;
text-indent: 0.1rem; text-indent: 0.2rem;
right: 0.65rem; right: 0.65rem;
top: 0.1rem; top: 0.1rem;
option{ option{
text-align: center !important; text-align: center !important;
font-size: 0.3rem; font-size: 0.3rem;
border: none; text-indent: 0.2rem;
/*清除select聚焦时候的边框颜色*/
outline: none;
text-indent: 0.1rem;
} }
} }
} }
.bottom-arrow{
width: 0.25rem;
position: absolute;
left: 8.9rem;
top: 0.38rem;
}
.list-btn-ul{ .list-btn-ul{
margin-left: 0.3rem; margin-left: 0.3rem;
li{ li{
......
...@@ -52,6 +52,7 @@ ...@@ -52,6 +52,7 @@
<option value ="1">按周</option> <option value ="1">按周</option>
<option value ="2">按月</option> <option value ="2">按月</option>
</select> </select>
<img class="bottom-arrow" src="images/bottom.png" alt="">
</div> </div>
<div class="list-top-box clearfix"> <div class="list-top-box clearfix">
<!-- <div class="list-top-box1"> <!-- <div class="list-top-box1">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment