orderproductinfo.wxss 1.36 KB
/* src/components/order/orderproductinfo.wxss */
.component-order-product-image {
  margin-left: 40rpx;
  width: 180rpx;
  height: 180rpx;
}
.component-order-root-view {
  /* height: 200rpx; */
  display: flex;
  flex-direction: row;
  padding-top: 40rpx;
  /* padding-right: 40rpx; */
}
.component-order-right-view {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  /* flex:1; */
  margin-left: 20rpx;
  /* position: fixed; */
}
.component-order-top-view {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.component-order-top-right-name-price-view {
  /* width: 100%; */
  display: flex;
  flex-direction: column;
}
.component-order-product-price-view {
  font-family: DINAlternate-Bold;
  font-size: 28rpx;
  color: #D0021B;
}
.component-order-status-txt {
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  font-size: 24rpx;
  color: #000000;
}
.component-order-product-name-txt {
  font-family: SFProText-Regular;
  font-size: 24rpx;
  color: #999999;
  margin-top: 11rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
}
.component-order-size-color-txt {
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  font-size: 24rpx;
  color: #000000;
  margin-top: 28rpx;
  /* margin-bottom: 40rpx; */
}