Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7_Eleven_Alipay
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_Alipay
Commits
6b117148
Commit
6b117148
authored
Sep 23, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
acss
parent
2d2fffa7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
66 additions
and
28 deletions
+66
-28
pointDetail.acss
pages/pointDetail/pointDetail.acss
+64
-27
pointDetail.json
pages/pointDetail/pointDetail.json
+2
-1
No files found.
pages/pointDetail/pointDetail.acss
View file @
6b117148
/* pages/userCenter.wxss */
@import './../../base/base.acss';
page{
background-color: #ffffff;
.detail-info{
min-height: 350rpx;
background-color: #fff;
padding: 44rpx 51rpx;
}
.page-mySpend{
padding: 0 32rpx;
.info-num {
height: 45rpx;
color: rgba(51, 51, 51, 1);
font-size: 32rpx;
text-align: left;
font-family: PingFangSC-Regular;
}
.spend-wrap{
padding: 28rpx 0;
border-bottom: 1px solid #e5e5e5;
.info-ready-num {
left: 563rpx;
height: 40rpx;
color: rgba(117, 117, 117, 1);
font-size: 28rpx;
text-align: right;
font-family: PingFangSC-Regular;
}
.
spend-id
{
color: #999999
;
.
info-progress
{
padding: 31rpx 0 56rpx 15rpx
;
}
.spend-time,.spend-shop{
color: #666666;
.info-status-btn {
margin: 0 50rpx;
text-align: center;
height: 88rpx;
line-height: 78rpx;
border-radius: 44rpx;
background-color: #FFFFFF;
font-size: 32rpx;
}
.available{
box-shadow: 0px 2rpx 14rpx -3rpx rgba(255, 51, 51, 1);
background:linear-gradient(to bottom, #FF3333,#F85B5B);/*设置按钮为渐变颜色*/
color: #fff;
}
.unacommpolished {
border: 1px solid rgba(204, 204, 204, 1);
color: rgba(204, 204, 204, 1);
font-size: 32rpx;
font-family: PingFangSC-Medium;
}
.spend-list{
position: relative;
.detail-desc {
box-sizing: border-box;
padding: 20rpx 40rpx 0 40rpx;
}
.spend-status{
color: #05c35b;
position: absolute;
right: 0;
bottom: 0;
.integral-list{
margin: 20rpx 0 60rpx 0;
font-size: 27rpx;
}
.fail-status{
.integral-title,.integral-desc{
display: inline-block;
}
.integral-title{
color: #999999;
vertical-align: top;
margin-right: 50rpx;
text-align: right;
width: 120rpx;
}
.no-bottom {
margin: 50rpx 0;
.integral-desc{
width: 500rpx;
color: #666666;
}
.detail-list-no {
padding-top: 200rpx;
text-align: center;
color: #cccccc;
font-size: 28rpx;
.detail-active {
height: 33rpx;
font-size: 24rpx;
text-align: right;
font-family: PingFangSC-Regular;
}
.total-points {
font-size: 48rpx;
}
\ No newline at end of file
pages/pointDetail/pointDetail.json
View file @
6b117148
...
...
@@ -2,6 +2,6 @@
"usingComponents"
:
{
"no-more"
:
"/component/noMore/noMore"
},
"defaultTitle"
:
"
我的消费
"
,
"defaultTitle"
:
"
集点详情
"
,
"pullRefresh"
:
true
}
\ 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