dm-wechat-mini/pages/order/detail/index.wxss
2025-02-06 23:22:03 +08:00

167 lines
2.8 KiB
Plaintext

.page-container .title{
font-weight: 600;
font-size:32rpx;
display: flex;
align-items: center;
}
.page-container .title .left{
flex:1;
}
.page-container .title .right{
font-weight: normal;
font-size: 30rpx;
}
.page-container .title .right .time{
color:#EB0000;
font-weight: 500;
font-size: 32rpx;
margin-left: 10rpx;
}
.order-status{
margin:50rpx 20rpx;
display: flex;
align-items: center;
font-size: 40rpx;
font-weight: 600;
}
.order-status.waiting{
color:#1A4DEB;
}
.order-status::before{
content: "";
display: block;
width:10rpx;height:44rpx;
margin-right:24rpx;
border-radius: 6rpx;
background-color:#000;
}
.order-status.waiting::before{
background-color: #1A4DEB;
}
.page-container .spliter{
margin:24rpx 0 40rpx 0;
}
.sender .info{
display: flex;
align-items: center;
}
.sender .info .avatar{
width:100rpx;height:100rpx;
}
.sender .info .center{
margin-left:24rpx;
flex:1;
}
.sender .info .name{
font-size: 30rpx;
font-weight: 600;
}
.sender .info .desc{
font-size: 26rpx;
color: #888888;
margin-top:24rpx;
}
.sender .info .button{
font-size: 24rpx;
font-weight: normal;
border: 0.6px solid #1A4DEB;
color:#1A4DEB;
border-radius: 12rpx;
}
.sender .info .icon{
width:24rpx;height:24rpx;
}
.address .text{
font-size: 34rpx;
font-weight: 500;
}
.address .user{
font-size: 32rpx;
color: #888888;
margin-top:26rpx;
}
.package-info{
}
.package-info .package{
}
.package-info .package .p-title{
font-size: 30rpx;
color: #888888;
}
.package-info .package .code-list{
font-size: 34rpx;
display: flex;
flex-wrap: wrap;
row-gap: 30rpx;
column-gap: 84rpx;
margin-top: 30rpx;
}
.package-info .package .item{
}
.order-info .kv{
display: flex;
align-items: center;
height:64rpx;
}
.order-info .kv .key{
font-size: 30rpx;
color: #888888;
}
.order-info .kv .value{
font-size: 32rpx;
margin-left:30rpx;
flex:1;
display:flex;
align-items: center;
}
.order-info .kv .copy{
font-size: 22rpx;
border-radius: 60rpx;
background: rgba(255, 195, 0, 0.1);
color: #FEC400;
line-height: 32rpx;
padding:0rpx 14rpx;
}
.order-info .kv .copy-area{
padding:10rpx;
}
.order-info .kv .tag{
border: 1rpx solid #EB0000;
color: #EB0000;
font-size: 24rpx;
border-radius: 8rpx;
line-height: 40rpx;
padding:0 10rpx;
margin-left: 32rpx;
}
.bottom-bar{
padding:34rpx 34rpx 94rpx;
text-align: right;
}
.bottom-bar .button{
line-height: 72rpx;
padding:0 36rpx;
font-weight: normal;
border-radius: 18rpx;
}
.bottom-bar .button1{
color: #555555;
border: 1rpx solid rgba(153, 153, 153, 0.5);
font-size: 32rpx;
}
.bottom-bar .button2{
color: #1A4DEB;
border: 1rpx solid #1A4DEB;
font-size: 32rpx;
margin-left:30rpx;
}
.patch{
padding-bottom:200rpx;
}
.send-way .left{
padding:10rpx 0;
}