|
|
@@ -4,16 +4,37 @@ |
|
|
|
><image src="../../assets/text/closeStyleText.png" mode="aspectFit" |
|
|
|
/></view> |
|
|
|
|
|
|
|
<u-list class="styleListBox" @scrolltolower="scrolltolower"> |
|
|
|
<u-list-item |
|
|
|
v-for="item in styleList" |
|
|
|
:key="index" |
|
|
|
class="styleListBoxItme" |
|
|
|
<!-- <view> |
|
|
|
<scroll-view |
|
|
|
:scroll-top="scrollTop" |
|
|
|
scroll-y="true" |
|
|
|
class="scroll-Y" |
|
|
|
@scrolltolower="scrolltolower" |
|
|
|
> |
|
|
|
<view class="styleInfo" @click="createPhoto"> |
|
|
|
<view |
|
|
|
v-for="item in styleList" |
|
|
|
:key="index" |
|
|
|
class="styleInfo" |
|
|
|
@click="createPhoto" |
|
|
|
> |
|
|
|
<image src="../../assets/icon/uploadImg.png" /> |
|
|
|
<text>样式风格</text> |
|
|
|
</view> |
|
|
|
</scroll-view> |
|
|
|
</view> --> |
|
|
|
|
|
|
|
<u-list class="styleListBox" @scrolltolower="scrolltolower"> |
|
|
|
<u-list-item class="glodYBox"> |
|
|
|
<u-list-item |
|
|
|
v-for="item in styleList" |
|
|
|
:key="index" |
|
|
|
class="styleListBoxItme" |
|
|
|
> |
|
|
|
<view class="styleInfo" @click="createPhoto"> |
|
|
|
<image src="../../assets/icon/uploadImg.png" /> |
|
|
|
<text>样式风格</text> |
|
|
|
</view> |
|
|
|
</u-list-item> |
|
|
|
</u-list-item> |
|
|
|
</u-list> |
|
|
|
</div> |
|
|
@@ -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; |
|
|
|