修改首页图片样式

This commit is contained in:
sangchengzhi
2026-01-06 17:01:32 +08:00
parent 90fab46de7
commit cc8c7e34c9
5 changed files with 82 additions and 170 deletions

View File

@@ -9,7 +9,7 @@
<img :src="item.img"/>
</van-swipe-item>
</van-swipe>
<div class="color-overlay"></div>
<!-- <div class="color-overlay"></div> -->
<div class="in_search">
<router-link to="search">
<img src="../assets/search.png"/>可搜索医生科室
@@ -379,7 +379,7 @@ export default {
}
.in_search a {
background: rgba(255, 255, 255, 0.4);
background: hsl(0deg 0% 0% / 40%);
display: flex;
align-items: center;
justify-content: center;
@@ -406,6 +406,9 @@ export default {
font-size: 0.37rem;
font-weight: 700;
z-index: 4;
padding: 5px 10px;
background: hsl(0deg 0% 0% / 40%);
border-radius: 15px;
}