widthdrawcashlist.wxss 756 字节
page{
  background: #f4f4f4;
}

.widthdrawlist{
  width:691rpx;
  
  background:rgba(255,255,255,1);
  border-radius:10rpx;
  margin:29rpx auto 0;
}
.widthdrawlisthead{
  display:flex;
  justify-content: space-between;
  align-items: center;
  border-bottom:1rpx solid #f5f5f5;
  padding: 31rpx 141rpx;
  box-sizing: border-box
  
}
.listdate{
  color:#333333;
  font-size:30rpx;
}

.contentitem{
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding: 22rpx 60rpx;
  box-sizing: border-box;
  border-bottom:1rpx solid #f5f5f5;
}
.contentitemdate{
  color:#333333;
  font-size: 24rpx;
}
.contentitemprice{
  color:#15276D;
  font-size: 30rpx;
}
.contentitemopriceword{
  color:#707070;
  font-size: 24rpx;
  text-align: center
}