diff --git a/src/views/door.vue b/src/views/door.vue index 7494451..fcad464 100644 --- a/src/views/door.vue +++ b/src/views/door.vue @@ -16,7 +16,8 @@
- 安卓APP扫码 + + 安卓APP扫码

安卓APP下载

@@ -89,8 +90,6 @@ .doorFooter { width: 100%; - height: 160px; - // background: yellow; display: flex; justify-content: center; @@ -104,21 +103,24 @@ font-size: 14px; font-style: normal; font-weight: 400; - // background: red; .part { - width: 100px; - height: 120px; background: rgba(47, 147, 250, 0.5); text-align: center; - + padding: 10px; + border-radius: 8px; + box-shadow: 0px 0px 10px rgba(47, 147, 250, 0.2); + cursor: pointer; + &:hover { + transform: scale(1.1); + } img { - width: 90px; - height: 90px; - border-radius: 10px; - margin-top: 6px; + width: 120px; + height: 120px; + border-radius: 5px; } p { text-align: center; + margin-top: 5px; } } }