refund-page.wxss 1.5 KB

12345678910111213141516171819202122232425
  1. .refundPage-header{background-color:#fff;padding:20rpx;align-items:center;}
  2. .refundPage-header image{width:165rpx;height:165rpx;}
  3. .header-left{margin-left:21rpx;width:522rpx;}
  4. .header-left .left-title{font-size:28rpx;color:#333333;}
  5. .header-left .left-con{font-size:26rpx;color:#999999;margin:24rpx 0;}
  6. .header-left .left-money{font-size:30rpx;color:#FF3D3D;}
  7. .header-left .left-money text{font-size:24rpx;}
  8. .header-left .left-money text text{color:#454545;margin-left:10rpx;}
  9. .refundPage-bg{background-color:#fff;margin:20rpx 0 40rpx 0;}
  10. .refundPage-li{height:102rpx;line-height:102rpx;border-bottom:1rpx solid #EEEEEE;margin:0 20rpx;justify-content:space-between;font-size:28rpx;}
  11. .refundPicker{color:#CCCCCC;}
  12. .refundPage-lit{height:142rpx;line-height:normal;padding-top:27rpx;}
  13. .refundPage-lit textarea{height:110rpx;}
  14. .refundPage-color{color:#FF3D3D;}
  15. .refunMoney{width:160rpx;}
  16. .li-left{width:530rpx;overflow:hidden;text-align:right;}
  17. .refundPage-up{justify-content:space-between;}
  18. .up-img{width:170rpx;height:170rpx;position:relative;display:inline-block;margin-right:32rpx;vertical-align:top;}
  19. .up-img image{width:100%;height:100%;border-radius:10rpx;}
  20. .refundPage-lim{height:302rpx;}
  21. .iconguan{position:absolute;font-size:45rpx;top:-28rpx;right:0;color:#D81E06;}
  22. .iconjia{font-size:60rpx;margin:22rpx 0;color:#CCCCCC;}
  23. .up-imgjia{border:1rpx dashed #CCCCCC;text-align:center;line-height:1;}
  24. .up-text{color:#CCCCCC;}
  25. .refundPage-but{width:710rpx;height:90rpx;line-height:90rpx;text-align:center;background-color:#FF3D3D;color:#fff;font-size:30rpx;}