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
2125aa32
Commit
2125aa32
authored
Jun 04, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify: bottom 样式
parent
7ef7f7f0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
30 deletions
+8
-30
base.wxss
src/base/base.wxss
+3
-0
userCenter.wxml
src/pages/userCenter/userCenter.wxml
+3
-3
userCenter.wxss
src/pages/userCenter/userCenter.wxss
+2
-27
No files found.
src/base/base.wxss
View file @
2125aa32
...
@@ -10,6 +10,9 @@
...
@@ -10,6 +10,9 @@
.df-j--ba {
.df-j--ba {
justify-content: space-around;
justify-content: space-around;
}
}
.pd1530{
padding: 15rpx 30rpx;
}
.df-1 {
.df-1 {
flex: 1; }
flex: 1; }
...
...
src/pages/userCenter/userCenter.wxml
View file @
2125aa32
...
@@ -6,17 +6,17 @@
...
@@ -6,17 +6,17 @@
<!--{{pItem.type}}-->
<!--{{pItem.type}}-->
<!-- 轮播 -->
<!-- 轮播 -->
<view class="images-tab" wx:if="{{pItem.type == 1}}">
<view class="images-tab
pd1530
" wx:if="{{pItem.type == 1}}">
<image-swiper image-data="{{pItem.rotationchart.images}}" />
<image-swiper image-data="{{pItem.rotationchart.images}}" />
</view>
</view>
<!-- 个人中心 {{pItem.customer}}-->
<!-- 个人中心 {{pItem.customer}}-->
<view class="images-tab" wx:if="{{pItem.type == 2}}">
<view class="images-tab
pd1530
" wx:if="{{pItem.type == 2}}">
<person-center person-data="{{pItem.customer}}"/>
<person-center person-data="{{pItem.customer}}"/>
</view>
</view>
<!-- 图片导航 {{pItem.navigation.images}}-->
<!-- 图片导航 {{pItem.navigation.images}}-->
<view class="images-tab" wx:if="{{pItem.type == 3}}">
<view class="images-tab
pd1530
" wx:if="{{pItem.type == 3}}">
<pic-nav pic-nav="{{pItem.navigation.images}}" />
<pic-nav pic-nav="{{pItem.navigation.images}}" />
</view>
</view>
<!-- 底部 -->
<!-- 底部 -->
...
...
src/pages/userCenter/userCenter.wxss
View file @
2125aa32
...
@@ -4,40 +4,15 @@ page {
...
@@ -4,40 +4,15 @@ page {
background: #fff!important;
background: #fff!important;
}
}
.user-center{
.user-center{
padding: 15rpx 30rpx;
margin-bottom: 120rpx;
margin-bottom: 120rpx;
background: #fff;
background: #fff;
box-sizing:border-box;
}
}
/* .activation-content{
position: relative;
width: 690rpx;
height: 166rpx;
margin-top: 18rpx;
border-radius: 7rpx;
} */
/* .activation-bg{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border-radius: 7rpx;
z-index: -1;
} */
.main-content{
.main-content{
margin-top: 18rpx;
margin-top: 18rpx;
}
}
/* .activation-content button{
width: 400rpx;
height: 68rpx;
border-radius: 68rpx;
line-height: 68rpx;
font-size: 30rpx;
position: absolute;
top: 49rpx;
left: 144rpx;
} */
.top-content,.bottom-content{
.top-content,.bottom-content{
display: flex;
display: flex;
flex-direction: row;
flex-direction: row;
...
...
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