2025-09-12 17:13:55 +08:00

401 lines
6.3 KiB
CSS

.page {
background-color: #f6f7fb;
min-height: 100vh;
padding-bottom: 120rpx;
}
.progress-container {
display: flex;
justify-content: space-between;
padding: 30rpx 20rpx;
background-color: #ffffff;
}
.progress-item {
display: flex;
flex-direction: column;
align-items: center;
width: 33%;
}
.progress-item.active .progress-text {
color: #ff4d4f;
}
.progress-text {
font-size: 24rpx;
color: #999999;
margin-top: 10rpx;
}
.progress-line {
width: 200rpx;
height: 2rpx;
background-color: #d9d9d9;
align-self: center;
flex-grow: 1;
margin-top: 10rpx;
}
.status-tip {
background-color: #ffffff;
padding: 30rpx 20rpx;
margin-bottom: 20rpx;
text-align: center;
}
.status-title {
font-size: 40rpx;
font-weight: bold;
color: #333333;
display: block;
margin-bottom: 10rpx;
}
.status-desc {
font-size: 24rpx;
color: #999999;
display: block;
margin-bottom: 5rpx;
}
.status-desc2 {
font-size: 24rpx;
background-color: #ffeeeb;
color: #fe441a;
width: 80%;
margin: 20rpx auto 0;
padding: 20rpx;
border-radius: 8rpx;
}
.addOrderIdBtn{
width: 70%;
margin: 10rpx auto 0;
border-radius: 50rpx;
background-color: #ff3f14;
color: #ffffff;
}
.hr {
height: 20rpx;
background: #f5f7fb;
}
.goods-info {
background-color: #ffffff;
margin-bottom: 20rpx;
padding: 20rpx;
}
.goods-item {
display: flex;
padding: 10rpx 0;
border-bottom: 1rpx solid #eeeeee;
position: relative;
}
.goods-image {
width: 160rpx;
height: 160rpx;
border-radius: 10rpx;
margin-right: 20rpx;
}
.goods-details {
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
}
.asGoodTag {
background-color: #ff7d00;
color: white;
font-size: 22rpx;
padding: 5rpx 10rpx;
border-radius: 8rpx 0 8rpx 8rpx;
}
.asGoodTag1 {
margin-right: 15rpx;
}
.tag-img {
position: absolute;
top: 133rpx;
left: 80rpx;
z-index: 1;
}
.goods-name {
font-weight: bold;
font-size: 28rpx;
color: #333333;
margin-bottom: 10rpx;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.goods-desc {
font-size: 26rpx;
color: #999999;
border-radius: 8rpx;
display: inline-block;
}
.goods-price {
font-size: 26rpx;
color: #ff4d4f;
margin-bottom: 5rpx;
}
.goods-count {
font-size: 24rpx;
color: #666666;
float: right;
}
.refund-amount {
font-size: 28rpx;
align-self: flex-start;
font-weight: 500;
position: absolute;
right: 10rpx;
}
.refund-info {
background-color: #ffffff;
margin-bottom: 20rpx;
}
.info-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 25rpx 20rpx;
border-bottom: 1rpx solid #eeeeee;
}
.info-label {
font-size: 28rpx;
color: #666666;
width: 200rpx;
}
.info-value {
font-size: 28rpx;
color: #333333;
flex: 1;
text-align: right;
padding-right: 20rpx;
}
.amount {
color: #ff4d4f;
font-weight: bold;
}
.info-arrow {
width: 16rpx;
height: 16rpx;
border-top: 2rpx solid #999999;
border-right: 2rpx solid #999999;
transform: rotate(45deg);
}
.copy-icon {
width: 30rpx;
height: 30rpx;
background-image: url('https://wechat-img-file.oss-cn-beijing.aliyuncs.com/myOrder/copy.png');
background-size: cover;
}
.action-buttons {
display: flex;
padding: 20rpx;
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 999;
margin-bottom: 30rpx;
}
.cancel-btn {
width: 220rpx;
height: 80rpx;
background-color: #d9d9d9;
color: #333;
border-radius: 40rpx;
font-size: 28rpx;
line-height: 80rpx;
text-align: center;
}
.modify-btn {
width: 220rpx;
height: 80rpx;
background-color: #ffebcb;
color: #983012;
border-radius: 40rpx;
font-size: 28rpx;
line-height: 80rpx;
text-align: center;
}
.urge-btn {
width: 220rpx;
height: 80rpx;
background-color: #ffe8e5;
color: #ed4d1c;
border: none;
border-radius: 40rpx;
font-size: 28rpx;
line-height: 80rpx;
text-align: center;
}
.moneyGo-btn{
width: 220rpx;
height: 80rpx;
background-color: #ff370b;
color: #ffffff;
border: none;
border-radius: 40rpx;
font-size: 28rpx;
line-height: 80rpx;
text-align: center;
}
.bottomImg{
width: 70rpx;
height: 80rpx;
}
/* 退款去向弹窗样式 */
.money-path-popup-content {
background-color: #ffffff;
border-top-left-radius: 30rpx;
border-top-right-radius: 30rpx;
padding: 20rpx;
height: 45vh;
overflow-y: auto;
}
.popup-header {
display: flex;
align-items: center;
padding: 20rpx 0;
margin-bottom: 30rpx;
}
.header-title {
font-size: 32rpx;
font-weight: bold;
color: #333333;
margin: 0 auto;
}
.close-btn {
font-size: 28rpx;
color: #999999;
}
.refund-method {
margin-bottom: 40rpx;
}
.method-item {
display: flex;
align-items: center;
padding: 20rpx;
}
.wechat-icon {
width: 40rpx;
height: 35rpx;
background-size: cover;
margin-right: 15rpx;
}
.method-text {
font-size: 30rpx;
color: #333333;
flex: 1;
}
.method-text2 {
font-size: 28rpx;
color: #9d9d9d;
flex: 1;
}
.method-amount {
font-size: 30rpx;
font-weight: bold;
}
.refund-status {
padding: 0 70rpx;
}
.status-item {
display: flex;
padding: 20rpx 0;
position: relative;
padding-left: 40rpx;
margin: 20rpx 0;
}
.status-item.active .status-dot {
border: 3rpx solid #e35e38;
}
.status-item.active .status-line {
/* background-color: #e35e38; */
}
.status-dot {
width: 15rpx;
height: 15rpx;
border-radius: 50%;
border: 2rpx solid #d9d9d9;
background-color: #ffffff;
position: absolute;
left: 0;
top: 20rpx;
z-index: 1;
}
.status-line {
border-left: 4rpx dotted #ea704b86;
height: 100%;
position: absolute;
left: 7rpx;
top: 40rpx;
}
.status-item:last-child .status-line {
display: none;
}
.status-info {
flex: 1;
}
.status-text {
font-size: 28rpx;
color: #333333;
display: block;
margin-bottom: 10rpx;
}
.status-desc {
font-size: 24rpx;
color: #999999;
display: block;
}