You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

128 lines
1.9 KiB

/* pages/message/message.wxss */
.box{
width: 100%;
background: #fff;
margin-top: 20rpx;
}
.order-msg{
padding: 29rpx 0;
}
.text{
color:#999;
font-size: 26rpx;
margin-bottom: 13rpx;
margin-left: 31rpx;
}
.error-msg{
width: 682rpx;
height: 107rpx;
margin:0 31rpx;
background: #FFEEEE;
padding: 26rpx 0 0 30rpx;
}
.error-title{
font-size: 30rpx;
color: #333;
}
.error-text{
font-size: 28rpx;
color: #999;
margin-top: 14rpx;
}
.person-msg{
height: 75rpx;
padding: 41rpx 0 38rpx 32rpx;
}
.person-img{
width: 75rpx;
height: 75rpx;
border-radius: 50%;
overflow: hidden;
margin-right: 18rpx;
vertical-align: top;
}
.person-detail{
display: inline-block;
}
.name{
font-size: 30rpx;
color: #333;
}
.phone{
margin-left:10rpx;
}
.address{
font-size: 26rpx;
color:#999999;
margin-top: 5rpx;
}
.product-msg{
height: 247rpx;
padding: 32rpx 0 0 30rpx;
}
.line{
height: 1px;
background: #E5E5E5;
}
.product-img{
width: 130rpx;
height: 130rpx;
margin-right: 27rpx;
margin-bottom: 20rpx;
border: 1px solid #E5E5E5;
}
.product-detail{
display: inline-block;
vertical-align: top;
margin-top: 26rpx;
}
.title{
font-size: 30rpx;
color: #333;
}
.intro{
font-size: 28rpx;
color: #999;
margin-top: 14rpx;
}
.alert{
font-size: 30rpx;
color: #999;
display: inline-block;
margin-top: 25rpx;
width: 90%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.price-msg{
height: 201rpx;
padding: 47rpx 0 0 33rpx;
}
.price-text{
color:#999;
font-size: 30rpx;
margin-bottom: 34rpx;
width: 682rpx;
}
.price{
float: right;
font-size: 34rpx;
}
.clear{
clear:both;
}
.big{
font-size: 40rpx;
color:#E72D2D;
}
.top{
margin-top: 35rpx;
}
.goBack{
position: fixed;
bottom: 0rpx;
width: 100%;
color: #fff;
background: #E32424;
}