From 89959843c275a3c88058d6283d15fde6dfd4ad91 Mon Sep 17 00:00:00 2001 From: congzc Date: Tue, 8 Aug 2023 14:42:43 +0800 Subject: [PATCH] 2 --- src/pages/closeStyle/closeStyle.vue | 70 +++++++++++++++++++++++++---- src/pages/index/index.vue | 2 +- src/pages/lookPhoto/index.vue | 2 +- 3 files changed, 63 insertions(+), 11 deletions(-) diff --git a/src/pages/closeStyle/closeStyle.vue b/src/pages/closeStyle/closeStyle.vue index 216f521..21aa6b8 100644 --- a/src/pages/closeStyle/closeStyle.vue +++ b/src/pages/closeStyle/closeStyle.vue @@ -4,16 +4,37 @@ > - - + - + 样式风格 + + --> + + + + + + + 样式风格 + + @@ -54,17 +75,48 @@ function createPhoto() { height: 80rpx; } } +scroll-view { + width: 750rpx; +} +.uni-scroll-view-content { + width: 750rpx; + display: flex !important; + flex-direction: row !important; + flex-wrap: wrap !important; + justify-content: space-between !important; + .styleInfo { + width: 350rpx; + height: 400rpx; + margin-bottom: 50rpx; + image { + width: 350rpx; + height: 350rpx; + } + text { + width: 100%; + height: 50rpx; + text-align: center; + line-height: 50rpx; + } + } +} .u-list { width: 100%; - view { + .glodYBox { + display: flex !important; + flex-direction: row !important; + flex-wrap: wrap !important; + justify-content: space-between !important; + } + .u-list-item { display: flex !important; flex-direction: row !important; flex-wrap: wrap !important; justify-content: space-between !important; - .u-list-item { - } } .styleInfo { + display: flex !important; + flex-wrap: wrap !important; width: 350rpx; height: 400rpx; margin-bottom: 50rpx; diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 6c36c2d..233b06a 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -85,7 +85,7 @@ function handleLogin() { } //#endregion --------------------- -// voiceTotalApi(); +voiceTotalApi();