You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
979 B

  1. .Box{
  2. /* overflow: hidden; */
  3. }
  4. .limit{
  5. font-size: 32rpx;
  6. text-align: center;
  7. font-weight: 600;
  8. color: #ffffff;
  9. margin-top: 20rpx;
  10. }
  11. .balance{
  12. font-size: 38rpx;
  13. text-align: center;
  14. color: #07E881;
  15. font-weight: 600;
  16. margin-top: 20rpx;
  17. }
  18. .detail{
  19. width: 90%;
  20. text-align: center;
  21. padding: 6rpx 0;
  22. color: #ffffff;
  23. margin: 10rpx auto;
  24. border-bottom: solid 1rpx #ffffff;
  25. font-size: 26rpx;
  26. }
  27. .itemBox{
  28. width: 96%;
  29. margin: 20rpx 2%;
  30. color: #ffffff;
  31. overflow: hidden;
  32. }
  33. .leftBox{
  34. float: left;
  35. height: 120rpx;
  36. }
  37. .order{
  38. font-size: 26rpx;
  39. }
  40. .orderTiem{
  41. font-size: 26rpx;
  42. }
  43. .rightBox{
  44. line-height: 120rpx;
  45. float: right;
  46. color: #07E881;
  47. font-size: 34rpx;
  48. }
  49. .addright{
  50. line-height: 120rpx;
  51. float: right;
  52. color: red;
  53. font-size: 34rpx;
  54. }
  55. .segmentation{
  56. width: 80%;
  57. background-color: rgba(255,255,255,0.3);
  58. height: 1rpx;
  59. margin: 10rpx auto;
  60. }