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();