电速宝
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. page {
  2. background-color: var(--td-bg-color-container);
  3. /* background-color: #f9f9f9; */
  4. background: linear-gradient(to bottom, #F0F5F5 -40%, #F0F5F5 40%,#F0F5F5 100%);
  5. }
  6. page .round-image {
  7. border-radius: 12rpx;
  8. }
  9. .side-bar-wrapper {
  10. display: flex;
  11. height: 100vh;
  12. overflow: hidden;
  13. --td-grid-item-text-font-size: 24rpx;
  14. }
  15. .side-bar-wrapper .content {
  16. flex: 1;
  17. transition: transform 0.3s ease;
  18. }
  19. .side-bar-wrapper .section {
  20. padding: 32rpx 0;
  21. box-sizing: border-box;
  22. height: 100%;
  23. }
  24. .side-bar-wrapper .title {
  25. padding-left: 40rpx;
  26. margin-bottom: 8rpx;
  27. font-size: 28rpx;
  28. line-height: 44rpx;
  29. color: var(--td-text-color-primary);
  30. }
  31. .side-bar-wrapper .image {
  32. width: 96rpx;
  33. height: 96rpx;
  34. position: relative;
  35. }
  36. .side-bar-wrapper .cell {
  37. margin-right: 32rpx !important;
  38. }
  39. .side-bar-wrapper .image::before {
  40. content: ' ';
  41. position: absolute;
  42. top: 0;
  43. left: 0;
  44. width: 200%;
  45. height: 200%;
  46. border-radius: 24rpx;
  47. border: 2rpx solid var(--td-gray-color-4);
  48. transform-origin: 0 0;
  49. transform: scale(0.5);
  50. }
  51. .t-cell__title-text{
  52. font-size: 22rpx;
  53. }
  54. .t-class-title{
  55. font-size: 22rpx;
  56. }
  57. .t-cell__description-text{
  58. font-size: 24rpx;
  59. }
  60. .t-image{
  61. padding: 20rpx;
  62. background-color: #f5f5f5;
  63. box-sizing: border-box;
  64. }
  65. .calculation{
  66. width: 100%;
  67. height: 100rpx;
  68. }
  69. /* */
  70. .workorder{
  71. width: 100%;
  72. padding: 0rpx 40rpx 0rpx 20rpx;
  73. position: fixed;
  74. top: 0rpx;
  75. left: 0rpx;
  76. display: flex;
  77. flex-direction: column;
  78. align-items: center;
  79. justify-content: space-between;
  80. background-color: #ffffff;
  81. box-sizing: border-box;
  82. }
  83. .order{
  84. padding: 0rpx 20rpx;
  85. }
  86. .order_box{
  87. width: 100%;
  88. background-color: #ffffff;
  89. padding: 20rpx 20rpx;
  90. box-sizing: border-box;
  91. margin-top: 20rpx;
  92. border-radius: 10rpx;
  93. /* box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.1);
  94. */
  95. box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.1);
  96. }
  97. .order_title{
  98. padding-bottom:12rpx;
  99. display: flex;
  100. align-items: center;
  101. justify-content: space-between;
  102. border-bottom: 1rpx solid #cccccc;
  103. }
  104. .order_title1{
  105. display: flex;
  106. align-items: center;
  107. }
  108. .order_image {
  109. width: 60rpx;
  110. height: 60rpx;
  111. margin-right: 20rpx;
  112. }
  113. .order_direction{
  114. margin-top: 40rpx;
  115. }
  116. .order_text{
  117. color: #cccccc;
  118. }
  119. .order_address{
  120. margin-top: 20rpx;
  121. }
  122. .order_time{
  123. margin-top: 20rpx;
  124. }
  125. .order_bottom{
  126. display: flex;
  127. align-items: center;
  128. justify-content:space-between;
  129. }
  130. .order_view{
  131. margin-top: 20rpx;
  132. padding: 10rpx 20rpx;
  133. color: #ffffff;
  134. font-weight: 500;
  135. display: flex;
  136. align-items: center;
  137. justify-content: center;
  138. text-align: right;
  139. border-radius:50rpx;
  140. background-color: #00C775;
  141. }
  142. .available{
  143. display: flex;
  144. justify-content: center;
  145. align-items: center;
  146. margin-top: 200rpx;
  147. }
  148. .discharge{
  149. width: 100%;
  150. margin-top: 100rpx;
  151. display: flex;
  152. align-items: center;
  153. justify-content: center;
  154. }
  155. .discharge_cheng{
  156. padding: 10rpx 40rpx;
  157. background-color: #ffffff;
  158. color: #EA6E38;
  159. /* border-top-left-radius: 10rpx; */
  160. /* border-bottom-left-radius: 10rpx; */
  161. border-radius: 10rpx;
  162. border: 1rpx solid #EA6E38;
  163. border-right: 0rpx solid #EA6E38;
  164. }
  165. .discharge_chengselected{
  166. padding: 10rpx 40rpx;
  167. background-color: #ffffff;
  168. color: #EA6E38;
  169. background-color: #EA6E38;
  170. color: #ffffff;
  171. border-radius: 10rpx;
  172. border: 1rpx solid #EA6E38;
  173. border-right: 0rpx solid #EA6E38;
  174. }
  175. .discharge_fang{
  176. padding: 10rpx 40rpx;
  177. background-color: #ffffff;
  178. color: #EA6E38;
  179. border-top-right-radius: 10rpx;
  180. border-bottom-right-radius: 10rpx;
  181. border: 1rpx solid #EA6E38;
  182. border-left: 0rpx solid #EA6E38;
  183. }
  184. .selected{
  185. background-color: #EA6E38;
  186. color: #ffffff;
  187. }
  188. .discharge_tabs{
  189. width: 100%;
  190. }
  191. /* */