From a605dd0aac8d3f7e87c2e8858cce944e2a2f43fe Mon Sep 17 00:00:00 2001 From: Liuyi <candymxq888@outlook.com> Date: 星期六, 21 九月 2024 17:33:49 +0800 Subject: [PATCH] 完成主页布局样式,添加余额记录页面,封装navbar组件 --- unpackage/dist/dev/mp-weixin/pages/login/index.wxss | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/unpackage/dist/dev/mp-weixin/pages/login/index.wxss b/unpackage/dist/dev/mp-weixin/pages/login/index.wxss index 0e813cf..df22e5f 100644 --- a/unpackage/dist/dev/mp-weixin/pages/login/index.wxss +++ b/unpackage/dist/dev/mp-weixin/pages/login/index.wxss @@ -153,7 +153,7 @@ justify-content: center; align-items: center; } -.container .content .bottom .other-login img { +.container .content .bottom .other-login image { width: 76rpx; height: 76rpx; /* background: #345DB1; */ -- Gitblit v1.9.3