|
@@ -47,6 +47,7 @@
|
|
|
|
|
|
<!-- 弹窗 全部筛选 -->
|
|
|
<van-popup
|
|
|
+ class="popupxx"
|
|
|
v-model="popupVisibility"
|
|
|
position="bottom"
|
|
|
:style="{ height: '90%' }"
|
|
@@ -90,7 +91,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div class="btn" @click="handleSubmitFilter">
|
|
|
+ <div class="btn-popup" @click="handleSubmitFilter">
|
|
|
<span>提交</span>
|
|
|
</div>
|
|
|
|
|
@@ -319,4 +320,21 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.popupxx {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: space-between;
|
|
|
+ .btn-popup {
|
|
|
+ background: #3290C4;
|
|
|
+ border-radius: 11px;
|
|
|
+ font-size: @font-size-common;
|
|
|
+ font-family: PingFangSC-Regular, PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #FFFFFF;
|
|
|
+ line-height: 24px;
|
|
|
+ text-align: center;
|
|
|
+ padding: 10px 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
</style>
|