运维小程序
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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  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. .examine_list{
  82. padding: 0rpx 20rpx;
  83. box-sizing: border-box;
  84. }
  85. .examine_box{
  86. width: 100%;
  87. background-color: #ffffff;
  88. padding: 30rpx 0rpx;
  89. margin-top: 20rpx;
  90. border-radius: 10rpx;
  91. box-sizing: border-box;
  92. }
  93. .examine_title{
  94. width: 100%;
  95. display: flex;
  96. align-items: center;
  97. padding: 0rpx 0rpx 0rpx 20rpx;
  98. box-sizing: border-box;
  99. }
  100. .examine_title0{
  101. width: 120rpx;
  102. height: 40rpx;
  103. font-size: 22rpx;
  104. display: flex;
  105. align-items: center;
  106. justify-content: center;
  107. border-radius: 30rpx;
  108. /* background-color: #0F80DC; */
  109. background-color: rgba(0, 117, 68, 0.2);
  110. color: #007544;
  111. border: 1rpx solid #007544;
  112. box-sizing: border-box;
  113. }
  114. .examine_title01{
  115. width: 120rpx;
  116. height: 40rpx;
  117. font-size: 22rpx;
  118. display: flex;
  119. align-items: center;
  120. justify-content: center;
  121. border-radius: 30rpx;
  122. /* background-color: #0F80DC; */
  123. color:#ee8d60;
  124. background-color: rgba(241, 120, 20, 0.2);
  125. border: 1rpx solid #f39b72;
  126. box-sizing: border-box;
  127. }
  128. .examine_title02{
  129. width: 120rpx;
  130. height: 40rpx;
  131. font-size: 22rpx;
  132. display: flex;
  133. align-items: center;
  134. justify-content: center;
  135. border-radius: 30rpx;
  136. /* background-color: #0F80DC; */
  137. color:#0F80DC;
  138. background-color: rgba(15, 128, 220, 0.2);
  139. /* color: #007544; */
  140. border: 1rpx solid #0F80DC;
  141. box-sizing: border-box;
  142. }
  143. .examine_title1{
  144. flex: 1;
  145. font-weight: 600;
  146. font-size: 32rpx;
  147. display: flex;
  148. align-items: center;
  149. padding: 0rpx 10rpx;
  150. overflow: hidden;
  151. display: -webkit-box;
  152. text-overflow: ellipsis;
  153. box-orient: vertical;
  154. -webkit-box-orient: vertical;
  155. -moz-box-orient: vertical;
  156. -o-box-orient: vertical;
  157. -ms-box-orient: vertical;
  158. line-clamp: 1; /* 超出2行显示省略号 */
  159. -webkit-line-clamp: 1; /* 超出2行显示省略号 */
  160. box-sizing: border-box;
  161. }
  162. .examine_title2{
  163. width: 100rpx;
  164. height: 40rpx;
  165. font-size: 22rpx;
  166. display: flex;
  167. align-items: center;
  168. justify-content: center;
  169. border-top-left-radius:100rpx;
  170. border-bottom-left-radius:100rpx;
  171. color:#2BB991;
  172. background: linear-gradient(to bottom, #EAFFFA -40%, #EAFFFA 100%,#F0F5F5 100%);
  173. border: 1rpx solid #2BB991;
  174. border-right: 0rpx solid #2BB991;
  175. box-sizing: border-box;
  176. }
  177. .process_bj2{
  178. width: 100rpx;
  179. height: 40rpx;
  180. font-size: 22rpx;
  181. display: flex;
  182. align-items: center;
  183. justify-content: center;
  184. border-top-left-radius:100rpx;
  185. border-bottom-left-radius:100rpx;
  186. color:#0F80DC;
  187. background: linear-gradient(to bottom, #cbe4f8 -40%, #cbe4f8 100%,#F0F5F5 100%);
  188. border: 1rpx solid #0F80DC;
  189. border-right: 0rpx solid #0F80DC;
  190. box-sizing: border-box;
  191. }.process_bj3{
  192. width: 100rpx;
  193. height: 40rpx;
  194. font-size: 22rpx;
  195. display: flex;
  196. align-items: center;
  197. justify-content: center;
  198. border-top-left-radius:100rpx;
  199. border-bottom-left-radius:100rpx;
  200. color:#D1815C;
  201. background: linear-gradient(to bottom, #FFF6F5 -40%, #FFF6F5 100%,#F0F5F5 100%);
  202. border: 1rpx solid red;
  203. border-right: 0rpx solid red;
  204. box-sizing: border-box;
  205. }
  206. .examine_content{
  207. flex: 1;
  208. font-size: 24rpx;
  209. padding: 20rpx 20rpx;
  210. margin: 20rpx 20rpx;
  211. background-color: #f9f9f9;
  212. border-radius: 8rpx;
  213. box-sizing: border-box;
  214. }
  215. .feedback{
  216. margin-top: 8rpx;
  217. }
  218. .examine_bottom{
  219. display: flex;
  220. align-items: center;
  221. justify-content: space-between;
  222. /* padding: 0rpx 20rpx; */
  223. box-sizing: border-box;
  224. }
  225. .examine_bottompro{
  226. display: flex;
  227. align-items: center;
  228. /* padding: 0rpx 20rpx; */
  229. box-sizing: border-box;
  230. }
  231. .promoter_review{
  232. color: #2BB991;
  233. /* border: 1rpx solid #2BB991; */
  234. /* border-right: 0rpx solid #2BB991; */
  235. border-top-left-radius:100rpx;
  236. border-bottom-left-radius:100rpx;
  237. padding: 4rpx 10rpx;
  238. box-sizing: border-box;
  239. }
  240. .promoter_review_color{
  241. margin-right: 8rpx;
  242. }
  243. .promoter_review_colors{
  244. color: red;
  245. }
  246. .examine_button{
  247. width: 100%;
  248. padding: 0rpx 20rpx;
  249. margin-top: 30rpx;
  250. display: flex;
  251. align-items: center;
  252. justify-content: space-between;
  253. box-sizing: border-box;
  254. }
  255. .examine_name{
  256. color: #cccccc;
  257. }
  258. .t-tabs{
  259. background-color: rgba(255, 255, 255, 0);
  260. }
  261. .promoter{
  262. display: flex;
  263. flex-direction: column;
  264. justify-content: center;
  265. align-items: center;
  266. padding: 0rpx 40rpx;
  267. border-right:1rpx solid #cccccc;
  268. }
  269. .promoter_name{
  270. margin-top: 20rpx;
  271. }
  272. .promoter_right{
  273. display: flex;
  274. flex-direction: column;
  275. padding: 0rpx 40rpx;
  276. }
  277. .filter{
  278. width: 500rpx;
  279. padding: 30rpx;
  280. box-sizing: border-box;
  281. }
  282. .mtinput{
  283. width: 100%;
  284. /* padding: 20rpx; */
  285. box-sizing: border-box;
  286. /* background-color: #ffffff; */
  287. }
  288. .uni-mt-5{
  289. width: 100%;
  290. height: 80rpx;
  291. border-radius: 100rpx;
  292. border: 1rpx solid #cccccc;
  293. padding: 0rpx 20rpx;
  294. box-sizing: border-box;
  295. }
  296. .owner_type1 {
  297. width: 100%;
  298. height: 120rpx;
  299. display: flex;
  300. align-items: center;
  301. justify-content: space-between;
  302. border-bottom: #f0f5f5 1rpx solid;
  303. }
  304. .owner_type11 {
  305. width: 100%;
  306. /* height: 120rpx; */
  307. display: flex;
  308. flex-direction: column;
  309. /* align-items: center; */
  310. justify-content: space-between;
  311. border-bottom: #f0f5f5 1rpx solid;
  312. }
  313. .calculation_strategy {
  314. font-size: 26rpx;
  315. color: #222;
  316. padding: 20rpx 0rpx;
  317. }
  318. .calculation_capsule {
  319. width: 100%;
  320. font-size: 26rpx;
  321. color: #222;
  322. padding: 10rpx 20rpx;
  323. }
  324. .owner_easyinput1 {
  325. width: 100%;
  326. display: flex;
  327. }
  328. .event{
  329. /* width: 70%; */
  330. display: flex;
  331. justify-content: space-between;
  332. padding-left: 20rpx;
  333. align-items: center;
  334. }
  335. .calculation_top {
  336. width: 100%;
  337. height: 100%;
  338. font-size: 26rpx;
  339. display: flex;
  340. align-items: center;
  341. justify-content: space-between;
  342. }
  343. .calculation_left {
  344. display: flex;
  345. font-size: 28rpx;
  346. }
  347. picker{
  348. width: 100%;
  349. }
  350. .switch-container{
  351. width: 100%;
  352. }
  353. .t-radio-group{
  354. width: 100%;
  355. }
  356. .t-radio{
  357. margin-right: 40rpx;
  358. }
  359. .workorder_box{
  360. padding-top:300rpx;
  361. display: flex;
  362. align-items: center;
  363. flex-direction: column;
  364. justify-content: center;
  365. box-sizing: border-box;
  366. background-color: #ffffff;
  367. }
  368. .workorder1{
  369. width: 480rpx;
  370. height: 68rpx;
  371. font-size: 32rpx;
  372. margin-top: 40rpx;
  373. background-color: rgba(15, 128, 220, 0.2);
  374. color: #0F80DC;
  375. border:1rpx solid #0F80DC;
  376. display: flex;
  377. align-items: center;
  378. justify-content: center;
  379. border-radius: 10rpx;
  380. }
  381. .t-overlay{
  382. width: 100%;
  383. height: 100%;
  384. }
  385. .available{
  386. width: 100%;
  387. display: flex;
  388. align-items: center;
  389. justify-content: center;
  390. margin-top: 260rpx;
  391. }