Sfoglia il codice sorgente

Merge remote-tracking branch 'origin/dev_czc' into dev

master
congzc 1 anno fa
parent
commit
9fa62d9d71
3 ha cambiato i file con 63 aggiunte e 11 eliminazioni
  1. +61
    -9
      src/pages/closeStyle/closeStyle.vue
  2. +1
    -1
      src/pages/index/index.vue
  3. +1
    -1
      src/pages/lookPhoto/index.vue

+ 61
- 9
src/pages/closeStyle/closeStyle.vue Vedi File

@@ -4,16 +4,37 @@
><image src="../../assets/text/closeStyleText.png" mode="aspectFit" ><image src="../../assets/text/closeStyleText.png" mode="aspectFit"
/></view> /></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" /> <image src="../../assets/icon/uploadImg.png" />
<text>样式风格</text> <text>样式风格</text>
</view> </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-item>
</u-list> </u-list>
</div> </div>
@@ -54,17 +75,48 @@ function createPhoto() {
height: 80rpx; 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 { .u-list {
width: 100%; 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; display: flex !important;
flex-direction: row !important; flex-direction: row !important;
flex-wrap: wrap !important; flex-wrap: wrap !important;
justify-content: space-between !important; justify-content: space-between !important;
.u-list-item {
}
} }
.styleInfo { .styleInfo {
display: flex !important;
flex-wrap: wrap !important;
width: 350rpx; width: 350rpx;
height: 400rpx; height: 400rpx;
margin-bottom: 50rpx; margin-bottom: 50rpx;


+ 1
- 1
src/pages/index/index.vue Vedi File

@@ -85,7 +85,7 @@ function handleLogin() {
} }
//#endregion --------------------- //#endregion ---------------------
// voiceTotalApi();
voiceTotalApi();
</script> </script>
<style lang="scss"> <style lang="scss">


+ 1
- 1
src/pages/lookPhoto/index.vue Vedi File

@@ -129,7 +129,7 @@ function bueCoin() {
<style lang="scss"> <style lang="scss">
.u-swiper { .u-swiper {
width: 90%;
width: 700rpx;
height: 800rpx !important; height: 800rpx !important;
swiper { swiper {
width: 100%; width: 100%;


Caricamento…
Annulla
Salva