Commit b620dcf0 by Tang

feat: 卡片样式修改

parent 12456739
...@@ -18,9 +18,9 @@ ...@@ -18,9 +18,9 @@
<div class="tool-img"> <div class="tool-img">
<img src="./img/pic_tiaomashuisu.png" alt=""/> <img src="./img/pic_tiaomashuisu.png" alt=""/>
</div> </div>
<div class="tool-name"> <div class="tool-name y-center zs-card">
<img src="./img/icon_android.png" alt=""/>Android <div><img src="./img/icon_android.png" alt=""/>Android</div>
<img src="./img/icon_iphone.png" alt=""/>Iphone <div><img src="./img/icon_iphone.png" alt=""/>Iphone</div>
</div> </div>
</div> </div>
</div> </div>
...@@ -97,8 +97,18 @@ export default { ...@@ -97,8 +97,18 @@ export default {
font-weight: 500; font-weight: 500;
color: #0d2c6c; color: #0d2c6c;
text-align: center; 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; 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