dm-wechat-mini/pages/order/detail-group/index.wxss
2025-03-06 19:40:48 +08:00

138 lines
2.2 KiB
Plaintext

.page-container .title{
font-weight: 600;
font-size:32rpx;
display: flex;
align-items: center;
}
.prd-info{
padding:46rpx 40rpx;
}
.prd-info .head{
display: flex;
}
.prd-info .head .image{
width:120rpx;height:120rpx;
}
.prd-info .head .center{
flex: 1;
}
.prd-info .head .money{
margin-top:10rpx;
}
.prd-info .head .tags{
margin-top:22rpx;
}
.prd-info .spliter{
margin:20rpx 0 30rpx 0;
}
.prd-info .qrcode{
width:400rpx;height:400rpx;
margin: 54rpx auto 0;
background-color: #999;
}
.prd-info .qrcode .image{
width:100%;height:100%;
vertical-align: middle;
}
.prd-info .code-tips{
font-size: 30rpx;
color: #999999;
text-align: center;
margin-top:30rpx;
}
.address{
display: flex;
}
.address .left{
flex:1;
}
.address .left .text1{
font-size: 36rpx;
font-weight: 500;
}
.address .left .text2{
font-size: 26rpx;
margin-top:40rpx;
}
.address .icon-con{
background-color: rgba(153, 153, 153, 0.1);
border-radius: 50%;
display: inline-flex;
align-items: center;
padding:8rpx;
}
.address .icon{
width:30rpx;height:30rpx;
}
.address .right{
font-size: 26rpx;
color: #888888;
margin-left:48rpx;
text-align: center;
}
.address .right .text{
margin-top:32rpx;
}
.order-info .kv{
display: flex;
align-items: center;
height:58rpx;
}
.order-info .spliter{
margin:28rpx 0 18rpx 0;
}
.order-info .kv .key{
font-size: 26rpx;
color: #888888;
}
.order-info .kv .value{
font-size: 28rpx;
margin-left:30rpx;
flex:1;
display:flex;
align-items: center;
}
.order-info .kv .copy-area{
padding:10rpx;
}
.order-info .kv .copy{
font-size: 24rpx;
border-radius: 8rpx;
border: 0.3px solid rgba(153, 153, 153, 0.5);
color: #222222;
line-height: 36rpx;
padding:0 14rpx;
}
.order-info .kv .tag{
border: 1rpx solid #ff0000;
color: #ff0000;
font-size: 24rpx;
border-radius: 8rpx;
line-height: 40rpx;
padding:0 10rpx;
margin-left: 32rpx;
}
.bottom-bar{
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{
font-size: 32rpx;
margin-left:30rpx;
}