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
34850256
Commit
34850256
authored
Jun 10, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify: style
parent
a193f4aa
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
4 deletions
+21
-4
imageSwiper.js
src/component/imageSwiper/imageSwiper.js
+1
-1
personCenter.wxml
src/component/personCenter/personCenter.wxml
+6
-1
personCenter.wxss
src/component/personCenter/personCenter.wxss
+14
-2
No files found.
src/component/imageSwiper/imageSwiper.js
View file @
34850256
...
@@ -21,7 +21,7 @@ Component({
...
@@ -21,7 +21,7 @@ Component({
*/
*/
data
:
{
data
:
{
imgUrls
:
[],
imgUrls
:
[],
indicatorDots
:
tru
e
,
indicatorDots
:
fals
e
,
autoplay
:
true
,
autoplay
:
true
,
interval
:
5000
,
interval
:
5000
,
duration
:
1000
,
duration
:
1000
,
...
...
src/component/personCenter/personCenter.wxml
View file @
34850256
<!--component/personCenter/personCenter.wxml-->
<!--component/personCenter/personCenter.wxml-->
<view wx:if='{{!memberActivateStatus}}' class="activation-content activation-bg {{true ? 'user-content' : ''}}" style="{{'background-image: url(../../assets/imgs/user-bg.png)'}}">
<
!--<
view wx:if='{{!memberActivateStatus}}' class="activation-content activation-bg {{true ? 'user-content' : ''}}" style="{{'background-image: url(../../assets/imgs/user-bg.png)'}}">
<button type="primary" plain='false' bindtap="handleTtoActiveMemebr">激活立享会员特权</button>
<button type="primary" plain='false' bindtap="handleTtoActiveMemebr">激活立享会员特权</button>
</view>-->
<view wx:if='{{!memberActivateStatus}}' class="member-unActive">
<!--<button type="primary" class="un-active-btn" plain='false' bindtap="handleTtoActiveMemebr">激活立享会员特权</button>-->
<text class="un-active-btn" bindtap="handleTtoActiveMemebr">激活立享会员特权</text>
</view>
</view>
<view wx:if='{{memberActivateStatus}}' class="activation-content activation-bg {{true ? 'user-content' : ''}}" style="{{personData.backgroundImageUrl ? 'background-image: url('+ personData.backgroundImageUrl +');' : 'background-image: url(' + baseUrl + ');'}}">
<view wx:if='{{memberActivateStatus}}' class="activation-content activation-bg {{true ? 'user-content' : ''}}" style="{{personData.backgroundImageUrl ? 'background-image: url('+ personData.backgroundImageUrl +');' : 'background-image: url(' + baseUrl + ');'}}">
...
...
src/component/personCenter/personCenter.wxss
View file @
34850256
...
@@ -93,4 +93,17 @@
...
@@ -93,4 +93,17 @@
.user-name-content {
.user-name-content {
position: absolute;
position: absolute;
top: 7rpx;
top: 7rpx;
}
}
\ No newline at end of file
.member-unActive{
margin: 18rpx 0;
background-color: rgb(11, 170, 52);
color: #FFF;
text-align: center;
height: 100rpx;
line-height: 100rpx;
border-radius: 6rpx;
font-size: 30rpx;
font-weight: 700;
letter-spacing:2rpx;
}
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