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
71d02856
Commit
71d02856
authored
Jun 11, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify: 兑换框样式
parent
2b59f11e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
6 deletions
+11
-6
exchange-coupon-modal.wxml
...omponent/exchange-coupon-modal/exchange-coupon-modal.wxml
+1
-1
exchange-coupon-modal.wxss
...omponent/exchange-coupon-modal/exchange-coupon-modal.wxss
+10
-5
No files found.
src/component/exchange-coupon-modal/exchange-coupon-modal.wxml
View file @
71d02856
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<view class="add" catchtap="addNum">+</view>
<view class="add" catchtap="addNum">+</view>
</view>-->
</view>-->
</view>
</view>
<view>
<view
class="modal-bottom"
>
<button type='default' class='cancel' bindtap='cancel'>再想想</button>
<button type='default' class='cancel' bindtap='cancel'>再想想</button>
<button type='primary' class='query' bindtap='handelRedeemNow'>立即兑换</button>
<button type='primary' class='query' bindtap='handelRedeemNow'>立即兑换</button>
</view>
</view>
...
...
src/component/exchange-coupon-modal/exchange-coupon-modal.wxss
View file @
71d02856
...
@@ -58,21 +58,26 @@
...
@@ -58,21 +58,26 @@
}
}
.modal-desc{
.modal-desc{
font-size: 28rpx;
font-size: 28rpx;
margin-top: 38rpx;
margin-bottom: 100rpx;
display: flex;
display: flex;
justify-content:center;
justify-content: center;
line-height:158rpx;
}
.modal-bottom {
text-align: center;
}
}
.cancel,.query{
.cancel,.query{
display: inline-block;
display: inline-block;
width:
20
0rpx;
width:
18
0rpx;
font-size: 26rpx;
font-size: 26rpx;
}
}
.query {
.query {
background
: rgb(2, 187, 112)
background
-color: rgb(2, 187, 112) !important;
}
}
.cancel{
.cancel{
margin-right: 30rpx;
margin-right: 30rpx;
color: rgb(2, 187, 112) !important;
background-color: #fff !important;
border: 1px solid rgb(2, 187, 112) !important;
}
}
.coupon-number{
.coupon-number{
float: right;
float: right;
...
...
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