From ea8d29b9880cf43d194a2f9aaf62b961098eeaf7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=86=8A=E4=B8=BD=E5=90=9B?= <664953382@qq.com>
Date: Thu, 23 Sep 2021 15:29:31 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E7=89=87=E6=98=BE?=
=?UTF-8?q?=E7=A4=BA=E5=B0=BA=E5=AF=B8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/index/index.vue | 23 +++++++++++++++--------
1 file changed, 15 insertions(+), 8 deletions(-)
diff --git a/pages/index/index.vue b/pages/index/index.vue
index fcec7f8..4125b0e 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -7,13 +7,11 @@
- {{ info.name }}
+ {{ info.name }}
@@ -395,14 +393,23 @@ export default {
border-radius: 15px 15px 0 0;
.img {
+ // display: flex;
+ // flex-direction: column;
padding: 40rpx;
- font-size: 30rpx;
- color: #666666;
+ // font-size: 30rpx;
+ // color: #666666;
.u-image {
- border-radius: 15px !important;
- overflow: hidden !important;
+ /deep/.u-image__image{
+ vertical-align: middle;
+ }
+ // overflow: hidden !important;
}
+ .info_name{
+ font-size: 36rpx;
+ color: #333333;
+ margin-top: 40rpx
+ }
}
}