Commit b620dcf0 by Tang

feat: 卡片样式修改

parent 12456739
......@@ -18,9 +18,9 @@
<div class="tool-img">
<img src="./img/pic_tiaomashuisu.png" alt=""/>
</div>
<div class="tool-name">
<img src="./img/icon_android.png" alt=""/>Android
<img src="./img/icon_iphone.png" alt=""/>Iphone
<div class="tool-name y-center zs-card">
<div><img src="./img/icon_android.png" alt=""/>Android</div>
<div><img src="./img/icon_iphone.png" alt=""/>Iphone</div>
</div>
</div>
</div>
......@@ -97,8 +97,18 @@ export default {
font-weight: 500;
color: #0d2c6c;
text-align: center;
}
> img {
.zs-card.tool-name {
justify-content: space-between;
padding: 0 14px;
> div {
display: flex;
align-items: center;
}
img {
margin-right: 9px;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment