电速宝
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

index.wxss 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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. align-items: center;
  78. justify-content: space-between;
  79. background-color: #ffffff;
  80. box-sizing: border-box;
  81. }
  82. .order{
  83. padding: 0rpx 20rpx;
  84. }
  85. .order_box{
  86. width: 100%;
  87. background-color: #ffffff;
  88. padding: 20rpx 20rpx;
  89. box-sizing: border-box;
  90. margin-top: 20rpx;
  91. border-radius: 10rpx;
  92. /* box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.1); */
  93. box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.1);
  94. }
  95. .order_title{
  96. padding-bottom:12rpx;
  97. display: flex;
  98. align-items: center;
  99. justify-content: space-between;
  100. border-bottom: 1rpx solid #cccccc;
  101. }
  102. .order_title1{
  103. display: flex;
  104. align-items: center;
  105. }
  106. .order_image {
  107. width: 60rpx;
  108. height: 60rpx;
  109. margin-right: 20rpx;
  110. }
  111. .order_direction{
  112. margin-top: 40rpx;
  113. }
  114. .order_text{
  115. color: #cccccc;
  116. }
  117. .order_address{
  118. margin-top: 20rpx;
  119. }
  120. .order_time{
  121. margin-top: 20rpx;
  122. padding: 0rpx 20rpx;
  123. display: flex;
  124. justify-content: space-between;
  125. }
  126. .order_bottom{
  127. display: flex;
  128. align-items: center;
  129. justify-content:space-between;
  130. }
  131. .order_view{
  132. margin-top: 20rpx;
  133. padding: 10rpx 20rpx;
  134. color: #ffffff;
  135. font-weight: 500;
  136. display: flex;
  137. align-items: center;
  138. justify-content: center;
  139. text-align: right;
  140. border-radius:50rpx;
  141. background-color: #00C775;
  142. }