2025-06-06 15:07:26 +08:00

60 lines
1.1 KiB
Plaintext

.header_item, .order_item{
display:flex;
border-bottom:1px solid #e6e6e6;
height: 90rpx;
justify-content: space-between;
align-items: center;
margin-left: 20rpx;
margin-right: 20rpx;
}
.header_item, .order_item:last-child {
border-bottom: none;
}
.header_addaress {
display: flex;
align-items: center;
}
.desc {
max-width: 560rpx;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 26rpx;
color: #222222;
font-weight: 400;
display: inline-block;
}
.send_icon {
display: inline-block !important;
margin-left: 12rpx;
width: 15rpx;
height: 28rpx;
}
.line {
height: 20rpx;
background: #F9F9F9;
}
.order_desc {
color: #2583FF;
}
.bottom {
margin: 60rpx 50rpx 0;
text-align: center;
}
.btn_desc {
height: 80rpx;
line-height: 80rpx;
font-weight: 400;
font-size: 36rpx;
}
.payment_btn {
background: #2583FF;
border-radius: 100rpx 100rpx 100rpx 100rpx;
color: #FFFFFF;
}
.cancel_btn {
margin-top: 40rpx;
border: 1rpx solid #2583FF;
border-radius: 100rpx 100rpx 100rpx 100rpx;
color: #2583FF;
}