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; }