orderClassDetail.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. /* pages/orderClassDetail/orderClassDetail.wxss */
  2. .container{
  3. padding: 0;
  4. margin: 0;
  5. font-size: 28rpx;
  6. }
  7. .detail-title{
  8. display: flex;
  9. height: 100rpx;
  10. line-height: 100rpx;
  11. justify-content: space-between;
  12. font-size: 32rpx;
  13. border-top: 1px solid #CCC;
  14. border-bottom: 1px solid #CCC;
  15. width: 700rpx;
  16. padding: 0 25rpx;
  17. }
  18. .class-detail,.money-detail,.order-detail{
  19. width: 700rpx;
  20. padding: 25rpx 25rpx 0;
  21. display: flex;
  22. flex-wrap: wrap;
  23. justify-content: space-between;
  24. }
  25. .class-title,.order-title,.money-title{
  26. max-width: 200rpx;
  27. font-size: 28rpx;
  28. height: 60rpx;
  29. line-height: 60rpx;
  30. color: #999;
  31. }
  32. .detail{
  33. margin-right: auto;
  34. width: 500rpx;
  35. font-size: 28rpx;
  36. height: 60rpx;
  37. line-height: 60rpx;
  38. }
  39. .order-contract{
  40. color: #cc6031;
  41. }
  42. .money-detail .detail{
  43. margin-right: 0;
  44. margin-left: auto;
  45. text-align: right;
  46. }
  47. .money-title-other{
  48. color: #999;
  49. margin-left: auto;
  50. height: 60rpx;
  51. line-height: 60rpx;
  52. }
  53. .money-price-other{
  54. font-size: 36rpx;
  55. color: #cc6031;
  56. height: 60rpx;
  57. line-height: 60rpx;
  58. }
  59. .order-num,.order-payTime,.class-valid,.class-nums{
  60. font-weight: 600;
  61. }
  62. .class-detail,.order-detail{
  63. border-bottom: 20rpx solid #eee;
  64. }