yuminge-app/yun-min-program-plugin-master/packageF/timeAppointment/component/goodsItem/goodsItem.wxss

40 lines
785 B
Plaintext

/* packageF/timeAppointment/component/goodsItem/goodsItem.wxss */
.choicenessList {
display: flex;
align-items: center;
margin-bottom: 50rpx;
}
.choicenessList .rightBox {
height: 170rpx;
margin-left: 20rpx;
margin-right: 56rpx;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
}
.choicenessList .rightBox .title {
text-align: left;
font-size: 28rpx;
color: #2c2c2c;
}
.choicenessList .rightBox .total {
font-size: 24rpx;
color: #333333;
}
.choicenessList .rightBox .price {
font-size: 28rpx;
color: #fe5e56;
}
.choicenessList .img {
flex-shrink: 0;
width: 170rpx;
height: 170rpx;
background-color: #9d9d9d;
border-radius: 10rpx;
}
.choicenessList .img image {
width: 100%;
height: 100%;
}