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
f508cc52
Commit
f508cc52
authored
Apr 26, 2020
by
谢中龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改温馨提示
parent
7823e3bf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
0 deletions
+27
-0
refund.wxml
src/pages/refund/refund.wxml
+7
-0
refund.wxss
src/pages/refund/refund.wxss
+20
-0
No files found.
src/pages/refund/refund.wxml
View file @
f508cc52
...
...
@@ -54,6 +54,13 @@
</picker>
</view>
</view>
<!-- 温馨提示 -->
<view class="warn-tips" wx:if="{{openRefundTips}}">
<view class="header">退货须知</view>
<view class="tips-content">
{{refundTips}}
</view>
</view>
<view class="form">
<view class="form-label">退款金额</view>
<view class="form-picker">
...
...
src/pages/refund/refund.wxss
View file @
f508cc52
...
...
@@ -178,3 +178,23 @@ page{
background: #ffffff;
padding: 20rpx; }
.warn-tips{
background-color: #eeeeee;
margin-top: 15rpx;
padding: 15rpx;
font-size: 24rpx;
color: #999999;
}
.warn-tips .header{
padding-bottom: 0rpx;
color: #333333;
font-weight: bold;
border-bottom: dashed 1rpx #eeeeee;
}
.tips-content{
padding-top: 20rpx;
letter-spacing: 2rpx;
line-height: 30rpx;
}
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