product-view.ttss 1.05 KB
.product-view-root {
    display: flex;
    flex-direction: row;
    margin-left: 30rpx;
}
.product-view-image {
    width: 150rpx;
    height: 200rpx;
}
.product-view-middle {
    width: 400rpx;
    display: flex;
    flex-direction: column;
    margin-left: 18rpx;
}
.product-view-name {
    color: #444444;
    font-family: PingFang SC;
    font-size: 26rpx;
    background-color: white;
    text-overflow: ellipsis;
}
.product-view-color {
  /* width: 300rpx; */
  color: #B0B0B0;
  font-family: PingFang SC;
  font-size: 24rpx;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;  
}
.product-view-right {
    width: 120rpx;
    display: flex;
    flex-direction: column;
    
}
.product-view-price {
    /* height: 20px; */
    /* margin-top: 28rpx;  */
    text-align: right; 
    font-family: PingFang SC;
    font-size: 26rpx;
    color: #D0021B;
    background-color: white;
}
.product-view-buynum {
    color: #B0B0B0;
    margin-top: 10rpx;
    text-align: right; 
    font-family: PingFang SC;
    font-size: 22rpx;
    background-color: white;
}