Ver a proveniência

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

master
congzc há 1 ano
ascendente
cometimento
9fa62d9d71
3 ficheiros alterados com 63 adições e 11 eliminações
  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 Ver ficheiro

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


+ 1
- 1
src/pages/index/index.vue Ver ficheiro

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


+ 1
- 1
src/pages/lookPhoto/index.vue Ver ficheiro

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


Carregando…
Cancelar
Guardar