yuminge-app/yun-min-program-plugin-master/packageA/member/orderdetail/orderdetail.wxss

888 lines
15 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* pages/orderdetail/orderdetail.wxss */
page {
background: #f5f5f5;
}
.noscroll {
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
position: fixed;
z-index:  0;
}
.popup-form {
height: 100%;
overflow-y: scroll;
}
.goodsinfo {
min-height: 110vh;
}
.goodsinfo .addr {
text-align: left;
background: #fff;
border-bottom: #ebebeb 2rpx solid;
display: flex;
padding: 24rpx;
margin: 20rpx;
border-radius: 10px;
position: relative;
}
.goodsinfo .addr icon {
font-size: 32rpx;
color: #333;
margin-right: 20rpx;
margin-top: 2rpx;
justify-content: center;
align-self: center;
}
.goodsinfo .addr .addr-info {
font-size: 28rpx;
}
.goodsinfo .addr .addr-info .li_1 {
font-size: 28rpx;
}
.goodsinfo .addr .addr-info .li_2 {
color: rgb(153, 153, 153);
}
.goodsinfo .addr .map-navigation {
position: absolute;
right: 32rpx;
top: 40rpx;
}
.goodsinfo .addr .map-navigation icon {
font-size: 60rpx;
color: #f14e4e;
margin: 0;
}
.goodsinfo .addr .copy-box{margin-top: 24rpx;display: flex;justify-content: space-around;width: 100%;}
.goodsinfo .addr .copy-box >view{
display: flex;
justify-content: center;
align-items: center;
width:192rpx;
height:64rpx;
border-radius: 32rpx;
line-height: 64rpx;
}
.goodsinfo .addr .copy-box .contact-recipient{background-color: #FF5F5F;color: #fff;}
.goodsinfo .addr .copy-box .contact-recipient icon{margin-right:2px;color:#fff;}
.goodsinfo .addr .copy-box .copy-address{background-color: #fff;color: #FF5F5F;border: 1px solid #FF5F5F;}
.goodsinfo .addr .copy-box .copy-address icon{margin-right:2px;color:#FF5F5F;}
.goodsinfo .goods-box {
background-color: #fff;
display: flex;
flex-direction: column;
margin: 20rpx;
border-radius: 10px;
padding-bottom: 20rpx;
}
.goodsinfo .goods {
background-color: #fff;
display: flex;
flex-direction: column;
position: relative;
border-radius: 10px;
}
.goodsinfo .goods .img {
padding: 20rpx 32rpx;
width: 30vw;
position: relative;
}
.goodsinfo .goods .img image {
width: 100%;
height: 100%;
}
.goodsinfo .goods .inner {
/* width: 69vw; */
padding: 20px 0 0 0;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: start;
align-items: flex-start;
}
.goodsinfo .goods .name {
text-align: left;
margin-bottom: 20rpx;
font-size: 28rpx;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.goodsinfo .goods .diy-from {
position: absolute;
bottom: 30rpx;
left: 32rpx;
background: #ff2c29;
color: #fff;
border-radius: 0 20rpx 20rpx 0;
padding: 4rpx 12rpx;
}
.goodsinfo .goods .comment-box{
display: flex;
justify-content: flex-end;
align-items: center;
font-size: 12px;
}
.goodsinfo .goods .comment-box .view-comment-btn {
color: #565656;
border-radius: 15px;
padding: 0.25rem 0.625rem;
border: 0.0625rem solid #9f9c9c;
}
.goodsinfo .goods .comment-box .comment-btn {
color: #f15353;
margin-left: 0.625rem;
border-radius: 15px;
padding: 0.25rem 1.25rem;
border: 0.0625rem solid #f15353;
}
.wrap {
width: 100%;
padding-bottom: 20rpx;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.wrap .photo {
margin-top: 20rpx;
display: flex;
width: 25%;
justify-content: center;
align-items: center;
}
.wrap .photo image {
width: 160rpx;
height: 160rpx;
}
.img-title {
font-size: 26rpx;
padding-left: 24rpx;
}
.goodsinfo .goods .option {
color: #888;
font-size: 24rpx;
flex: 1;
display: flex;
line-height: 14px;
}
.goodsinfo .goods .num {
font-size: 14px;
color: #333;
}
.goodsinfo .goods .price {
align-items: center;
text-align: right;
padding: 0 20rpx;
}
.goodsinfo .goods .money {
margin-bottom: 20rpx;
font-size: 28rpx;
}
.goodsinfo .goods .money:last-child {
margin-bottom: 0;
}
.goodsinfo .tbs {
font-size: 28rpx;
/* width: 100%; */
margin: 20rpx 20rpx 120rpx 20rpx;
background-color: #fff;
border-radius: 10px;
}
.goodsinfo .tbs .tbs-number-tra {
background-color: #fff;
width: 100%;
padding: 20rpx 28rpx;
margin-top: 20rpx;
box-sizing: border-box;
border-radius: 10px;
}
.goodsinfo .tbs .number,
.goodsinfo .tbs .tra {
line-height: 56rpx;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
}
.goodsinfo .tbs .left {
-ms-flex: 2;
flex: 2;
text-align: left;
}
.goodsinfo .tbs .tbs-number-tra .li {
line-height: 60rpx;
}
.goodsinfo .tbs .discount {
margin-top: 20rpx;
padding-top: 20rpx;
background-color: #fff;
}
.goodsinfo .tbs .Discount {
width: 100%;
line-height: 60rpx;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0 28rpx;
box-sizing: border-box;
}
.goodsinfo .tbs .info {
padding: 0 24rpx;
line-height: 56rpx;
border-top: solid 2rpx #e2e2e2;
}
.goodsinfo .tbs .info .time,
.goodsinfo .tbs .info .name,
.goodsinfo .tbs .info .member {
display: flex;
justify-content: space-between;
}
.goodsinfo .tbs .Pay-method {
background-color: #fff;
width: 100%;
display: flex;
justify-content: space-between;
line-height: 72rpx;
padding: 0 28rpx;
border-top: solid 2rpx #ebebeb;
box-sizing: border-box;
}
.goodsinfo .tbs .Fre {
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
background-color: #fff;
padding: 0 28rpx;
line-height: 60rpx;
}
.goodsinfo .tbs .Sub {
width: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
line-height: 60rpx;
padding: 0 28rpx 20rpx 28rpx;
background-color: #fff;
box-sizing: border-box;
}
.goodsinfo .tbs .order_times {
background: #fff;
margin-top: 0.875rem;
padding: 0.5rem 0;
border-radius: 10px;
}
.goodsinfo .tbs .order_times .Sub {
width: 100%;
display: flex;
justify-content: space-between;
line-height: 1.875rem;
height: 1.875rem;
padding: 0 0.875rem;
color: #333;
}
.goodsinfo .tbs .Real-pay {
background-color: #fff;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: end;
justify-content: flex-end;
line-height: 72rpx;
padding: 0 28rpx;
border-top: solid 2rpx #ebebeb;
font-size: 32rpx;
}
.goodsinfo .tbs .Real-pay .left {
color: #333;
text-align: right;
}
.goodsinfo .tbs .Real-pay .right {
color: #f15353;
font-size: 36rpx;
/* -ms-flex: 0; */
}
.goodsinfo .tbs .Real-pay .small {
font-size: 24rpx;
}
.goodsinfo .detail_pay {
min-height: 98rpx;
width: 100%;
background: #fff;
padding: 0 24rpx;
border-top: 2rpx solid #ebebeb;
position: fixed;
bottom: 0;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
}
.goodsinfo .detail_pay .order_delete {
text-align: center;
min-width: 65px;
position: relative;
margin-left: 16rpx;
background: #fff;
padding: 8rpx 20rpx;
margin-top: 22rpx;
border-radius: 15px;
color: #333;
border: 2rpx solid #666;
z-index: 999;
}
.goodsinfo .detail_pay .red-button {
border: 0.0625rem solid #f14e4e;
background-color: #f14e4e;
color: #fff;
}
.goodsinfo .detail_pay .noClickBG {
border: 0.0625rem solid #e8e8e8;
background: #e8e8e8;
color: #999;
}
.goodsinfo .detail_pay .trans {
position: absolute;
right: 1.875rem;
bottom: 2.5rem;
width: 0;
height: 0;
border-width: 0.8rem 0.8rem 0;
border-style: solid;
border-color: #f5f5f5 transparent transparent;
}
.goodsinfo .detail_pay .more-button {
position: absolute;
border: solid 1px #e2e2e2;
width: 70px;
border-radius: 5px;
background: #fff;
right: 0.875rem;
bottom: 3.2rem;
}
.goodsinfo .detail_pay .more-button .p {
text-align: center;
padding: 0.3rem 0.1rem;
border-top: 1px solid #e2e2e2;
}
.sendgood {
font-size: 30rpx;
}
.sendgood .h4 {
line-height: 60rpx;
font-size: 30rpx;
text-align: center;
padding-top: 10rpx;
}
.sendgood .addmessage {
display: flex;
padding-left: 20rpx;
padding-right: 20rpx;
}
.sendgood .addmessage .title {
flex: 3;
}
.sendgood .addmessage .content {
flex: 7;
}
.sendgood .delivery {
padding-top: 12rpx;
display: flex;
align-items: center;
padding-left: 20rpx;
padding-right: 20rpx;
}
.sendgood .delivery .left {
flex: 3;
}
.sendgood .delivery .right {
flex: 7;
display: flex;
align-items: center;
}
.sendgood .delivery .right .button {
border: 1px solid #555;
color: #555;
text-align: center;
padding-left: 10rpx;
padding-right: 10rpx;
border-radius: 10rpx;
}
.sendgood .deliveryinp {
padding-top: 12rpx;
display: flex;
align-items: center;
padding-left: 20rpx;
padding-right: 20rpx;
}
.sendgood .deliveryinp .left {
flex: 3;
}
.sendgood .deliveryinp .right {
flex: 7;
}
.qrcodeClass {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 60rpx 0;
}
.qrcodeClass image {
width: 400rpx;
height: 400rpx;
}
.qrcodeClass text {
font-size: 36rpx;
font-weight: bold;
margin-top: 18rpx;
}
.barter_dialog {
height: auto;
text-align: center;
}
.barter_dialog .barter_dialog_1 {
padding: 0.875rem 0;
font-size: 1rem;
font-weight: bold;
color: #000;
}
.barter_dialog .barter_dialog_2 {
padding: 0.5rem 0;
font-size: 0.875rem;
color: #ee0a24;
}
.wrapper {
display: flex;
align-items: center;
justify-content: center;
width: 448rpx;
height: 576rpx;
background-color: #ff504c;
}
.wrapper .block {
width: 448rpx;
height: 576rpx;
background-color: #ff504c;
}
.block image {
width: 448rpx;
height: 576rpx;
}
.fixed-box {
position: fixed;
left: 5px;
bottom: 192rpx;
width: 64rpx;
height: 80rpx;
}
.fixed-box image {
width: 2rem;
height: 2.5rem;
}
.fixed-box .r1 {
transform: rotate(-5deg);
}
.fixed-box .r2 {
transform: rotate(3deg);
}
.kefu {
padding: 0 0.875rem 0.625rem 0.875rem;
text-align: left;
display: flex;
}
.kefu .icon-kefu {
font-size: 20px;
color: rgb(241, 83, 83);
margin-right: 3px;
}
/* 客服 */
.icon-close11 {
position: absolute;
right: 47.5%;
bottom: -80rpx;
font-size: 18px;
color: #fff;
}
.pop-content {
background-color: #fff;
border-radius: 38rpx;
text-align: center;
background: #fff;
padding: 35rpx 0;
position: relative;
justify-content: center;
display: flex;
flex-direction: column;
align-items: center;
width: 650rpx;
}
.pop-content .pop-top {
display: flex;
justify-content: center;
width: 100%;
}
.pop-content .pop-top .left {
width: 50%;
display: flex;
justify-content: center;
position: relative;
}
.pop-content .pop-top .left .wrap {
display: flex;
flex-direction: column;
align-items: center;
}
.pop-content .pop-top .left .wrap .image {
width: 84rpx;
height: 84rpx;
margin: 0 auto;
margin-bottom: 16rpx;
}
.pop-content .pop-top .left .wrap .image image {
width: 100%;
height: 100%;
}
.pop-content .pop-top .right {
width: 50%;
display: flex;
justify-content: center;
}
.pop-content .pop-top .right .wrap {
display: flex;
flex-direction: column;
align-items: center;
}
.pop-content .pop-top .right .wrap .image {
width: 84rpx;
height: 84rpx;
margin: 0 auto;
margin-bottom: 16rpx;
}
.pop-content .pop-top .right .wrap .image image {
width: 100%;
height: 100%;
}
.pop-content .line {
width: 1px;
height: 51rpx;
background-color: #999;
margin-top: 51rpx;
}
.pop-bottom {
margin-top: 32rpx;
width: 327rpx;
display: flex;
justify-content: center;
height: 327rpx;
}
.pop-bottom .image {
width: 100%;
height: 100%;
}
.pop-bottom .image image {
width: 100%;
height: 100%;
}
/* 盲盒弹窗样式 */
.blindBoxInfo .close {
height: 128rpx;
display: flex;
align-items: flex-end;
justify-content: center;
}
.blindBoxInfo .close .icon-adsystem_icon_cancle {
font-size: 96rpx;
color: #fff;
width: 96rpx;
height: 96rpx;
}
.blindBoxInfo .multipleWrapper {
width: 604.992rpx;
height: 712rpx;
background: url(https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/blindToast.png);
background-size: 100% 100%;
text-align: center;
}
.blindBoxInfo .multipleWrapper .desc {
padding-top: 46.4rpx;
padding-bottom: 28.992rpx;
font-size: 30.016rpx;
color: #fff;
}
.blindBoxInfo .multipleWrapper .goodsWrapper {
margin: 0 auto;
padding: 0 3.2rpx;
width: 512.992rpx;
height: 563.2rpx;
border-radius: 20rpx;
/* overflow: scroll; */
}
.blindBoxInfo .multipleWrapper .goodsWrapper .goodsItem {
width: 100%;
max-height: 90%;
margin-bottom: 19.2rpx;
background-color: #fff;
border-radius: 10.016rpx;
overflow-y: scroll;
}
.blindBoxInfo .multipleWrapper .goodsWrapper .goodsItem .goodInfo {
display: flex;
align-items: center;
justify-content: space-between;
padding: 16.992rpx 15.008rpx;
font-size: 20rpx;
}
.blindBoxInfo .multipleWrapper .goodsWrapper .goodsItem .goodInfo .c1 {
color: #666;
}
.blindBoxInfo .multipleWrapper .goodsWrapper .goodsItem .goodInfo .c2 {
color: #f14e4e;
}
.blindBoxInfo .multipleWrapper .goodsWrapper .goodsItem .goodContent {
display: flex;
padding-bottom: 16rpx;
}
.blindBoxInfo .multipleWrapper .goodsWrapper .goodsItem .goodContent .goods_img {
height: 100rpx;
padding: 0 16rpx;
border-radius: 4rpx;
}
.blindBoxInfo .multipleWrapper .goodsWrapper .goodsItem .goodContent .goods_img image {
width: 100rpx;
height: 100rpx;
border-radius: 4rpx;
}
.blindBoxInfo .multipleWrapper .goodsWrapper .goodsItem .goodContent .content {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100rpx;
padding-right: 41.6rpx;
text-align: left;
}
.blindBoxInfo .multipleWrapper .goodsWrapper .goodsItem .goodContent .content .name {
font-size: 24rpx;
color: #333;
font-weight: bold;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.blindBoxInfo .multipleWrapper .goodsWrapper .goodsItem .goodContent .content .price {
font-size: 20rpx;
color: #666;
}
/* end */
.deposit-tips {
font-size: 12px;
padding: 2px 8px;
margin-right: 5px;
border-radius: 5px;
background-color: rgba(255, 174, 190, 0.43);
color: #f15353;
}
.refundShow-box {
width: 100%;
height: 100%;
overflow: hidden;
display: flex;
flex-direction: column;
}
.refundShow-box .popup-title {
height: 96rpx;
line-height: 96rpx;
font-size: 18px;
font-weight: bold;
text-align: center;
}
.refundShow-box .popup-context {
flex: 1;
overflow: scroll;
padding: 0 28rpx 28rpx;
text-align: left;
text-indent: 26px;
font-size: 14px;
}
.give_integral_wrapper {
position: relative;
display: flex;
width: 62vw;
text-align: left;
align-self: flex-end;
}
.give_integral_wrapper .give_integral_text {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
width: 35rpx !important;
height: 35rpx !important;
font-size: 22rpx;
color: #fff;
background-color: #ec544a;
border-radius: 50%;
}
.give_integral_wrapper .give_integral_num {
display: inline-flex;
align-items: center;
height: 35rpx !important;
padding: 6rpx 16rpx 6rpx 42rpx;
box-sizing: border-box;
font-size: 22rpx;
color: #ec544a;
background-color: #fff5f4;
border-radius: 15%;
}
.custom_receipt_confirmation_html {
max-height: 640rpx;
padding-top: 25rpx;
overflow-y: scroll;
}
.inventory-apply-popup .content {
max-height: 480rpx;
overflow-y: scroll;
}
.inventory-apply-popup .inventory-apply-radio {
padding: 14px;
}
.vipPirce{
color: #FD7B0C;
display: inline;
}