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
a63a0ed2
Commit
a63a0ed2
authored
Sep 21, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式
parent
851d3dd1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
confirmOrder.wxml
src/pages/confirmOrder/confirmOrder.wxml
+2
-2
confirmOrder.wxss
src/pages/confirmOrder/confirmOrder.wxss
+7
-2
No files found.
src/pages/confirmOrder/confirmOrder.wxml
View file @
a63a0ed2
...
@@ -97,8 +97,8 @@
...
@@ -97,8 +97,8 @@
<!-- <image class="bottom-image" src="/assets/imgs/7_1_0/explain.png" /> -->
<!-- <image class="bottom-image" src="/assets/imgs/7_1_0/explain.png" /> -->
</view>
</view>
</view>
</view>
<view class="vip-right">
<view class="vip-right
df" bindtap="handelChangeSelectVip
">
<view class="right-check-status"
bindtap="handelChangeSelectVip"
>
<view class="right-check-status">
<image class="check-status-img" src="{{isSelect ? '/assets/imgs/7_1_0/08_22/trade-success.png' : '/assets/imgs/7_1_0/08_22/trade-unsel.png'}}" />
<image class="check-status-img" src="{{isSelect ? '/assets/imgs/7_1_0/08_22/trade-success.png' : '/assets/imgs/7_1_0/08_22/trade-unsel.png'}}" />
</view>
</view>
<view class="right-check-tips {{isSelect? 'tip-check' : 'tip-un-check'}}">
<view class="right-check-tips {{isSelect? 'tip-check' : 'tip-un-check'}}">
...
...
src/pages/confirmOrder/confirmOrder.wxss
View file @
a63a0ed2
...
@@ -9,6 +9,10 @@
...
@@ -9,6 +9,10 @@
.address-wrap{
.address-wrap{
padding: 0 30rpx;
padding: 0 30rpx;
}
}
.vip-right {
width: 100rpx;
height: 100rpx;
}
.address-section{
.address-section{
display: flex;
display: flex;
justify-content: space-between;
justify-content: space-between;
...
@@ -278,10 +282,10 @@
...
@@ -278,10 +282,10 @@
.tip-check {
.tip-check {
width: 155rpx;
width: 155rpx;
height: 55rpx;
height: 55rpx;
right:
4
rpx;
right:
33
rpx;
}
}
.tip-un-check {
.tip-un-check {
width: 100rpx;
width: 100rpx;
height: 55rpx;
height: 55rpx;
right:
0
rpx;
right:
33
rpx;
}
}
\ No newline at end of file
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