修改首页图片样式
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user