Commit 4c3a3242 by 高淑倩

modify: 会员中心

parent 144562be
...@@ -14,9 +14,7 @@ Component({ ...@@ -14,9 +14,7 @@ Component({
value: [], value: [],
}, },
}, },
attached () { attached () {},
console.log('picNav', this.data.picNav)
},
/** /**
* 组件的初始数据 * 组件的初始数据
*/ */
......
...@@ -18,34 +18,12 @@ ...@@ -18,34 +18,12 @@
<!-- 图片导航 {{pItem.navigation.images}}--> <!-- 图片导航 {{pItem.navigation.images}}-->
<view class="images-tab" wx:if="{{pItem.type == 3}}"> <view class="images-tab" wx:if="{{pItem.type == 3}}">
<pic-nav pic-nav="{{pItem.navigation.images}}" /> <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>
<!-- 底部 --> <!-- 底部 -->
<view class="images-tab" wx:if="{{pItem.type == 4}}"> <view class="images-tab" wx:if="{{pItem.type == 4}}">
<image-proportion images="{{pItem.bottom}}"></image-proportion> <view class='footer-content' style="background:{{pItem.bottom.color}};color:{{pItem.bottom.color}}">
<view class='footer-content'> <text class="footer-arrow" style="color:{{pItem.bottom.fontColor}}"> << </text>
<image class='arrow-left' src='/assets/imgs/arrow-left.png'></image> <text class='footer-text' style="color:{{pItem.bottom.fontColor}}">{{pItem.bottom.title}}</text>
<text class='footer-text'>{{pItem.bottom.title}}</text>
</view> </view>
</view> </view>
......
...@@ -55,13 +55,11 @@ ...@@ -55,13 +55,11 @@
height: 160rpx; height: 160rpx;
} }
.footer-content{ .footer-content{
/* width: 100%; */ text-align: center;
/* height: 100rpx; */
background-color: rgb(5, 195, 90); background-color: rgb(5, 195, 90);
/* position: fixed; */
/* bottom: 0; */
line-height: 100rpx; line-height: 100rpx;
padding: 0 54rpx; padding: 0 54rpx;
position: relative;
} }
.arrow-left { .arrow-left {
width: 32rpx; width: 32rpx;
...@@ -71,5 +69,10 @@ ...@@ -71,5 +69,10 @@
.footer-text{ .footer-text{
color: #ffffff; color: #ffffff;
font-size: 32rpx; 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