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

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