Compare commits

...

2 Commits

Author SHA1 Message Date
A1300399510
6083a9fde9 修改 2023-07-31 17:24:34 +08:00
A1300399510
14c60bd443 修改编辑字体、筛选框加动画 2023-07-31 17:24:34 +08:00
3 changed files with 12 additions and 2 deletions

View File

@@ -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>
@@ -351,6 +351,7 @@ const selectOption = (type, value) => {
.seach-box-bg {
background-color: none;
box-shadow: none;
padding-top: 0;
.seach-box {
@@ -578,6 +579,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: 335px;
}
.option-left,
.option-right {

View File

@@ -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 => {

View File

@@ -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;