Commit 24298442 by 陈超

T

parent d5e1e70f
......@@ -290,6 +290,39 @@ div::-webkit-scrollbar {
position: relative;
}
.two_button_container {
padding: 0.75rem;
}
.two_button_left {
border-radius: 1.5rem;
border:1px solid rgba(163,228,96,1);
width: 0;
height: 3rem;
flex-grow: 1;
display: flex;
justify-content: center;
align-items: center;
font-size: 1rem;
font-weight: 600;
color: rgba(101,192,0,1);
margin-right: 1.9375rem;
}
.two_button_right {
width: 0;
height: 3rem;
flex-grow: 1;
display: flex;
justify-content: center;
align-items: center;
background:rgba(163,228,96,1);
border-radius:24px;
font-size:16px;
font-weight:600;
color:rgba(255,255,255,1);
}
.confirm_button {
box-sizing: border-box;
height:44px;
......
......@@ -39,6 +39,11 @@
<div @click="onBuy('2')" class="van-ellipsis" :class="selectedBuy('2') ? 'drop_down_option_selected' : 'drop_down_option'">未购买</div>
</div>
<span class="all_category_title text_16_600 color_333333">价格区间</span>
<div class="two_button_container layout_h" style="margin-top: 2.5rem;">
<div class="two_button_left">重置</div>
<div class="two_button_right">确认</div>
</div>
</div>
</van-dropdown-item>
</van-dropdown-menu>
......
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 to comment