修改编辑字体、筛选框加动画
This commit is contained in:
@@ -86,7 +86,7 @@
|
|||||||
<img class="triangle" src="@/assets/img/publicImage/triangle-black.svg" />
|
<img class="triangle" src="@/assets/img/publicImage/triangle-black.svg" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="option-area flexflex" v-if="state == 'unfold'">
|
<div class="option-area flexflex" :class="{'option-area-unfold': state == 'unfold'}">
|
||||||
<div class="option-left">
|
<div class="option-left">
|
||||||
<div class="option-item flexflex">
|
<div class="option-item flexflex">
|
||||||
<div class="option-title">学校附近</div>
|
<div class="option-title">学校附近</div>
|
||||||
@@ -578,6 +578,13 @@ const selectOption = (type, value) => {
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
border-top: 1px solid #ebebeb;
|
border-top: 1px solid #ebebeb;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
height: 0;
|
||||||
|
transition: all .25s linear 0s;
|
||||||
|
|
||||||
|
|
||||||
|
&.option-area-unfold {
|
||||||
|
height: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
.option-left,
|
.option-left,
|
||||||
.option-right {
|
.option-right {
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ axios.interceptors.request.use( //响应拦截
|
|||||||
showFullScreenLoading()
|
showFullScreenLoading()
|
||||||
// 开发时登录用的,可以直接替换小程序的 authorization
|
// 开发时登录用的,可以直接替换小程序的 authorization
|
||||||
// if (process.env.NODE_ENV == "development") config['headers']['authorization'] = "x2mmnl9grt51bpplj2k6ioiuummzhnw3"
|
// if (process.env.NODE_ENV == "development") config['headers']['authorization'] = "x2mmnl9grt51bpplj2k6ioiuummzhnw3"
|
||||||
// if (process.env.NODE_ENV == "development") config['headers']['authorization'] = "0h870ovk2xckoqfsh8a3t3sg4sg5z7eg"
|
if (process.env.NODE_ENV == "development") config['headers']['authorization'] = "0h870ovk2xckoqfsh8a3t3sg4sg5z7eg"
|
||||||
return config;
|
return config;
|
||||||
},
|
},
|
||||||
error => {
|
error => {
|
||||||
|
|||||||
@@ -1388,6 +1388,7 @@ export default {
|
|||||||
margin: -36px auto 50px;
|
margin: -36px auto 50px;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
|
||||||
|
|
||||||
.form-box {
|
.form-box {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
@@ -2232,6 +2233,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.pop {
|
.pop {
|
||||||
|
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user