orderButton.wxss 1.05 KB
/* src/components/order/orderButton.wxss */
.order-action-selected-button {
  /* display: flex; */
  /* align-items: center; */
  font-family: PingFang-SC-Medium;
  font-size: 24rpx;
  color: #FFFFFF;
  background-color:  #002B47;
  border-radius: 0;
  margin-left: 20rpx;
  /* padding-top: 20rpx; */
  /* padding-bottom: 20rpx; */
  /* padding-left: 40rpx; */
  /* padding-right: 40rpx; */
}

.order-action-unselected-button::after {
  /* border-style: none; */
  border-radius: 0;
}
.order-action-unselected-button {
  width: 224rpx; 
  /* display: flex; */
  /* align-items: center; */
  font-family: PingFang-SC-Regular;
  /* font-size: 24rpx; */
  color: #999999; 
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 0; 
  margin-left: 20rpx;
  /* padding-top: 20rpx;
  padding-bottom: 20rpx;
  padding-left: 40rpx;
  padding-right: 40rpx; */
  /* border-style: none; */
  /* margin-left: 20rpx; */
  /* padding-left: 40rpx;
  padding-right: 40rpx; */
}
.order-action-left-view {
  display: flex;
  flex-direction: row;
  align-items: center;
}