.order { border-radius: 20rpx; padding: 20px; width: 93vw; margin: 20rpx auto; background: white; box-shadow: 5rpx 5rpx 20rpx #46a9a473; .orderNum { font-size: 24rpx; color: #46a9a4; margin-bottom: 10rpx; display: flex; justify-content: space-between; text { background: #d8faf8; padding: 3rpx 8rpx; } .tag { padding: 5rpx 10rpx; height: 43rpx; font-size: 22rpx; color: #46a9a4; background: #d8faf8; } .tag_errands { color: orange; background: rgba(255, 217, 0, 0.658); } } .addressbox { width: 100%; border-bottom: 1rpx solid rgb(228, 228, 228); padding-bottom: 20rpx; } .goodDetil { margin: 20rpx 0; .goodTitle { font-size: 30rpx; font-weight: bold; margin: 20rpx 0; } .picturebox { margin: 20rpx; width: 100%; display: flex; align-items: center; .picture { width: 120rpx; height: 120rpx; margin-left: 20rpx; } } .weight { font-size: 30rpx; margin: 20rpx; } } .staff { font-size: 30rpx; text { font-weight: bold; } } .cart { .good_item { overflow: hidden; display: flex; margin: 10rpx; overflow: hidden; >image { width: 170rpx; height: 170rpx; flex-shrink: 0; padding: 10rpx; border-radius: 10rpx; } .left { width: 470rpx; margin: 10rpx 0rpx 10rpx 10rpx; .name { font-size: 35rpx; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .desc { margin: 10rpx 0; width: 100%; font-size: 25rpx; color: rgb(160, 160, 160); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; } .buttom { display: flex; align-items: center; justify-content: space-between; margin-top: 6rpx; .price { .price { font-size: 26rpx; color: rgb(160, 160, 160); } .original { font-size: 22rpx; color: rgb(160, 160, 160); text-decoration: line-through } } .add { margin-left: 10rpx; width: 150rpx; font-size: 26rpx; color:rgb(160, 160, 160); } } } } } .totalPrice { text-align: end; font-size: 28rpx; color: gray; text { color: red; font-size: 36rpx; font-weight: bold; } } .btn { height: 80rpx; button { padding: 3rpx 15rpx; float: right; font-size: 28rpx; background: #46a9a4; color: white; margin: 20rpx 0 10rpx 10rpx; } } } .refund_popup{ .title{ font-weight: bold; padding: 20rpx; font-size: 40rpx; text-align: center; border-bottom: rgb(228, 228, 228) 1rpx solid; } .refundPopup{ padding: 30rpx; .address { width: 100%; display: flex; align-items: center; margin-top: 15rpx; padding-left: 10rpx; padding-right: 10rpx; .a { padding: 5rpx 8rpx; border-radius: 5rpx; margin-right: 20rpx; font-size: 25rpx; display: flex; justify-content: center; align-items: center; background-color: #46a9a4; color: #d8faf8; } .b { padding: 5rpx 8rpx; border-radius: 5rpx; margin-right: 20rpx; font-size: 25rpx; display: flex; justify-content: center; align-items: center; background-color: #d8faf8; color: #46a9a4; } .address2 { width: 100%; font-size: 30rpx; .address-address { color: rgb(78, 78, 78); width: 100%; display: flex; align-items: center; } .name { color: rgb(175, 174, 174); margin-top: 10rpx; } } } } button{ background:#46a9a4; color: white; width: 90vw; } } .expressPopup { width: 100%; height: 70vh; .title { font-size: 30rpx; height: 90rpx; line-height: 90rpx; text-align: center; border-bottom: 1rpx solid whitesmoke; } .itemBox { overflow-y: auto; height: calc(70vh - 250rpx); .item { padding: 20rpx; font-size: 28rpx; border-bottom: 1rpx solid whitesmoke; } } }