orderDetail.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. }
  21. .money{
  22. line-height: 100rpx;
  23. font-size: 100rpx;
  24. font-family: Bahnschrift-Bold SemiCondensed, Bahnschrift;
  25. font-weight: normal;
  26. color: #EB5C20;
  27. }
  28. .info-box{
  29. background: #FFFFFF;
  30. box-shadow: 0rpx 8rpx 40rpx 1rpx rgba(51,51,51,0.06);
  31. border-radius: 10rpx 10rpx 10rpx 10rpx;
  32. opacity: 1;
  33. padding: 17rpx 30rpx;
  34. margin: 30rpx;
  35. }
  36. .info-box-title{
  37. line-height: 47rpx;
  38. font-size: 32rpx;
  39. font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  40. font-weight: bold;
  41. color: #242323;
  42. }
  43. .info-item{
  44. margin: 20rpx 0;
  45. justify-content: space-between;
  46. }
  47. .info-item-label{
  48. line-height: 41rpx;
  49. font-size: 28rpx;
  50. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  51. font-weight: 500;
  52. color: #A8A5A5;
  53. margin-right: 100rpx;
  54. }
  55. .info-item-data{
  56. line-height: 41rpx;
  57. font-size: 28rpx;
  58. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  59. font-weight: 500;
  60. color: #242323;
  61. text-align: right;
  62. }
  63. .mag-b50{
  64. margin-bottom: 50rpx;
  65. }