order.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. .container {
  2. background-color: #F7F7F7;
  3. }
  4. .container .code-info {
  5. width: 100%;
  6. height: 390rpx;
  7. background-color: #fff;
  8. }
  9. .container .code-info .code {
  10. width: 320rpx;
  11. height: 320rpx;
  12. border: 1px solid #ebeef5;
  13. margin: 20rpx auto;
  14. }
  15. .container .code-info .code .canvas-code {
  16. background-color: #fff;
  17. width: 280rpx;
  18. height: 280rpx;
  19. margin: 20rpx auto;
  20. }
  21. .container .code-info .code .code-text {
  22. text-align: center;
  23. margin: 30rpx auto;
  24. }
  25. .container .order {
  26. margin-top: 20rpx;
  27. display: flex;
  28. height: 250rpx;
  29. background-color: #fff;
  30. justify-content: flex-start;
  31. }
  32. .container .order .order-img {
  33. width: 200rpx;
  34. height: 190rpx;
  35. margin: 20rpx 20rpx;
  36. padding-top: 25rpx;
  37. }
  38. .container .order .order-img image {
  39. width: 100%;
  40. height: 100%;
  41. }
  42. .container .order .order-info {
  43. flex: 1;
  44. padding-top: 10rpx;
  45. padding-left: 30rpx;
  46. }
  47. .container .order .order-info .order-id {
  48. height: 50rpx;
  49. text-align: right;
  50. }
  51. .container .order .order-info .order-title {
  52. height: 60rpx;
  53. }
  54. .container .order .order-info .order-price {
  55. height: 80rpx;
  56. }
  57. .container .order .order-info .order-date {
  58. height: 50rpx;
  59. }
  60. .container .shop-info {
  61. height: 250rpx;
  62. margin-top: 20rpx;
  63. padding: 20rpx 30rpx;
  64. background-color: #fff;
  65. }
  66. .container .shop-info .shop {
  67. height: 50rpx;
  68. line-height: 50rpx;
  69. }
  70. .container .shop-info .address, .container .shop-info .tel {
  71. height: 30rpx;
  72. line-height: 30rpx;
  73. margin: 20rpx;
  74. position: relative;
  75. }
  76. .container .shop-info .address image, .container .shop-info .tel image {
  77. width: 40rpx;
  78. height: 40rpx;
  79. position: absolute;
  80. right: 0;
  81. bottom: 0;
  82. }