From fb297e8a8c88baefa9e0cdd4f09a0ec5c9782e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=93=E9=9B=AA=E5=B3=B0?= <634123426@qq.com> Date: Wed, 11 Nov 2020 12:00:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20nvue=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E7=BC=96=E8=AF=91=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/zhibo/index.nvue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pages/zhibo/index.nvue b/pages/zhibo/index.nvue index b249386..327fb4c 100644 --- a/pages/zhibo/index.nvue +++ b/pages/zhibo/index.nvue @@ -96,7 +96,9 @@ border-bottom-width: 2rpx; border-style: solid; border-color: #ECECEC; + /* #ifndef APP-PLUS-NVUE */ display: flex; + /* #endif */ flex-direction: row; align-items: center; justify-content: space-between; @@ -124,7 +126,9 @@ border-bottom-width: 2rpx; border-style: solid; border-color: #ECECEC; + /* #ifndef APP-PLUS-NVUE */ display: flex; + /* #endif */ flex-direction: row; align-items: center; } @@ -183,7 +187,9 @@ border-radius: 30rpx; } .userlist{ + /* #ifndef APP-PLUS-NVUE */ display: flex; + /* #endif */ flex-direction: row-reverse; width: 150rpx; height: 60rpx; @@ -205,7 +211,9 @@ text-overflow: ellipsis; } .userinfo { + /* #ifndef APP-PLUS-NVUE */ display: flex; + /* #endif */ flex-direction: column; width: 100rpx; margin-left: 20rpx; @@ -240,7 +248,9 @@ left: 30rpx; width: 308rpx; height: 70rpx; + /* #ifndef APP-PLUS-NVUE */ display: flex; + /* #endif */ align-items: center; border-radius: 35rpx; overflow: hidden; @@ -315,7 +325,9 @@ font-size: 30rpx; color: #fff; flex-direction: column-reverse; + /* #ifndef APP-PLUS-NVUE */ word-wrap:anywhere; + /* #endif */ font-weight: bold; }