order_details.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. /* pages/order_details/order_details.wxss */
  2. page {
  3. background: #eff0f5;
  4. }
  5. .order_box {
  6. width: 690rpx;
  7. /* height: 181rpx; */
  8. background: #ffffff;
  9. border-radius: 7px;
  10. /* margin: 25rpx 30rpx 0rpx 30rpx; */
  11. /* border: 2rpx solid #ccc; */
  12. }
  13. .order_title {
  14. width: 100%;
  15. display: block;
  16. text-overflow: ellipsis;
  17. word-wrap: break-word;
  18. /* padding: 48rpx 73rpx 24rpx 0rpx; */
  19. font-size: 20px;
  20. font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  21. font-weight: 500;
  22. color: #3c3c3c;
  23. /* line-height: 56rpx; */
  24. margin-bottom: 20rpx;
  25. }
  26. .order_smalltitle {
  27. /* float: left; */
  28. font-size: 13.5px;
  29. /* padding-left: 37rpx; */
  30. }
  31. .order_phone {
  32. /* float: left; */
  33. font-size: 14px;
  34. /* padding-right: 150rpx */
  35. }
  36. .content-box {
  37. width: 690rpx;
  38. background: #ffffff;
  39. border-radius: 7px;
  40. /* border: 1px solid #ccc; */
  41. /* margin: 16rpx 30rpx 16rpx 30rpx; */
  42. margin-top: 16rpx;
  43. padding-bottom: 20rpx;
  44. }
  45. .content-title {
  46. padding: 16rpx 0rpx 0rpx 0rpx;
  47. }
  48. .img-1 {
  49. margin-left: 15rpx;
  50. width: 57.5px;
  51. height: 57.5px;
  52. float: left;
  53. margin-right: 9.77px;
  54. }
  55. .order-money {
  56. float: right;
  57. font-size: 14px;
  58. color: red;
  59. font-weight: 800;
  60. margin-right: 38rpx;
  61. }
  62. .content-detail {
  63. /* float: left; */
  64. width: 400rpx;
  65. }
  66. .divLine {
  67. background: #E0E3DA;
  68. width: 90%;
  69. height: 1rpx;
  70. margin: 125rpx auto 1rpx;
  71. }
  72. .content-left {
  73. width: 100rpx;
  74. /* height: 14px; */
  75. font-size: 14.5px;
  76. float: left;
  77. color: #3c3c3c;
  78. line-height: 28px;
  79. padding-left: 10px;
  80. }
  81. .content-right {
  82. float: right;
  83. width: 15.5px;
  84. font-size: 13px;
  85. font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  86. line-height: 23px;
  87. letter-spacing: 0.22px;
  88. padding-right: 25px;
  89. }
  90. .remark {
  91. width: 690rpx;
  92. /* height: 120rpx; */
  93. background: #ffffff;
  94. border-radius: 7px;
  95. margin-top: 20rpx;
  96. box-sizing: border-box;
  97. padding-left: 20rpx;
  98. padding-top: 20rpx;
  99. padding-bottom: 5px;
  100. color: #8b8b8b;
  101. }
  102. .remark-underline {
  103. background: #E0E3DA;
  104. width: 95%;
  105. height: 1rpx;
  106. margin: 20rpx 0rpx;
  107. }
  108. .logistics-box {
  109. margin-top: 20rpx;
  110. padding-top: 10rpx;
  111. width: 690rpx;
  112. /* height: 300rpx; */
  113. background: #ffffff;
  114. border-radius: 7px;
  115. padding-left: 20rpx;
  116. box-sizing: border-box;
  117. }
  118. .logistic-information-left {
  119. float: left;
  120. /* box-sizing: border-box; */
  121. /* margin-left: 20rpx; */
  122. color: #8b8b8b;
  123. }
  124. .logistic-information-right {
  125. float: right;
  126. margin-right: 20rpx;
  127. /* box-sizing: border-box; */
  128. /* margin-left: 20rpx; */
  129. color: #8b8b8b;
  130. }
  131. /* .tab-bar1 {
  132. margin: 100rpx 50rpx;
  133. } */
  134. .tabbar {
  135. position: fixed;
  136. left: 0;
  137. bottom: 40rpx;
  138. width: 100%;
  139. height: 90rpx;
  140. }