orderBySuccess.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. /* pages/orderBySuccess/orderBySuccess.wxss */
  2. .content {
  3. width: 100%;
  4. height: 100vh;
  5. background: #F7F8FA;
  6. }
  7. .border-content {
  8. margin-left: 20rpx;
  9. width: 662rpx;
  10. padding: 24rpx;
  11. background: #FFFFFF;
  12. border-radius: 24rpx;
  13. display: flex;
  14. flex-direction: column;
  15. }
  16. .needJust {
  17. align-items: center;
  18. }
  19. .line-20rpx {
  20. width: 20rpx;
  21. height: 20rpx;
  22. }
  23. .border-image {
  24. width: 240rpx;
  25. height: 240rpx;
  26. }
  27. .border-success {
  28. margin-bottom: 40rpx;
  29. font-size: 36rpx;
  30. font-weight: 500;
  31. color: #333333;
  32. }
  33. .border-time {
  34. margin-bottom: 12rpx;
  35. font-size: 24rpx;
  36. font-weight: 400;
  37. color: #333333;
  38. }
  39. .do-time {
  40. min-width: 476rpx;
  41. display: flex;
  42. align-items: center;
  43. font-size: 24rpx;
  44. font-weight: 400;
  45. color: #333333;
  46. margin-bottom: 20rpx;
  47. }
  48. .do-time text {
  49. font-size: 36rpx;
  50. font-weight: 500;
  51. color: #FF3007;
  52. }
  53. .address-title {
  54. margin-bottom: 8rpx;
  55. text-align: left;
  56. width: 476rpx;
  57. font-weight: 500;
  58. font-size: 24rpx;
  59. color: #999999;
  60. }
  61. .submit-btm {
  62. margin-top: 20rpx;
  63. width: 100%;
  64. display: flex;
  65. align-items: center;
  66. justify-content: center;
  67. }
  68. .submit-home {
  69. width: 186rpx;
  70. height: 62rpx;
  71. border-radius: 33rpx;
  72. line-height: 62rpx;
  73. font-size: 24rpx;
  74. font-weight: 500;
  75. text-align: center;
  76. color: #FA7D22;
  77. border: 2rpx solid #FA7D22;
  78. margin-right: 30rpx;
  79. }
  80. .submit-order {
  81. margin-left: 30rpx;
  82. width: 186rpx;
  83. height: 62rpx;
  84. border-radius: 33rpx;
  85. line-height: 62rpx;
  86. font-size: 24rpx;
  87. font-weight: 500;
  88. text-align: center;
  89. background: #FA7D22;
  90. color: #FFFFFF;
  91. border: 2rpx solid #FA7D22;
  92. }
  93. .title {
  94. font-size: 32rpx;
  95. font-weight: 500;
  96. color: #333333;
  97. line-height: 84rpx;
  98. }
  99. .title-line {
  100. margin-bottom: 10rpx;
  101. font-size: 24rpx;
  102. font-weight: 400;
  103. color: #999999;
  104. }