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.
 

147 lines
2.3 KiB

/* pages/aftersales/aftersales.wxss */
.page{
width: 100%
}
.container{
background-color: #F4F5F6;
}
.order_goods{
/* border-radius: 0px 0px 24rpx 24rpx; */
margin-bottom: 20rpx;
}
.order_two {
padding: 30rpx;
display: flex;
background-color: #fff;
margin-right: 0;
}
.shopImg{
width: 216rpx;
height: 216rpx;
border-radius: 16rpx;
margin-right: 24rpx;
}
.order_two_a {
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-around;
height: 216rpx;
}
.price_num {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 32rpx;
color: #FA5151;
}
.price_num .price{
font-weight: 600;
}
.price .price_symbol{
font-size: 24rpx;
}
.order_p_name {
text-align: start;
height: auto;
margin: 0 0 20rpx 0;
font-size: 32rpx;
color: #333333;
overflow:hidden;
text-overflow:ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.color_one{
text-align: start;
max-width: 440rpx;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 24rpx;
color: #999999;
}
.color_two {
color: #999999;
}
.return_pay {
display: flex;
padding: 30rpx;
background-color: white;
align-items: center;
/* border-bottom: 1rpx solid #eee; */
}
.return_right{
display: flex;
flex-direction: column;
/* justify-content: space-between; */
/* align-items: center; */
}
.status{
display: flex;
align-items: center;
}
.status view{
margin-left: 20rpx;
font-size: 32rpx;
color: black;
}
.return_right text{
margin-top: 10rpx;
font-size: 28rpx;
color: #999999;
}
.arrow{
position: absolute;
right: 26rpx;
width: 26rpx;
height: 26rpx;
}
/*
.return_right>view {
font-size: 28rpx;
color: #999999;
}
.return_right>view {
justify-content: flex-start;
font-size: 32rpx;
color:#333333;
margin-bottom: 8rpx;
}
.return_right>div img {
margin-right: 20rpx;
} */
.p_name {
width: 100%;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
/* 优化 */
.yh-order-two-div {
margin-right: 40rpx;
width: 61%;
}
.yh-line {
height: 30rpx;
width: 100%;
background-color: #eee;
}
.return_right_img {
width: 48rpx;
height: 48rpx;
}
.color_one{
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}