合伙人运营小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. page {
  2. background-color: var(--td-bg-color-container);
  3. background-color: #f9f9f9;
  4. }
  5. page .round-image {
  6. border-radius: 12rpx;
  7. }
  8. .side-bar-wrapper {
  9. display: flex;
  10. height: 100vh;
  11. overflow: hidden;
  12. --td-grid-item-text-font-size: 24rpx;
  13. }
  14. .side-bar-wrapper .content {
  15. flex: 1;
  16. transition: transform 0.3s ease;
  17. }
  18. .side-bar-wrapper .section {
  19. padding: 32rpx 0;
  20. box-sizing: border-box;
  21. height: 100%;
  22. }
  23. .side-bar-wrapper .title {
  24. padding-left: 40rpx;
  25. margin-bottom: 8rpx;
  26. font-size: 28rpx;
  27. line-height: 44rpx;
  28. color: var(--td-text-color-primary);
  29. }
  30. .side-bar-wrapper .image {
  31. width: 96rpx;
  32. height: 96rpx;
  33. position: relative;
  34. }
  35. .side-bar-wrapper .cell {
  36. margin-right: 32rpx !important;
  37. }
  38. .side-bar-wrapper .image::before {
  39. content: ' ';
  40. position: absolute;
  41. top: 0;
  42. left: 0;
  43. width: 200%;
  44. height: 200%;
  45. border-radius: 24rpx;
  46. border: 2rpx solid var(--td-gray-color-4);
  47. transform-origin: 0 0;
  48. transform: scale(0.5);
  49. }
  50. .t-cell__title-text{
  51. font-size: 22rpx;
  52. }
  53. .t-class-title{
  54. font-size: 22rpx;
  55. }
  56. .t-cell__description-text{
  57. font-size: 24rpx;
  58. }
  59. .t-image{
  60. padding: 20rpx;
  61. background-color: #f5f5f5;
  62. box-sizing: border-box;
  63. }
  64. .calculation{
  65. width: 100%;
  66. height: 100rpx;
  67. }
  68. /* */
  69. .workorder{
  70. width: 100%;
  71. padding: 0rpx 40rpx 0rpx 20rpx;
  72. position: fixed;
  73. top: 0rpx;
  74. left: 0rpx;
  75. display: flex;
  76. align-items: center;
  77. justify-content: space-between;
  78. background-color: #ffffff;
  79. box-sizing: border-box;
  80. }
  81. .order{
  82. padding: 0rpx 20rpx;
  83. }
  84. .order_box{
  85. width: 100%;
  86. background-color: #ffffff;
  87. padding: 20rpx 20rpx;
  88. box-sizing: border-box;
  89. margin-top: 20rpx;
  90. border-radius: 10rpx;
  91. }
  92. .order_title{
  93. padding-bottom:12rpx;
  94. display: flex;
  95. align-items: center;
  96. justify-content: space-between;
  97. border-bottom: 1rpx solid #cccccc;
  98. }
  99. .order_title1{
  100. display: flex;
  101. align-items: center;
  102. }
  103. .order_image {
  104. width: 60rpx;
  105. height: 60rpx;
  106. margin-right: 20rpx;
  107. }
  108. .order_direction{
  109. margin-top: 40rpx;
  110. }
  111. .order_text{
  112. color: #cccccc;
  113. }
  114. .order_address{
  115. margin-top: 20rpx;
  116. }
  117. .order_time{
  118. margin-top: 20rpx;
  119. }
  120. .order_bottom{
  121. display: flex;
  122. align-items: center;
  123. justify-content:space-between;
  124. }
  125. .order_view{
  126. margin-top: 20rpx;
  127. padding: 10rpx 20rpx;
  128. color: #ffffff;
  129. font-weight: 500;
  130. display: flex;
  131. align-items: center;
  132. justify-content: center;
  133. text-align: right;
  134. border-radius:50rpx;
  135. background-color: #00C775;
  136. }