小修改

This commit is contained in:
A1300399510
2023-08-02 15:19:10 +08:00
parent e4eb79de24
commit 179b3bac05
2 changed files with 16 additions and 2 deletions

View File

@@ -44,7 +44,8 @@
</div> </div>
</div> </div>
</el-popover> </el-popover>
<div class="seach-btn dis-f al-item jus-x" @click="pitchValue['keyword'] ? handleKeyword(pitchValue['keyword']) : ''"> <div class="seach-btn dis-f al-item jus-x"
@click="pitchValue['keyword'] ? handleKeyword(pitchValue['keyword']) : ''">
<img src="../../assets/homeImage/seachImg.svg" class="img" alt=""> <img src="../../assets/homeImage/seachImg.svg" class="img" alt="">
搜索 搜索
</div> </div>
@@ -86,7 +87,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" :class="{'option-area-unfold': 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>
@@ -316,6 +317,10 @@ const selectOption = (type, value) => {
} }
</script> </script>
<style scoped lang="less"> <style scoped lang="less">
* {
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
}
.dis-f { .dis-f {
display: flex; display: flex;
} }
@@ -498,6 +503,12 @@ const selectOption = (type, value) => {
.search-input { .search-input {
/deep/ .el-input__wrapper { /deep/ .el-input__wrapper {
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
&:hover {
border-color: #c0c4cc;
}
border-radius: 8px 0 0 8px; border-radius: 8px 0 0 8px;
box-shadow: none; box-shadow: none;
background-color: rgba(246, 246, 246, 1); background-color: rgba(246, 246, 246, 1);
@@ -505,6 +516,8 @@ const selectOption = (type, value) => {
border-right: none; border-right: none;
.el-input__inner { .el-input__inner {
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
&::placeholder { &::placeholder {
color: #7f7f7f; color: #7f7f7f;
} }

View File

@@ -1324,6 +1324,7 @@ const publicJump = path => router.push(path)
word-break: break-word; word-break: break-word;
} }
.traffic-box { .traffic-box {
padding: 0 30px; padding: 0 30px;