Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
高淑倩
7-Eleven
Commits
4c3a3242
Commit
4c3a3242
authored
Jun 03, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify: 会员中心
parent
144562be
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
34 deletions
+13
-34
picNav.js
src/component/picNav/picNav.js
+1
-3
userCenter.wxml
src/pages/userCenter/userCenter.wxml
+4
-26
userCenter.wxss
src/pages/userCenter/userCenter.wxss
+8
-5
No files found.
src/component/picNav/picNav.js
View file @
4c3a3242
...
@@ -14,9 +14,7 @@ Component({
...
@@ -14,9 +14,7 @@ Component({
value
:
[],
value
:
[],
},
},
},
},
attached
()
{
attached
()
{},
console
.
log
(
'picNav'
,
this
.
data
.
picNav
)
},
/**
/**
* 组件的初始数据
* 组件的初始数据
*/
*/
...
...
src/pages/userCenter/userCenter.wxml
View file @
4c3a3242
...
@@ -18,35 +18,13 @@
...
@@ -18,35 +18,13 @@
<!-- 图片导航 {{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>
<!--<image-swiper />
<!--<image-swiper />
...
...
src/pages/userCenter/userCenter.wxss
View file @
4c3a3242
...
@@ -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;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment