orderDetail.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. page{
  2. background-color: #fff;
  3. }
  4. .money-box{
  5. justify-content: space-between;
  6. padding: 30rpx 60rpx 0;
  7. }
  8. .state{
  9. line-height: 54rpx;
  10. font-size: 36rpx;
  11. font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  12. font-weight: bold;
  13. color: #242323;
  14. }
  15. .act-color{
  16. color: #EB5C20 !important;
  17. }
  18. .symbol{
  19. font-size: 38rpx;
  20. line-height: 60rpx;
  21. margin-top: 50rpx;
  22. }
  23. .money{
  24. line-height: 100rpx;
  25. font-size: 100rpx;
  26. font-family: Bahnschrift-Bold SemiCondensed, Bahnschrift;
  27. font-weight: normal;
  28. color: #EB5C20;
  29. }
  30. .info-box{
  31. background: #FFFFFF;
  32. box-shadow: 0rpx 8rpx 40rpx 1rpx rgba(51,51,51,0.06);
  33. border-radius: 10rpx 10rpx 10rpx 10rpx;
  34. opacity: 1;
  35. padding: 17rpx 30rpx;
  36. margin: 30rpx;
  37. }
  38. .info-box-title{
  39. line-height: 47rpx;
  40. font-size: 32rpx;
  41. font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  42. font-weight: bold;
  43. color: #242323;
  44. }
  45. .info-item{
  46. margin: 20rpx 0;
  47. justify-content: space-between;
  48. }
  49. .info-item-label{
  50. line-height: 41rpx;
  51. font-size: 28rpx;
  52. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  53. font-weight: 500;
  54. color: #A8A5A5;
  55. margin-right: 100rpx;
  56. }
  57. .info-item-data{
  58. line-height: 41rpx;
  59. font-size: 28rpx;
  60. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  61. font-weight: 500;
  62. color: #242323;
  63. text-align: right;
  64. }
  65. .mag-b50{
  66. margin-bottom: 50rpx;
  67. }