orderaction.wxss 1.76 KB
/* src/components/order/orderaction.wxss */
.order-action-bottom-view {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* padding-top: 20rpx;
  padding-bottom: 20rpx; */
  background: #FFFFFF;
  /* padding-left: 40rpx; */
  /* padding-right: 40rpx;  */
}
.order-action-bottom-info-view {
  display: flex;
  flex-direction: column;
  
  /* position:fixed; */
}
.order-action-bottom-button-view {
  display: flex;
  flex-direction: row;
}
/* .order-detail-split-line {
  background: #e0e0e0;
  height: 2rpx;
  margin-top: 40rpx;
} */
.order-action-pay-amount-txt {
  font-family: DINAlternate-Bold;
  font-size: 28rpx;
  color: #D0021B;
}
.order-action-pay-amount-title-txt {
  font-family: PingFang-SC-Regular;
  font-size: 24rpx;
  color: #000000;
  margin-top: 6rpx;
}
.order-action-selected-button {
  height: 80rpx;
  width: 224rpx;
  font-family: PingFang-SC-Medium;
  font-size: 24rpx;
  color: #FFFFFF;
  background-color:  #002B47;
  border-radius: 0;
  align-items: center;
  padding-top: 10rpx;
  padding-bottom: 10rpx;
  margin-left: 20rpx;
  
}
.order-action-unselected-button::after {
  /* border-style: none; */
  border-radius: 0;
}
.order-action-unselected-button {
  height: 80rpx;
  width: 224rpx; 
  font-family: PingFang-SC-Regular;
  font-size: 24rpx;
  color: #999999; 
  background-color: #FFFFFF;
  border: 1rpx solid #CCCCCC;
  border-radius: 0; 
  padding-top: 10rpx;
  padding-bottom: 10rpx;
  
}
.order-action-left-view {
  display: flex;
  flex-direction: row;
  align-items: center;
}
 
.order-action-cut-down-time-view {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* flex: 1; */
  /* position:fixed; */
}
.order-action-cut-down-time-image {
  width: 30rpx;
  height: 30rpx;
  margin-right: 8rpx;
}