Commit 4c3a3242 by 高淑倩

modify: 会员中心

parent 144562be
......@@ -14,9 +14,7 @@ Component({
value: [],
},
},
attached () {
console.log('picNav', this.data.picNav)
},
attached () {},
/**
* 组件的初始数据
*/
......
......@@ -18,35 +18,13 @@
<!-- 图片导航 {{pItem.navigation.images}}-->
<view class="images-tab" wx:if="{{pItem.type == 3}}">
<pic-nav pic-nav="{{pItem.navigation.images}}" />
<!-- <view class='main-content'>
<view class='top-content'>
<view class='top-left-img'>
<image src='/assets/imgs/user-bg.png'></image>
</view>
<view class='top-right-img'>
<view>
<image src='/assets/imgs/user-bg.png'></image>
</view>
<view>
<image src='/assets/imgs/user-bg.png'></image>
</view>
</view>
</view>
<view class='bottom-content'>
<image src='/assets/imgs/user-bg.png'></image>
<image src='/assets/imgs/user-bg.png'></image>
</view>
</view>
-->
</view>
<!-- 底部 -->
<view class="images-tab" wx:if="{{pItem.type == 4}}">
<image-proportion images="{{pItem.bottom}}"></image-proportion>
<view class='footer-content'>
<image class='arrow-left' src='/assets/imgs/arrow-left.png'></image>
<text class='footer-text'>{{pItem.bottom.title}}</text>
</view>
<view class='footer-content' style="background:{{pItem.bottom.color}};color:{{pItem.bottom.color}}">
<text class="footer-arrow" style="color:{{pItem.bottom.fontColor}}"> << </text>
<text class='footer-text' style="color:{{pItem.bottom.fontColor}}">{{pItem.bottom.title}}</text>
</view>
</view>
<!--<image-swiper />
......
......@@ -55,13 +55,11 @@
height: 160rpx;
}
.footer-content{
/* width: 100%; */
/* height: 100rpx; */
text-align: center;
background-color: rgb(5, 195, 90);
/* position: fixed; */
/* bottom: 0; */
line-height: 100rpx;
padding: 0 54rpx;
position: relative;
}
.arrow-left {
width: 32rpx;
......@@ -71,5 +69,10 @@
.footer-text{
color: #ffffff;
font-size: 32rpx;
margin-left: 208rpx;
}
.footer-arrow {
position: absolute;
left: 50rpx;
color: #ffffff;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment