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
1a4e6471
Commit
1a4e6471
authored
Jun 12, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify: 兑换框样式
parent
71d02856
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
9 deletions
+12
-9
exchange-coupon-modal.wxml
...omponent/exchange-coupon-modal/exchange-coupon-modal.wxml
+2
-2
exchange-coupon-modal.wxss
...omponent/exchange-coupon-modal/exchange-coupon-modal.wxss
+9
-6
integralWater.wxss
src/pages/integralWater/integralWater.wxss
+1
-1
No files found.
src/component/exchange-coupon-modal/exchange-coupon-modal.wxml
View file @
1a4e6471
...
...
@@ -15,8 +15,8 @@
</view>-->
</view>
<view class="modal-bottom">
<button
type='default'
class='cancel' bindtap='cancel'>再想想</button>
<button
type='primary'
class='query' bindtap='handelRedeemNow'>立即兑换</button>
<button class='cancel' bindtap='cancel'>再想想</button>
<button class='query' bindtap='handelRedeemNow'>立即兑换</button>
</view>
</view>
</view>
...
...
src/component/exchange-coupon-modal/exchange-coupon-modal.wxss
View file @
1a4e6471
...
...
@@ -6,7 +6,9 @@
top: 0;
background-color: transparent;
}
button::after {
border: 0;
}
.modal-mask {
position: fixed;
top: 0;
...
...
@@ -64,6 +66,7 @@
}
.modal-bottom {
text-align: center;
display: flex;
}
.cancel,.query{
display: inline-block;
...
...
@@ -71,13 +74,13 @@
font-size: 26rpx;
}
.query {
background-color: rgb(2, 187, 112) !important;
background-color: rgb(2, 187, 112);
color: #fff;
}
.cancel{
margin-right: 30rpx;
color: rgb(2, 187, 112) !important;
background-color: #fff !important;
border: 1px solid rgb(2, 187, 112) !important;
color: rgb(2, 187, 112);
background-color: #fff;
border: 1px solid rgb(2, 187, 112);
}
.coupon-number{
float: right;
...
...
src/pages/integralWater/integralWater.wxss
View file @
1a4e6471
...
...
@@ -29,7 +29,7 @@
text-align: center;
margin-left:38%;
color: rgb(64, 205, 147);
font-size:
19
rpx;
font-size:
22
rpx;
font-weight: 700;
border: 4rpx solid rgb(64, 205, 147);
padding: 5rpx 8rpx;
...
...
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