[新增退款流程、查看物流]
This commit is contained in:
@@ -1,104 +1,104 @@
|
||||
page {
|
||||
background-color: #f7faff;
|
||||
}
|
||||
|
||||
|
||||
/* 列表 */
|
||||
.report {
|
||||
width: 100%;
|
||||
padding: 30rpx 30rpx 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.report-title {
|
||||
font-size: 36rpx;
|
||||
}
|
||||
|
||||
.report-list {
|
||||
margin-top: 30rpx;
|
||||
}
|
||||
|
||||
.report-item {
|
||||
background-color: #fff;
|
||||
border-radius: 20rpx;
|
||||
padding: 30rpx;
|
||||
box-sizing: border-box;
|
||||
box-shadow: 0 4rpx 30rpx 2rpx rgba(0, 0, 0, .05);
|
||||
color: #0d0d0d;
|
||||
position: relative;
|
||||
margin-bottom: 30rpx;
|
||||
}
|
||||
|
||||
.report-item:last-child {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.report-time {
|
||||
font-size: 34rpx;
|
||||
}
|
||||
|
||||
.report-tips {
|
||||
font-size: 28rpx;
|
||||
margin-top: 20rpx;
|
||||
line-height: 60rpx;
|
||||
color: #414141;
|
||||
}
|
||||
|
||||
.report-btn {
|
||||
position: absolute;
|
||||
right: 30rpx;
|
||||
bottom: 30rpx;
|
||||
color: #3b7cff;
|
||||
border: #3b7cff 2rpx solid;
|
||||
font-size: 26rpx;
|
||||
line-height: 56rpx;
|
||||
padding: 0 30rpx;
|
||||
border-radius: 90rpx;
|
||||
}
|
||||
|
||||
/* 友情提示 */
|
||||
.report-point {
|
||||
padding: 140rpx 50rpx 0;
|
||||
box-sizing: border-box;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.report-point-text {
|
||||
color: #999999;
|
||||
line-height: 60rpx;
|
||||
}
|
||||
|
||||
.report-point-text text {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.report-point-btn {
|
||||
margin-top: 50rpx;
|
||||
background-color: #3b7cff;
|
||||
display: inline-block;
|
||||
color: #fff;
|
||||
border-radius: 80rpx;
|
||||
line-height: 90rpx;
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
/* 暂无数据 */
|
||||
.reportTips-title {
|
||||
color: #000;
|
||||
font-size: 34rpx;
|
||||
line-height: 80rpx;
|
||||
}
|
||||
|
||||
.reportTips-text {
|
||||
font-size: 26rpx;
|
||||
}
|
||||
|
||||
.reportTips-btn {
|
||||
background-color: #3b7cff;
|
||||
display: inline-block;
|
||||
color: #fff;
|
||||
line-height: 78rpx;
|
||||
padding: 0 60rpx;
|
||||
border-radius: 10rpx;
|
||||
margin-top: 50rpx;
|
||||
}
|
||||
page {
|
||||
background-color: #f7faff;
|
||||
}
|
||||
|
||||
|
||||
/* 列表 */
|
||||
.report {
|
||||
width: 100%;
|
||||
padding: 30rpx 30rpx 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.report-title {
|
||||
font-size: 36rpx;
|
||||
}
|
||||
|
||||
.report-list {
|
||||
margin-top: 30rpx;
|
||||
}
|
||||
|
||||
.report-item {
|
||||
background-color: #fff;
|
||||
border-radius: 20rpx;
|
||||
padding: 30rpx;
|
||||
box-sizing: border-box;
|
||||
box-shadow: 0 4rpx 30rpx 2rpx rgba(0, 0, 0, .05);
|
||||
color: #0d0d0d;
|
||||
position: relative;
|
||||
margin-bottom: 30rpx;
|
||||
}
|
||||
|
||||
.report-item:last-child {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.report-time {
|
||||
font-size: 34rpx;
|
||||
}
|
||||
|
||||
.report-tips {
|
||||
font-size: 28rpx;
|
||||
margin-top: 20rpx;
|
||||
line-height: 60rpx;
|
||||
color: #414141;
|
||||
}
|
||||
|
||||
.report-btn {
|
||||
position: absolute;
|
||||
right: 30rpx;
|
||||
bottom: 30rpx;
|
||||
color: #3b7cff;
|
||||
border: #3b7cff 2rpx solid;
|
||||
font-size: 26rpx;
|
||||
line-height: 56rpx;
|
||||
padding: 0 30rpx;
|
||||
border-radius: 90rpx;
|
||||
}
|
||||
|
||||
/* 友情提示 */
|
||||
.report-point {
|
||||
padding: 40rpx 50rpx;
|
||||
box-sizing: border-box;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.report-point-text {
|
||||
color: #999999;
|
||||
line-height: 60rpx;
|
||||
}
|
||||
|
||||
.report-point-text text {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.report-point-btn {
|
||||
margin-top: 50rpx;
|
||||
background-color: #3b7cff;
|
||||
display: inline-block;
|
||||
color: #fff;
|
||||
border-radius: 80rpx;
|
||||
line-height: 90rpx;
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
/* 暂无数据 */
|
||||
.reportTips-title {
|
||||
color: #000;
|
||||
font-size: 34rpx;
|
||||
line-height: 80rpx;
|
||||
}
|
||||
|
||||
.reportTips-text {
|
||||
font-size: 26rpx;
|
||||
}
|
||||
|
||||
.reportTips-btn {
|
||||
background-color: #3b7cff;
|
||||
display: inline-block;
|
||||
color: #fff;
|
||||
line-height: 78rpx;
|
||||
padding: 0 60rpx;
|
||||
border-radius: 10rpx;
|
||||
margin-top: 50rpx;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user