Commit 6b117148 by 高淑倩

acss

parent 2d2fffa7
/* pages/userCenter.wxss */ /* pages/userCenter.wxss */
@import './../../base/base.acss'; @import './../../base/base.acss';
page{ .detail-info{
background-color: #ffffff; min-height: 350rpx;
background-color: #fff;
padding: 44rpx 51rpx;
} }
.page-mySpend{ .info-num {
padding: 0 32rpx; height: 45rpx;
color: rgba(51, 51, 51, 1);
font-size: 32rpx;
text-align: left;
font-family: PingFangSC-Regular;
} }
.spend-wrap{ .info-ready-num {
padding: 28rpx 0; left: 563rpx;
border-bottom: 1px solid #e5e5e5; height: 40rpx;
color: rgba(117, 117, 117, 1);
font-size: 28rpx;
text-align: right;
font-family: PingFangSC-Regular;
} }
.spend-id{ .info-progress{
color: #999999; padding: 31rpx 0 56rpx 15rpx;
} }
.spend-time,.spend-shop{ .info-status-btn {
color: #666666; 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{ .detail-desc {
position: relative; box-sizing: border-box;
padding: 20rpx 40rpx 0 40rpx;
} }
.spend-status{ .integral-list{
color: #05c35b; margin: 20rpx 0 60rpx 0;
position: absolute; font-size: 27rpx;
right: 0;
bottom: 0;
} }
.fail-status{ .integral-title,.integral-desc{
display: inline-block;
}
.integral-title{
color: #999999; color: #999999;
vertical-align: top;
margin-right: 50rpx;
text-align: right;
width: 120rpx;
} }
.no-bottom { .integral-desc{
margin: 50rpx 0; width: 500rpx;
color: #666666;
} }
.detail-active {
.detail-list-no { height: 33rpx;
padding-top: 200rpx; font-size: 24rpx;
text-align: center; text-align: right;
color: #cccccc; font-family: PingFangSC-Regular;
font-size: 28rpx; }
.total-points {
font-size: 48rpx;
} }
\ No newline at end of file
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
"usingComponents": { "usingComponents": {
"no-more": "/component/noMore/noMore" "no-more": "/component/noMore/noMore"
}, },
"defaultTitle": "我的消费", "defaultTitle": "集点详情",
"pullRefresh": true "pullRefresh": true
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment