123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- page {
- background-color: #FFF2CC;
- padding: 20rpx;
- }
- .headWrapper {
- display: flex;
- position: relative;
- height: 200rpx;
-
- }
- .orderNumDetail {
- margin-left: 20rpx;
- font-weight: bold;
- }
- .headImg {
- width: 160rpx;
- height: 160rpx;
- border-radius: 30rpx;
- position: absolute;
- right: 30rpx;
- }
- .need {
- margin-top: 20rpx;
- }
- .needDetail,
- .needMoney {
- margin-left: 10rpx;
- font-weight: bold;
- }
- .needDetail {
- text-decoration: underline;
- color: #00B0F0;
- }
- .orderContent,
- .order {
- margin-top: 40rpx;
- display: flex;
- }
- .orderContentTitle {
-
- width: 140rpx;
- }
- .orderDetail,
- .orderDate {
- margin-left: 20rpx;
- }
- .orderDetail {
- display: block;
- width: 60%;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .orderDate {
- font-weight: bold;
- }
- .commission {
- margin-top: 40rpx;
- }
- .commissionNum,
- .withdrawStatus {
- margin-left: 20rpx;
- font-weight: bold;
- }
- .withdraw {
- margin-top: 30rpx;
- }
- .withdrawStatus {
- color: red;
- }
- .apply {
- display: flex;
- margin-top: 200rpx;
- justify-content: center;
- }
- .applyWithdraw{
- padding: 10rpx 20rpx;
- border-radius: 30rpx;
- background-color: #8FAADC;
- color: white;
- }
|