550 lines
10 KiB
SCSS
Executable File
550 lines
10 KiB
SCSS
Executable File
.page-trade-after-sale {
|
|
.sp-page-body {
|
|
padding-bottom: 50px;
|
|
}
|
|
.after-item {
|
|
padding: 0 22px;
|
|
margin-top: 30px;
|
|
&.mt-40 {
|
|
margin-top: 40px;
|
|
}
|
|
&-label {
|
|
color: #000;
|
|
font-size: 26px;
|
|
line-height: 1;
|
|
margin-bottom: 20px;
|
|
}
|
|
.color-hui {
|
|
color: #00000060;
|
|
}
|
|
&-input {
|
|
box-sizing: border-box;
|
|
background: #f5f5f5;
|
|
border-radius: 6px;
|
|
padding: 20px 50px;
|
|
color: #000;
|
|
position: relative;
|
|
.icon-arrowRight {
|
|
font-size: 34px;
|
|
position: absolute;
|
|
right: 60px;
|
|
top: 30%;
|
|
// transform: translateY(-50%);
|
|
color: #000;
|
|
rotate: 90deg;
|
|
}
|
|
}
|
|
}
|
|
.at-countdown {
|
|
line-height: 30px;
|
|
&__item:last-child {
|
|
display: none;
|
|
}
|
|
&__time-box {
|
|
font-size: 20px;
|
|
font-family: inherit;
|
|
font-weight: normal;
|
|
}
|
|
&__separator {
|
|
padding: 0;
|
|
font-size: 22px;
|
|
}
|
|
}
|
|
.btn-wrap {
|
|
padding: 50px;
|
|
margin-bottom: 100px;
|
|
.at-button__text {
|
|
font-size: 36px;
|
|
}
|
|
}
|
|
.comp-trade-info {
|
|
margin-top: 20px;
|
|
}
|
|
.trade-info {
|
|
padding: 24px 32px;
|
|
background: #fff;
|
|
margin-top: 20px;
|
|
.sp-cell {
|
|
padding: 0;
|
|
align-items: flex-start;
|
|
}
|
|
.sp-cell__title {
|
|
color: #666f83;
|
|
font-size: 26px;
|
|
}
|
|
.sp-cell__hd {
|
|
width: 120px;
|
|
}
|
|
.sp-cell__bd {
|
|
color: #111a34;
|
|
font-size: 26px;
|
|
}
|
|
}
|
|
.picker-reason {
|
|
margin: 24px 16px 0;
|
|
border-radius: 16px;
|
|
overflow: hidden;
|
|
}
|
|
.choose-item {
|
|
margin: 26px 22px 24px;
|
|
font-size: 26px;
|
|
}
|
|
.choose-all {
|
|
display: flex;
|
|
padding-left: 54px;
|
|
box-sizing: border-box;
|
|
|
|
.sp-checkbox-new .icon-checkbox-weixuan,
|
|
.sp-checkbox-new .icon-checkbox-xuanzhong {
|
|
color: #00000090;
|
|
font-size: 30px;
|
|
}
|
|
.sp-checkbox-new__label {
|
|
font-size: 26px;
|
|
}
|
|
}
|
|
.reason-container {
|
|
background-color: #e2e4ea;
|
|
margin-top: 32px;
|
|
.sp-cell__bd {
|
|
padding: 0;
|
|
}
|
|
}
|
|
.refund-items {
|
|
background-color: #fff;
|
|
margin: 0px 22px 0;
|
|
border-radius: 16px;
|
|
.title {
|
|
font-size: 30px;
|
|
font-weight: 500;
|
|
color: #666f83;
|
|
padding: 28px 32px;
|
|
}
|
|
}
|
|
.items-container {
|
|
// padding: 0 32px 20px;
|
|
// padding: 24px 0;
|
|
margin-top: 30px;
|
|
&:not(:last-child) {
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
.item-box {
|
|
padding: 30px;
|
|
background: #f7f7f7;
|
|
border-radius: 6px;
|
|
&:not(:last-child) {
|
|
margin-bottom: 10px;
|
|
}
|
|
.sp-price {
|
|
display: block;
|
|
text-align: end;
|
|
}
|
|
}
|
|
.item-wrap {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.item-hd {
|
|
margin-right: 40px;
|
|
|
|
.sp-checkbox-new .icon-checkbox-weixuan,
|
|
.sp-checkbox-new .icon-checkbox-xuanzhong {
|
|
color: #00000090;
|
|
font-size: 30px;
|
|
}
|
|
}
|
|
.item-bd {
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.goods-info {
|
|
margin-left: 60px;
|
|
flex: 1;
|
|
height: 150px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-direction: column;
|
|
padding: 10px 0;
|
|
box-sizing: border-box;
|
|
&-hd {
|
|
display: flex;
|
|
font-size: 20px;
|
|
justify-content: space-between;
|
|
}
|
|
&-bd {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
font-size: 20px;
|
|
.num {
|
|
font-size: 24px;
|
|
}
|
|
}
|
|
&-ft {
|
|
display: flex;
|
|
// justify-content: space-between;
|
|
align-items: center;
|
|
// margin-top: 10px;
|
|
font-size: 20px;
|
|
.sp-price {
|
|
margin-left: 30px;
|
|
.sp-price__symbol {
|
|
margin-right: 2px !important;
|
|
}
|
|
}
|
|
}
|
|
.goods-title {
|
|
font-weight: 500;
|
|
// color: #111a34;
|
|
color: #000;
|
|
font-size: 20px;
|
|
}
|
|
.goods-num {
|
|
font-size: 22px;
|
|
font-weight: 400;
|
|
color: #111a34;
|
|
}
|
|
.sku-info {
|
|
padding: 20px 0;
|
|
height: 34px;
|
|
line-height: 34px;
|
|
font-size: 20px;
|
|
opacity: 0.85;
|
|
}
|
|
}
|
|
.refund-detail {
|
|
margin: 24px 16px 0;
|
|
border-radius: 16px;
|
|
background-color: #fff;
|
|
overflow: hidden;
|
|
padding-bottom: 20px;
|
|
}
|
|
.refund-amount,
|
|
.refund-point {
|
|
position: relative;
|
|
.at-input {
|
|
margin-bottom: 0;
|
|
width: 380px;
|
|
padding: 0;
|
|
&:after {
|
|
border-color: transparent;
|
|
}
|
|
&__input {
|
|
text-align: right;
|
|
}
|
|
}
|
|
.sp-cell {
|
|
padding: 12px 30px;
|
|
}
|
|
.sp-cell__value {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.sp-cell__link {
|
|
display: none;
|
|
}
|
|
}
|
|
.refund-amount {
|
|
margin-top: 20px;
|
|
&::after {
|
|
content: '';
|
|
/* prettier-ignore */
|
|
height: 1PX;
|
|
position: absolute;
|
|
left: 20px;
|
|
right: 20px;
|
|
bottom: -24px;
|
|
background: #f5f5f5;
|
|
}
|
|
}
|
|
.refund-point {
|
|
margin-top: 40px;
|
|
}
|
|
.return-goods-type {
|
|
margin: 24px 16px 0;
|
|
border-radius: 16px;
|
|
background-color: #fff;
|
|
border-radius: 16px;
|
|
overflow: hidden;
|
|
.at-input {
|
|
margin-bottom: 0;
|
|
width: 380px;
|
|
padding: 0;
|
|
&:after {
|
|
border-color: transparent;
|
|
}
|
|
&__input {
|
|
text-align: right;
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.sp-cell__title {
|
|
font-size: 30px;
|
|
font-weight: 500;
|
|
color: #333;
|
|
}
|
|
.desc-container {
|
|
background-color: #fff;
|
|
margin: 24px 22px 0;
|
|
padding-bottom: 30px;
|
|
border-radius: 16px;
|
|
.desc-content {
|
|
padding: 16px 18px;
|
|
border: 2px solid #00000090;
|
|
border-radius: 6px;
|
|
display: flex;
|
|
overflow: hidden;
|
|
.desc-ipt {
|
|
font-size: 26px;
|
|
}
|
|
.input-placeholder {
|
|
color: #a5a5a5;
|
|
font-size: 26px;
|
|
}
|
|
}
|
|
.icon-bianji1 {
|
|
color: #aaaaaa;
|
|
}
|
|
.at-textarea {
|
|
border-width: 0;
|
|
padding: 0;
|
|
margin: 6px 0 0 10px;
|
|
&__textarea {
|
|
font-size: 24px;
|
|
}
|
|
}
|
|
.title {
|
|
font-size: 30px;
|
|
font-weight: 500;
|
|
color: #000;
|
|
padding: 50px 0 26px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
}
|
|
.sp-upload {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.sp-button__confirm {
|
|
background-color: var(--color-primary);
|
|
border-color: var(--color-primary);
|
|
}
|
|
|
|
.sp-checkbox-new {
|
|
.icon-roundcheckfill {
|
|
color: var(--color-primary) !important;
|
|
}
|
|
}
|
|
|
|
.cell-tip {
|
|
font-size: 24px;
|
|
text-align: right;
|
|
margin: 0 32px;
|
|
color: #aaa;
|
|
}
|
|
|
|
.at-input-number {
|
|
// margin-bottom: 10px;
|
|
/* prettier-ignore */
|
|
border: 1PX solid #999;
|
|
border-radius: 0;
|
|
height: 44px;
|
|
&__btn {
|
|
color: #222;
|
|
padding: 0;
|
|
width: 40px;
|
|
display: block;
|
|
height: 40px;
|
|
box-sizing: border-box;
|
|
line-height: 44px;
|
|
.at-icon-subtract {
|
|
transform: scale(0.8);
|
|
}
|
|
.at-icon-add {
|
|
transform: scale(0.8);
|
|
}
|
|
}
|
|
&__input {
|
|
/* prettier-ignore */
|
|
border-left: 1PX solid #999;
|
|
border-right: 1px solid #999;
|
|
width: 60px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
font-size: 24px;
|
|
}
|
|
}
|
|
|
|
.icon-bianji1 {
|
|
font-size: 32px;
|
|
}
|
|
|
|
.sp-upload {
|
|
margin: 30px 32px 0;
|
|
}
|
|
.refund-type-item {
|
|
background: #fff;
|
|
border-radius: 16px;
|
|
padding: 30px 15px;
|
|
margin-bottom: 30px;
|
|
.sp-checkbox-new {
|
|
flex-direction: row-reverse;
|
|
justify-content: space-between;
|
|
}
|
|
}
|
|
.refund-item-wrap {
|
|
.title {
|
|
font-size: 32px;
|
|
font-weight: 400;
|
|
color: #222222;
|
|
line-height: 46px;
|
|
}
|
|
.desc {
|
|
font-size: 28px;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
line-height: 40px;
|
|
}
|
|
}
|
|
.sp-float-layout-bd {
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.after-sale-desc {
|
|
margin: 24px 16px 50px;
|
|
.icon-xinxi {
|
|
font-size: 26px;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
margin-right: 6px;
|
|
}
|
|
.desc-title {
|
|
color: #999999;
|
|
}
|
|
.sp-html {
|
|
color: #999;
|
|
margin-left: 30px;
|
|
}
|
|
}
|
|
.curtain {
|
|
.at-curtain__container {
|
|
width: 100%;
|
|
padding: 0 30px;
|
|
}
|
|
.at-curtain__btn-close--bottom {
|
|
// display: none;
|
|
border: none;
|
|
top: 10px;
|
|
right: 10px;
|
|
left: auto;
|
|
&::after,
|
|
&::before {
|
|
background-color: #000;
|
|
}
|
|
}
|
|
&_content {
|
|
width: 100%;
|
|
background-color: #fff;
|
|
border-radius: 10px;
|
|
padding: 100px 44px 50px;
|
|
box-sizing: border-box;
|
|
&_title {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 36px;
|
|
line-height: 1;
|
|
margin-bottom: 80px;
|
|
color: #000;
|
|
.sp-image {
|
|
margin-right: 4px;
|
|
}
|
|
}
|
|
.receiver_name {
|
|
font-size: 20px;
|
|
color: #000;
|
|
&:not(:last-child) {
|
|
margin-bottom: 34px;
|
|
}
|
|
&.active {
|
|
color: #163586;
|
|
font-size: 26px;
|
|
}
|
|
}
|
|
.op {
|
|
opacity: 0.6;
|
|
}
|
|
.line {
|
|
padding: 0 30px;
|
|
box-sizing: border-box;
|
|
height: 2px;
|
|
background: #ccc;
|
|
margin-top: -10px;
|
|
}
|
|
.addr_item {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 20px;
|
|
margin: 24px 0;
|
|
&_left {
|
|
width: 150px;
|
|
font-size: 20px;
|
|
}
|
|
&_right {
|
|
flex: 1;
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
.fuzhi {
|
|
font-size: 20px;
|
|
margin-top: 50px;
|
|
border-bottom: 2px solid #000;
|
|
line-height: 0.85;
|
|
margin: 0 auto;
|
|
margin-top: 56px;
|
|
text-align: center;
|
|
width: 78px;
|
|
}
|
|
&_text {
|
|
line-height: 1.4;
|
|
height: 250px;
|
|
color: #000;
|
|
font-size: 20px;
|
|
padding: 60px 10px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
&_title {
|
|
font-size: 26px;
|
|
color: #000;
|
|
margin-bottom: 30px;
|
|
}
|
|
.receiver_item {
|
|
display: flex;
|
|
box-sizing: border-box;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
line-height: 1.8;
|
|
opacity: 0.8;
|
|
}
|
|
}
|
|
.at-button__text {
|
|
font-style: 36px;
|
|
}
|
|
}
|
|
.no-text {
|
|
color: #7e7e7e;
|
|
font-size: 20rpx;
|
|
margin-top: 28rpx;
|
|
line-height: 1.4;
|
|
}
|
|
}
|
|
}
|