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