2024-05-06 15:34:15 +08:00
|
|
|
/* pages/my/after_sales/after_sales.wxss */
|
2024-05-24 17:17:01 +08:00
|
|
|
page {
|
2024-05-06 15:34:15 +08:00
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
2024-05-24 17:17:01 +08:00
|
|
|
.top {
|
2024-05-06 15:34:15 +08:00
|
|
|
width: 750rpx;
|
2024-05-24 17:17:01 +08:00
|
|
|
height: 80rpx;
|
|
|
|
line-height: 80rpx;
|
2024-05-06 15:34:15 +08:00
|
|
|
background-color: #f7e0cd;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #333333;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2024-05-24 17:17:01 +08:00
|
|
|
.top text {
|
2024-05-06 15:34:15 +08:00
|
|
|
color: #ff372d;
|
|
|
|
/* margin-left: 15rpx; */
|
|
|
|
}
|
|
|
|
|
2024-05-24 17:17:01 +08:00
|
|
|
.jl {
|
|
|
|
width: 750rpx;
|
|
|
|
background-color: #ffffff;
|
2024-05-06 15:34:15 +08:00
|
|
|
border-radius: 40rpx;
|
|
|
|
margin-top: 30rpx;
|
2024-05-24 17:17:01 +08:00
|
|
|
padding-bottom: 60rpx;
|
2024-05-06 15:34:15 +08:00
|
|
|
}
|
2024-05-24 17:17:01 +08:00
|
|
|
.title {
|
2024-05-06 15:34:15 +08:00
|
|
|
width: 100%;
|
|
|
|
height: 90rpx;
|
|
|
|
line-height: 90rpx;
|
|
|
|
font-size: 36rpx;
|
|
|
|
color: #333333;
|
|
|
|
text-align: center;
|
|
|
|
border-bottom: 1rpx #eeeeee solid;
|
|
|
|
margin-bottom: 35rpx;
|
|
|
|
}
|
2024-05-24 17:17:01 +08:00
|
|
|
.jlcont {
|
|
|
|
padding: 0 30rpx;
|
2024-05-06 15:34:15 +08:00
|
|
|
margin-bottom: 35rpx;
|
|
|
|
line-height: 45rpx;
|
|
|
|
}
|
2024-05-24 17:17:01 +08:00
|
|
|
.cont-1 {
|
2024-05-06 15:34:15 +08:00
|
|
|
width: 15rpx;
|
2024-05-24 17:17:01 +08:00
|
|
|
height: 15rpx;
|
2024-05-06 15:34:15 +08:00
|
|
|
background-color: #cccccc;
|
|
|
|
border-radius: 50%;
|
2024-05-24 17:17:01 +08:00
|
|
|
margin-top: 15rpx;
|
2024-05-06 15:34:15 +08:00
|
|
|
margin-right: 15rpx;
|
|
|
|
}
|
2024-05-24 17:17:01 +08:00
|
|
|
.cont-1h {
|
2024-05-06 15:34:15 +08:00
|
|
|
background-color: #ffbb00;
|
|
|
|
}
|
2024-05-24 17:17:01 +08:00
|
|
|
.cont-2 {
|
2024-05-06 15:34:15 +08:00
|
|
|
font-size: 28rpx;
|
|
|
|
color: #999999;
|
|
|
|
width: 150rpx;
|
|
|
|
}
|
2024-05-24 17:17:01 +08:00
|
|
|
.cont-3 {
|
2024-05-06 15:34:15 +08:00
|
|
|
font-size: 28rpx;
|
|
|
|
color: #333333;
|
|
|
|
width: 480rpx;
|
|
|
|
}
|
|
|
|
|
2024-05-24 17:17:01 +08:00
|
|
|
.btn {
|
2024-05-06 15:34:15 +08:00
|
|
|
width: 690rpx;
|
2024-05-24 17:17:01 +08:00
|
|
|
height: 80rpx;
|
|
|
|
line-height: 80rpx;
|
|
|
|
background-image: linear-gradient(90deg, #fdac04 0%, #ee7c1d 100%);
|
2024-05-06 15:34:15 +08:00
|
|
|
border-radius: 40rpx;
|
|
|
|
position: fixed;
|
|
|
|
left: 30rpx;
|
|
|
|
bottom: 50rpx;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #ffffff;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2024-05-24 17:17:01 +08:00
|
|
|
|
|
|
|
.btn-cancel {
|
|
|
|
bottom: 160rpx;
|
|
|
|
}
|
|
|
|
.btn-1 {
|
2024-05-06 15:34:15 +08:00
|
|
|
width: 690rpx;
|
2024-05-24 17:17:01 +08:00
|
|
|
height: 80rpx;
|
|
|
|
line-height: 80rpx;
|
|
|
|
background-color: #999;
|
2024-05-06 15:34:15 +08:00
|
|
|
border-radius: 40rpx;
|
|
|
|
position: fixed;
|
|
|
|
left: 30rpx;
|
|
|
|
bottom: 50rpx;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #ffffff;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2024-05-24 17:17:01 +08:00
|
|
|
.btn-2 {
|
|
|
|
width: 690rpx;
|
|
|
|
height: 80rpx;
|
|
|
|
line-height: 80rpx;
|
|
|
|
background-color: #999;
|
|
|
|
border-radius: 40rpx;
|
|
|
|
position: fixed;
|
|
|
|
left: 30rpx;
|
|
|
|
bottom: 160rpx;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #ffffff;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.dengdai {
|
2024-05-06 15:34:15 +08:00
|
|
|
margin-top: 200rpx;
|
|
|
|
font-size: 32rpx;
|
2024-05-24 17:17:01 +08:00
|
|
|
color: #ffbb00;
|
2024-05-06 15:34:15 +08:00
|
|
|
}
|
2024-05-24 17:17:01 +08:00
|
|
|
.dengdai view image {
|
2024-05-06 15:34:15 +08:00
|
|
|
width: 103rpx;
|
|
|
|
height: 103rpx;
|
|
|
|
}
|
2024-05-24 17:17:01 +08:00
|
|
|
.dengdai view {
|
2024-05-06 15:34:15 +08:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2024-05-24 17:17:01 +08:00
|
|
|
.jieguo_cont {
|
2024-05-06 15:34:15 +08:00
|
|
|
font-size: 28rpx;
|
2024-05-24 17:17:01 +08:00
|
|
|
line-height: 48rpx;
|
2024-05-06 15:34:15 +08:00
|
|
|
color: #999999;
|
|
|
|
width: 690rpx;
|
|
|
|
padding: 0 30rpx;
|
|
|
|
}
|
|
|
|
|
2024-05-24 17:17:01 +08:00
|
|
|
.goods {
|
2024-05-06 15:34:15 +08:00
|
|
|
width: 690rpx;
|
|
|
|
padding: 0 30rpx;
|
2024-05-24 17:17:01 +08:00
|
|
|
background-color: #ffffff;
|
2024-05-06 15:34:15 +08:00
|
|
|
border-radius: 20rpx;
|
|
|
|
margin: 30rpx 0;
|
|
|
|
}
|
2024-05-24 17:17:01 +08:00
|
|
|
.cont {
|
2024-05-06 15:34:15 +08:00
|
|
|
padding: 30rpx 0;
|
|
|
|
border-bottom: 1rpx #dcdcdc solid;
|
|
|
|
}
|
2024-05-24 17:17:01 +08:00
|
|
|
.cont:last-child {
|
2024-05-06 15:34:15 +08:00
|
|
|
border-bottom: none;
|
|
|
|
}
|
2024-05-24 17:17:01 +08:00
|
|
|
.cont-l image {
|
2024-05-06 15:34:15 +08:00
|
|
|
width: 160rpx;
|
2024-05-24 17:17:01 +08:00
|
|
|
height: 160rpx;
|
2024-05-06 15:34:15 +08:00
|
|
|
}
|
2024-05-24 17:17:01 +08:00
|
|
|
.cont-m {
|
2024-05-06 15:34:15 +08:00
|
|
|
width: 400rpx;
|
|
|
|
padding: 10rpx 0;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
align-content: space-between;
|
|
|
|
}
|
2024-05-24 17:17:01 +08:00
|
|
|
.name {
|
|
|
|
width: 100%;
|
2024-05-06 15:34:15 +08:00
|
|
|
font-size: 28rpx;
|
2024-05-24 17:17:01 +08:00
|
|
|
color: #333333;
|
2024-05-06 15:34:15 +08:00
|
|
|
}
|
2024-05-24 17:17:01 +08:00
|
|
|
.specs {
|
|
|
|
width: 100%;
|
2024-05-06 15:34:15 +08:00
|
|
|
font-size: 24rpx;
|
|
|
|
color: #999999;
|
|
|
|
}
|
2024-05-24 17:17:01 +08:00
|
|
|
.price {
|
|
|
|
width: 100%;
|
2024-05-06 15:34:15 +08:00
|
|
|
font-size: 36rpx;
|
2024-05-24 17:17:01 +08:00
|
|
|
color: #ff291e;
|
2024-05-06 15:34:15 +08:00
|
|
|
}
|
2024-05-24 17:17:01 +08:00
|
|
|
.price text {
|
2024-05-06 15:34:15 +08:00
|
|
|
font-size: 24rpx;
|
|
|
|
color: #999999;
|
|
|
|
text-decoration: line-through;
|
|
|
|
margin-left: 11rpx;
|
|
|
|
}
|
2024-05-24 17:17:01 +08:00
|
|
|
.cont-r {
|
2024-05-06 15:34:15 +08:00
|
|
|
display: flex;
|
2024-05-24 17:17:01 +08:00
|
|
|
align-items: flex-end;
|
2024-05-06 15:34:15 +08:00
|
|
|
font-size: 32rpx;
|
|
|
|
color: #0b0b0b;
|
|
|
|
height: 130rpx;
|
|
|
|
}
|
|
|
|
|
2024-05-24 17:17:01 +08:00
|
|
|
.up {
|
2024-05-06 15:34:15 +08:00
|
|
|
width: 690rpx;
|
2024-05-24 17:17:01 +08:00
|
|
|
background-color: #ffffff;
|
2024-05-06 15:34:15 +08:00
|
|
|
border-radius: 20rpx;
|
|
|
|
padding: 30rpx;
|
|
|
|
}
|
|
|
|
.title {
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #333;
|
|
|
|
margin: 0 0 30rpx 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title text {
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #bababa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.photo {
|
|
|
|
margin-top: 50rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.photo::after {
|
|
|
|
display: block;
|
|
|
|
content: "";
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.photo_all {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2024-05-24 17:17:01 +08:00
|
|
|
.photo_all > view:nth-child(4) {
|
2024-05-06 15:34:15 +08:00
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.photo_cont {
|
|
|
|
width: 140rpx;
|
|
|
|
height: 140rpx;
|
|
|
|
background-color: #f0f0f0;
|
|
|
|
border-radius: 10rpx;
|
|
|
|
margin-right: 30rpx;
|
|
|
|
margin-bottom: 30rpx;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.photo_cont image {
|
|
|
|
width: 140rpx;
|
|
|
|
height: 140rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.photo_upload {
|
|
|
|
width: 140rpx;
|
|
|
|
height: 140rpx;
|
|
|
|
background-color: #f0f0f0;
|
|
|
|
border-radius: 10rpx;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.photo_upload image {
|
|
|
|
width: 72rpx;
|
|
|
|
height: 52rpx;
|
|
|
|
margin: 44rpx 34rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.submit {
|
|
|
|
width: 690rpx;
|
|
|
|
height: 80rpx;
|
2024-05-24 17:17:01 +08:00
|
|
|
background-image: linear-gradient(-90deg, #ee7b1e 0%, #fdae03 100%);
|
2024-05-06 15:34:15 +08:00
|
|
|
border-radius: 40rpx;
|
|
|
|
font-size: 36rpx;
|
|
|
|
line-height: 80rpx;
|
|
|
|
text-align: center;
|
|
|
|
color: #f0f0f0;
|
|
|
|
position: fixed;
|
|
|
|
bottom: 100rpx;
|
|
|
|
left: 30rpx;
|
|
|
|
}
|
|
|
|
|
2024-05-24 17:17:01 +08:00
|
|
|
.aArice {
|
2024-05-06 15:34:15 +08:00
|
|
|
width: 690rpx;
|
|
|
|
padding: 0 30rpx;
|
|
|
|
height: 100rpx;
|
|
|
|
line-height: 100rpx;
|
2024-05-24 17:17:01 +08:00
|
|
|
background-color: #ffffff;
|
2024-05-06 15:34:15 +08:00
|
|
|
border-radius: 20rpx;
|
|
|
|
margin: 30rpx 0;
|
|
|
|
font-size: 28rpx;
|
2024-05-24 17:17:01 +08:00
|
|
|
letter-spacing: 1rpx;
|
|
|
|
color: #333333;
|
2024-05-06 15:34:15 +08:00
|
|
|
}
|
2024-05-24 17:17:01 +08:00
|
|
|
.aArice text {
|
2024-05-06 15:34:15 +08:00
|
|
|
font-size: 28rpx;
|
2024-05-24 17:17:01 +08:00
|
|
|
letter-spacing: 2rpx;
|
|
|
|
color: #ee7b1e;
|
2024-05-06 15:34:15 +08:00
|
|
|
}
|
2024-05-24 17:17:01 +08:00
|
|
|
.aArice text text {
|
2024-05-06 15:34:15 +08:00
|
|
|
font-size: 36rpx;
|
|
|
|
}
|
2024-05-24 17:17:01 +08:00
|
|
|
.aArice2 {
|
2024-05-06 15:34:15 +08:00
|
|
|
font-size: 28rpx;
|
2024-05-24 17:17:01 +08:00
|
|
|
letter-spacing: 1rpx;
|
2024-05-06 15:34:15 +08:00
|
|
|
color: #333333;
|
|
|
|
margin-top: 30rpx;
|
|
|
|
border-radius: 20rpx;
|
|
|
|
}
|
2024-05-24 17:17:01 +08:00
|
|
|
.aArice input {
|
2024-05-06 15:34:15 +08:00
|
|
|
height: 100%;
|
|
|
|
line-height: 100%;
|
|
|
|
border: none;
|
|
|
|
width: 500rpx;
|
|
|
|
}
|