global.scss 35 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525
  1. @use 'sass:math';
  2. @function px2rpx($px) {
  3. @return $px * 1rpx;
  4. }
  5. :root {
  6. --color-red-400: oklch(70.4% .191 22.216);
  7. --color-orange-600: oklch(64.6% .222 41.116);
  8. --color-amber-50: oklch(98.7% .022 95.277);
  9. --color-amber-400: oklch(82.8% .189 84.429);
  10. --color-yellow-100: oklch(97.3% .071 103.193);
  11. --color-yellow-400: oklch(85.2% .199 91.936);
  12. --color-yellow-500: oklch(79.5% .184 86.047);
  13. --color-green-300: oklch(87.1% .15 154.449);
  14. --color-green-400: oklch(79.2% .209 151.711);
  15. --color-sky-100: oklch(95.1% .026 236.824);
  16. --color-sky-400: oklch(74.6% .16 232.661);
  17. --color-blue-500: oklch(62.3% .214 259.815);
  18. --color-blue-600: oklch(54.6% .245 262.881);
  19. --color-indigo-50: oklch(96.2% .018 272.314);
  20. --color-indigo-100: oklch(93% .034 272.788);
  21. --color-indigo-400: oklch(67.3% .182 276.935);
  22. --color-indigo-600: oklch(51.1% .262 276.966);
  23. --color-violet-400: oklch(70.2% .183 293.541);
  24. --color-purple-300: oklch(82.7% .119 306.383);
  25. --color-purple-500: oklch(62.7% .265 303.9);
  26. --color-purple-600: oklch(55.8% .288 302.321);
  27. --color-fuchsia-400: oklch(74% .238 322.16);
  28. --color-fuchsia-600: oklch(59.1% .293 322.896);
  29. --color-pink-100: oklch(94.8% .028 342.258);
  30. --color-pink-300: oklch(82.3% .12 346.018);
  31. --color-pink-500: oklch(0.59 0.22 25.62);
  32. --color-pink-600: oklch(0.67 0.21 36.35);
  33. --color-rose-500: oklch(64.5% .246 16.439);
  34. --color-slate-50: oklch(98.4% .003 247.858);
  35. --color-slate-100: oklch(96.8% .007 247.896);
  36. --color-slate-200: oklch(92.9% .013 255.508);
  37. --color-slate-300: oklch(86.9% .022 252.894);
  38. --color-slate-400: oklch(70.4% .04 256.788);
  39. --color-slate-500: oklch(55.4% .046 257.417);
  40. --color-slate-600: oklch(44.6% .043 257.281);
  41. --color-slate-700: oklch(37.2% .044 257.287);
  42. --color-slate-800: oklch(27.9% .041 260.031);
  43. --color-slate-900: oklch(20.8% .042 265.755);
  44. --color-gray-200: oklch(92.8% .006 264.531);
  45. --color-zinc-100: oklch(96.7% .001 286.375);
  46. --color-black: #000;
  47. --color-gray: #F2F2F2;
  48. --color-gray-second: #6B7188;
  49. --color-white: #fff;
  50. --font-size-10: px2rpx(10);
  51. --font-size-12: px2rpx(12);
  52. --font-size-13: px2rpx(13);
  53. --font-size-14: px2rpx(14);
  54. --font-size-15: px2rpx(15);
  55. --font-size-16: px2rpx(16);
  56. --font-size-18: px2rpx(18);
  57. --font-size-20: px2rpx(20);
  58. --font-size-22: px2rpx(22);
  59. --font-size-24: px2rpx(24);
  60. --font-size-26: px2rpx(26);
  61. --font-size-28: px2rpx(28);
  62. --font-size-32: px2rpx(32);
  63. --font-size-36: px2rpx(36);
  64. --font-size-40: px2rpx(40);
  65. --el-component-size: px2rpx(40);
  66. --ease-in: cubic-bezier(.4, 0, 1, 1);
  67. --ease-out: cubic-bezier(0, 0, .2, 1);
  68. --ease-in-out: cubic-bezier(.4, 0, .2, 1);
  69. --animate-spin: spin 1s linear infinite;
  70. --animate-ping: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
  71. --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
  72. --blur-sm: 8px;
  73. --default-transition-duration: .15s;
  74. --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  75. --default-font-family: var(--font-sans);
  76. --default-mono-font-family: var(--font-mono);
  77. --font-inter: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  78. --color-navy-50: #e7e9ef;
  79. --color-navy-100: #fff;
  80. --color-navy-200: #a3adc2;
  81. --color-navy-300: #697a9b;
  82. --color-navy-400: #5c6b8a;
  83. --color-navy-450: #465675;
  84. --color-navy-500: #3a3c43;
  85. --color-navy-600: #313e59;
  86. --color-navy-700: #242726;
  87. --color-navy-750: #222e45;
  88. --color-navy-800: #202b40;
  89. --color-navy-900: #141a18;
  90. --color-slate-150: #e9eef5;
  91. --color-primary: #4f46e5;
  92. --color-primary-focus: #4338ca;
  93. --color-secondary-light: #ff57d8;
  94. --color-secondary: #141a18;
  95. --color-secondary-focus: #242726;
  96. --color-accent-light: #242726;
  97. --color-accent: #5f5af6;
  98. --color-accent-focus: #4d47f5;
  99. --color-info: #0ea5e9;
  100. --color-info-focus: #0284c7;
  101. --color-success: #1ac23a;
  102. --color-success-focus: #17a732;
  103. --color-warning: #ff9800;
  104. --color-warning-focus: #e68200;
  105. --color-error: #e32326;
  106. --color-error-focus: #f03000;
  107. --color-bg-main: #f8f9f9;
  108. --text-tiny: .625rem;
  109. --text-tiny--line-height: .8125rem;
  110. --text-tiny-plus: .6875rem;
  111. --text-tiny-plus--line-height: .875rem;
  112. --text-xs-plus: .8125rem;
  113. --text-xs-plus--line-height: 1.125rem;
  114. --text-sm-plus: .9375rem;
  115. --text-sm-plus--line-height: 1.375rem;
  116. --animate-shimmer: shimmer 2s linear infinite;
  117. // 状态背景色
  118. --status-warning-bg: var(--color-amber-50);
  119. --status-success-bg: var(--color-green-300);
  120. --status-processing-bg: var(--color-sky-100);
  121. --status-danger-bg: var(--color-pink-100);
  122. --status-expired-bg: var(--color-slate-200);
  123. --status-cancelled-bg: var(--color-slate-100);
  124. // 状态文字颜色
  125. --status-warning-text: var(--color-orange-600);
  126. --status-success-text: var(--color-green-400);
  127. --status-processing-text: var(--color-blue-600);
  128. --status-danger-text: var(--color-rose-500);
  129. --status-expired-text: var(--color-slate-600);
  130. --status-cancelled-text: var(--color-slate-500);
  131. // 状态边框颜色
  132. --status-warning-border: var(--color-amber-400);
  133. --status-success-border: var(--color-green-400);
  134. --status-processing-border: var(--color-sky-400);
  135. --status-danger-border: var(--color-pink-300);
  136. --status-expired-border: var(--color-slate-400);
  137. --status-cancelled-border: var(--color-slate-300);
  138. }
  139. .dark {
  140. --color-red-400: oklch(70.4% .191 22.216);
  141. --color-orange-600: oklch(64.6% .222 41.116);
  142. --color-amber-50: oklch(98.7% .022 95.277);
  143. --color-amber-400: oklch(82.8% .189 84.429);
  144. --color-yellow-100: oklch(97.3% .071 103.193);
  145. --color-yellow-400: oklch(85.2% .199 91.936);
  146. --color-yellow-500: oklch(79.5% .184 86.047);
  147. --color-green-300: oklch(87.1% .15 154.449);
  148. --color-green-400: oklch(79.2% .209 151.711);
  149. --color-sky-100: oklch(95.1% .026 236.824);
  150. --color-sky-400: oklch(74.6% .16 232.661);
  151. --color-blue-500: oklch(62.3% .214 259.815);
  152. --color-blue-600: oklch(54.6% .245 262.881);
  153. --color-indigo-50: oklch(96.2% .018 272.314);
  154. --color-indigo-100: oklch(93% .034 272.788);
  155. --color-indigo-400: oklch(67.3% .182 276.935);
  156. --color-indigo-600: oklch(51.1% .262 276.966);
  157. --color-violet-400: oklch(70.2% .183 293.541);
  158. --color-purple-300: oklch(82.7% .119 306.383);
  159. --color-purple-500: oklch(62.7% .265 303.9);
  160. --color-purple-600: oklch(55.8% .288 302.321);
  161. --color-fuchsia-400: oklch(74% .238 322.16);
  162. --color-fuchsia-600: oklch(59.1% .293 322.896);
  163. --color-pink-100: oklch(94.8% .028 342.258);
  164. --color-pink-300: oklch(82.3% .12 346.018);
  165. --color-pink-500: oklch(0.59 0.22 25.62);
  166. --color-pink-600: oklch(0.67 0.21 36.35);
  167. --color-rose-500: oklch(64.5% .246 16.439);
  168. --color-slate-50: oklch(98.4% .003 247.858);
  169. --color-slate-100: oklch(96.8% .007 247.896);
  170. --color-slate-200: oklch(92.9% .013 255.508);
  171. --color-slate-300: oklch(86.9% .022 252.894);
  172. --color-slate-400: oklch(70.4% .04 256.788);
  173. --color-slate-500: oklch(55.4% .046 257.417);
  174. --color-slate-600: oklch(44.6% .043 257.281);
  175. --color-slate-700: oklch(37.2% .044 257.287);
  176. --color-slate-800: oklch(27.9% .041 260.031);
  177. --color-slate-900: oklch(20.8% .042 265.755);
  178. --color-gray-200: oklch(92.8% .006 264.531);
  179. --color-zinc-100: oklch(96.7% .001 286.375);
  180. --color-black: #000;
  181. --color-white: #fff;
  182. --color-navy-900: #11224d;
  183. --font-size-10: px2rpx(10);
  184. --font-size-12: px2rpx(12);
  185. --font-size-13: px2rpx(13);
  186. --font-size-14: px2rpx(14);
  187. --font-size-15: px2rpx(15);
  188. --font-size-16: px2rpx(16);
  189. --font-size-18: px2rpx(18);
  190. --font-size-20: px2rpx(20);
  191. --font-size-22: px2rpx(22);
  192. --font-size-24: px2rpx(24);
  193. --font-size-26: px2rpx(26);
  194. --font-size-28: px2rpx(28);
  195. --font-size-32: px2rpx(32);
  196. --font-size-36: px2rpx(36);
  197. --font-size-40: px2rpx(40);
  198. --el-component-size: px2rpx(40);
  199. --ease-in: cubic-bezier(.4, 0, 1, 1);
  200. --ease-out: cubic-bezier(0, 0, .2, 1);
  201. --ease-in-out: cubic-bezier(.4, 0, .2, 1);
  202. --animate-spin: spin 1s linear infinite;
  203. --animate-ping: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
  204. --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
  205. --blur-sm: 8px;
  206. --default-transition-duration: .15s;
  207. --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  208. --default-font-family: var(--font-sans);
  209. --default-mono-font-family: var(--font-mono);
  210. --font-inter: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  211. --color-navy-50: #e7e9ef;
  212. --color-navy-100: #fff;
  213. --color-navy-200: #a3adc2;
  214. --color-navy-300: #697a9b;
  215. --color-navy-400: #5c6b8a;
  216. --color-navy-450: #465675;
  217. --color-navy-500: #3a3c43;
  218. --color-navy-600: #313e59;
  219. --color-navy-700: #242726;
  220. --color-navy-750: #222e45;
  221. --color-navy-800: #202b40;
  222. --color-navy-900: #141a18;
  223. --color-slate-150: #e9eef5;
  224. --color-primary: #4f46e5;
  225. --color-primary-focus: #4338ca;
  226. --color-secondary-light: #ff57d8;
  227. --color-secondary: #141a18;
  228. --color-secondary-focus: #242726;
  229. --color-accent-light: #242726;
  230. --color-accent: #5f5af6;
  231. --color-accent-focus: #4d47f5;
  232. --color-info: #0ea5e9;
  233. --color-info-focus: #0284c7;
  234. --color-success: #1ac23a;
  235. --color-success-focus: #17a732;
  236. --color-warning: #ff9800;
  237. --color-warning-focus: #e68200;
  238. --color-error: #e32326;
  239. --color-error-focus: #f03000;
  240. --color-gray-second: #6B7188;
  241. --color-bg-main: #f8f9f9;
  242. --text-tiny: .625rem;
  243. --text-tiny--line-height: .8125rem;
  244. --text-tiny-plus: .6875rem;
  245. --text-tiny-plus--line-height: .875rem;
  246. --text-xs-plus: .8125rem;
  247. --text-xs-plus--line-height: 1.125rem;
  248. --text-sm-plus: .9375rem;
  249. --text-sm-plus--line-height: 1.375rem;
  250. --animate-shimmer: shimmer 2s linear infinite;
  251. }
  252. body {
  253. min-height: 100vh;
  254. margin: 0 auto !important;
  255. font-size: px2rpx(12);
  256. line-height: 1;
  257. color: #000;
  258. }
  259. .uni-top-window {
  260. overflow: visible;
  261. }
  262. uni-left-window {
  263. position: fixed;
  264. top: px2rpx(56);
  265. left: 0;
  266. background-color: #fff;
  267. z-index: 1;
  268. transition: width 281ms cubic-bezier(0.4, 0, 0.2, 1);
  269. }
  270. uni-content {
  271. padding-left: px2rpx(280) !important;
  272. }
  273. uni-left-window.collapsed {
  274. width: px2rpx(64) !important;
  275. white-space: nowrap;
  276. overflow: hidden;
  277. }
  278. uni-left-window.collapsed:hover {
  279. width: px2rpx(280) !important;
  280. white-space: nowrap;
  281. overflow: hidden;
  282. }
  283. uni-content.collapsed {
  284. padding-left: px2rpx(64) !important;
  285. }
  286. @media screen and (max-width: 1100px) {
  287. uni-left-window {
  288. width: px2rpx(64) !important;
  289. white-space: nowrap;
  290. overflow: hidden;
  291. }
  292. uni-left-window:hover {
  293. width: px2rpx(280) !important;
  294. }
  295. uni-content {
  296. padding-left: px2rpx(64) !important;
  297. }
  298. }
  299. @media screen and (max-width: 991px) {
  300. uni-left-window {
  301. width: px2rpx(0) !important;
  302. overflow: hidden;
  303. transition: width 281ms cubic-bezier(0.4, 0, 0.2, 1);
  304. white-space: nowrap;
  305. }
  306. uni-content {
  307. padding-left: px2rpx(0) !important;
  308. }
  309. uni-left-window:hover {
  310. width: px2rpx(280) !important;
  311. }
  312. }
  313. .body {
  314. position: absolute;
  315. box-sizing: border-box;
  316. width: 100%;
  317. // height: 100vh;
  318. // padding-bottom: var(--tabbar-height);
  319. height: 100vh;
  320. overflow-y: scroll;
  321. transition: all 0.4s;
  322. -webkit-overflow-scrolling: touch;
  323. &.is-tab {
  324. // height: calc(100vh - var(--tabbar-height));
  325. }
  326. }
  327. .wrap {
  328. position: relative;
  329. width: 100%;
  330. height: 100vh;
  331. overflow: hidden;
  332. }
  333. .global-loading {
  334. position: fixed;
  335. top: 0;
  336. left: 0;
  337. z-index: 999;
  338. display: flex;
  339. align-items: center;
  340. justify-content: center;
  341. width: 100vw;
  342. height: 100vh;
  343. background: var(--main-bg);
  344. }
  345. .router-loading {
  346. position: fixed;
  347. top: 0;
  348. left: 0;
  349. z-index: 1000;
  350. display: flex;
  351. align-items: center;
  352. justify-content: center;
  353. width: 100vw;
  354. height: 100vh;
  355. background: var(--main-bg);
  356. }
  357. .full-screen-loading {
  358. position: fixed;
  359. top: 0;
  360. left: 0;
  361. z-index: 1001;
  362. display: flex;
  363. align-items: center;
  364. justify-content: center;
  365. width: 100vw;
  366. height: 100vh;
  367. background: var(--main-bg);
  368. }
  369. .request-loading,
  370. .full-screen-loading {
  371. position: fixed;
  372. top: 50%;
  373. left: 50%;
  374. z-index: 1001;
  375. display: flex;
  376. flex-direction: column;
  377. align-items: center;
  378. justify-content: center;
  379. padding: px2rpx(16) px2rpx(24);
  380. background: rgb(0, 0, 0, 0.88);
  381. backdrop-filter: blur(4px);
  382. box-shadow: 0 4px 12px rgb(0, 0, 0, 0.15);
  383. transform: translate(-50%, -50%);
  384. animation: fadeIn 0.2s ease-in-out;
  385. .van-loading {
  386. margin-bottom: px2rpx(8);
  387. }
  388. .loading-text {
  389. font-size: px2rpx(14);
  390. font-weight: 500;
  391. color: #fff;
  392. text-shadow: 0 px2rpx(1) px2rpx(2) rgb(0, 0, 0, 0.1);
  393. letter-spacing: px2rpx(0.5);
  394. }
  395. &::after {
  396. position: absolute;
  397. inset: px2rpx(-1);
  398. z-index: -1;
  399. content: '';
  400. background: linear-gradient(45deg, rgb(255, 255, 255, 0.1), rgb(255, 255, 255, 0.05));
  401. border-radius: px2rpx(12);
  402. }
  403. }
  404. .full-screen-loading {
  405. width: 100vw;
  406. height: 100vh;
  407. }
  408. @keyframes fadeIn {
  409. from {
  410. opacity: 0;
  411. transform: translate(-50%, -48%);
  412. }
  413. to {
  414. opacity: 1;
  415. transform: translate(-50%, -50%);
  416. }
  417. }
  418. .load-more {
  419. margin: px2rpx(10) 0;
  420. }
  421. /* 通用样式 */
  422. .slide-left-enter,
  423. .slide-right-leave-active {
  424. opacity: 0;
  425. transform: translate(100%, 0);
  426. }
  427. .slide-left-leave-active,
  428. .slide-right-enter {
  429. opacity: 0;
  430. transform: translate(-100%, 0);
  431. }
  432. /* .fade-leave-active below version 2.1.8 */
  433. .fade-enter-active,
  434. .fade-leave-active {
  435. transition: opacity 0.5s;
  436. }
  437. .fade-enter,
  438. .fade-leave-to {
  439. opacity: 0;
  440. }
  441. /* start--文本行数限制--start */
  442. .u-line-1 {
  443. overflow: hidden;
  444. text-overflow: ellipsis;
  445. white-space: nowrap;
  446. }
  447. .u-line-2 {
  448. -webkit-line-clamp: 2;
  449. }
  450. .u-line-3 {
  451. -webkit-line-clamp: 3;
  452. }
  453. .u-line-4 {
  454. -webkit-line-clamp: 4;
  455. }
  456. .u-line-5 {
  457. -webkit-line-clamp: 5;
  458. }
  459. .u-line-2,
  460. .u-line-3,
  461. .u-line-4,
  462. .u-line-5 {
  463. display: flex;
  464. overflow: hidden;
  465. text-overflow: ellipsis;
  466. word-break: break-all;
  467. -webkit-box-orient: vertical; // 设置伸缩盒子元素排列方式
  468. }
  469. /* end--文本行数限制--end */
  470. /* start--Retina 屏幕下的 1px 边框--start */
  471. .u-border,
  472. .u-border-bottom,
  473. .u-border-left,
  474. .u-border-right,
  475. .u-border-top,
  476. .u-border-top-bottom {
  477. position: relative;
  478. }
  479. .u-border-bottom::after,
  480. .u-border-left::after,
  481. .u-border-right::after,
  482. .u-border-top-bottom::after,
  483. .u-border-top::after,
  484. .u-border::after {
  485. position: absolute;
  486. top: 0;
  487. left: 0;
  488. z-index: 2;
  489. box-sizing: border-box;
  490. // 多加0.1%,能解决有时候边框缺失的问题
  491. width: 199.8%;
  492. height: 199.7%;
  493. pointer-events: none;
  494. content: ' ';
  495. border: 0 solid #e4e7ed;
  496. transform: scale(0.5, 0.5);
  497. transform-origin: 0 0;
  498. }
  499. .u-border-top::after {
  500. border-top-width: 1PX;
  501. }
  502. .u-border-left::after {
  503. border-left-width: 1PX;
  504. }
  505. .u-border-right::after {
  506. border-right-width: 1PX;
  507. }
  508. .u-border-bottom::after {
  509. border-bottom-width: 1PX;
  510. }
  511. .u-border-top-bottom::after {
  512. border-width: 1PX 0;
  513. }
  514. .u-border::after {
  515. border-width: 1PX;
  516. }
  517. .cwg-button {
  518. width: 100%;
  519. .u-button {
  520. height: px2rpx(44) !important;
  521. font-size: var(--font-size-16);
  522. font-weight: bold;
  523. color: var(--black);
  524. background-color: var(--color-navy-900) !important;
  525. border: none !important;
  526. border-radius: px2rpx(100) !important;
  527. &:active {
  528. opacity: 0.9;
  529. }
  530. }
  531. }
  532. .fixed-btn {
  533. position: fixed;
  534. bottom: 0;
  535. left: 0;
  536. z-index: 1100;
  537. display: flex;
  538. flex-direction: column;
  539. align-items: center;
  540. justify-content: center;
  541. width: 100%;
  542. height: px2rpx(90);
  543. padding: px2rpx(21) px2rpx(30);
  544. color: var(--black);
  545. background-color: var(--black);
  546. box-shadow: 0 -1px 2px rgb(134, 134, 133, 0.25);
  547. box-sizing: border-box;
  548. }
  549. .cwg-upload {
  550. box-sizing: border-box;
  551. display: flex;
  552. flex-direction: column;
  553. align-items: center;
  554. justify-content: center;
  555. width: 100%;
  556. height: px2rpx(160);
  557. padding: px2rpx(16);
  558. border: 1px dashed #beb6b6;
  559. border-radius: px2rpx(4);
  560. .name {
  561. display: flex;
  562. align-items: center;
  563. font-size: px2rpx(16);
  564. font-weight: 600;
  565. line-height: px2rpx(44);
  566. color: #1a1a1a;
  567. text-align: center;
  568. }
  569. .back {
  570. display: flex;
  571. align-items: center;
  572. font-size: px2rpx(16);
  573. line-height: px2rpx(24);
  574. color: #474747;
  575. text-align: center;
  576. letter-spacing: 0.005em;
  577. }
  578. }
  579. .g {
  580. display: flex;
  581. img {
  582. height: px2rpx(50);
  583. }
  584. .g-l {
  585. flex: 1;
  586. margin-left: px2rpx(16);
  587. .g-item {
  588. display: flex;
  589. justify-content: space-between;
  590. margin-bottom: px2rpx(16);
  591. }
  592. .label {
  593. font-family: Roboto;
  594. font-size: px2rpx(14);
  595. font-style: normal;
  596. font-weight: 600;
  597. line-height: px2rpx(20);
  598. color: #1a1a1a;
  599. text-align: left;
  600. }
  601. .v {
  602. font-family: Roboto;
  603. font-size: px2rpx(14);
  604. font-style: normal;
  605. font-weight: 600;
  606. line-height: px2rpx(20);
  607. color: #1a1a1a;
  608. text-align: center;
  609. }
  610. }
  611. }
  612. .fixed-right {
  613. position: fixed;
  614. top: px2rpx(4);
  615. right: px2rpx(10);
  616. z-index: 100;
  617. display: flex;
  618. align-items: center;
  619. justify-content: center;
  620. width: px2rpx(40);
  621. height: px2rpx(40);
  622. color: var(--main-yellow);
  623. cursor: pointer;
  624. i {
  625. display: flex;
  626. align-items: center;
  627. justify-content: center;
  628. width: px2rpx(20);
  629. height: px2rpx(20);
  630. font-size: px2rpx(14);
  631. color: var(--main-yellow);
  632. }
  633. &:hover {
  634. opacity: 0.8;
  635. }
  636. }
  637. .status-default {
  638. display: flex;
  639. gap: px2rpx(10);
  640. align-items: center;
  641. justify-content: center;
  642. padding: px2rpx(4) px2rpx(8);
  643. font-family: Roboto;
  644. font-size: px2rpx(12);
  645. font-style: normal;
  646. font-weight: 600;
  647. line-height: px2rpx(16);
  648. color: #009deb;
  649. letter-spacing: px2rpx(0.06);
  650. background: rgb(0, 157, 235, 0.2);
  651. border: 0 solid #f4f4f4;
  652. border-radius: px2rpx(9999);
  653. }
  654. .status-success {
  655. color: #4caf50;
  656. background: rgb(76, 175, 80, 0.2);
  657. }
  658. .status-error {
  659. color: #d32f2f;
  660. background: rgb(211, 47, 47, 0.21);
  661. }
  662. .status-views {
  663. display: flex;
  664. align-items: center;
  665. justify-content: center;
  666. width: px2rpx(65.063);
  667. // height: 36px;
  668. padding: px2rpx(8) px2rpx(16);
  669. font-family: Roboto;
  670. font-size: px2rpx(14);
  671. font-style: normal;
  672. font-weight: 600;
  673. line-height: px2rpx(20);
  674. color: #fff;
  675. text-align: center;
  676. letter-spacing: px2rpx(0.07);
  677. background: #ea002a;
  678. border-radius: px2rpx(10);
  679. }
  680. .ellipsis {
  681. width: 100%;
  682. overflow: hidden;
  683. text-overflow: ellipsis;
  684. white-space: nowrap;
  685. }
  686. .custom-toast {
  687. top: 40%;
  688. display: flex;
  689. flex-direction: column;
  690. gap: px2rpx(16);
  691. align-items: center;
  692. width: px2rpx(348);
  693. padding: px2rpx(32) px2rpx(24);
  694. background: #fff;
  695. border-radius: px2rpx(20);
  696. box-shadow: 0 4px 12px rgb(0, 0, 0, 0.1);
  697. .van-icon__image {
  698. width: px2rpx(88);
  699. height: px2rpx(88);
  700. }
  701. .van-toast__text {
  702. font-family: Roboto;
  703. font-size: px2rpx(14);
  704. font-style: normal;
  705. font-weight: 400;
  706. line-height: px2rpx(20);
  707. color: #474747;
  708. text-align: center;
  709. letter-spacing: px2rpx(0.07);
  710. }
  711. }
  712. .page-header {
  713. position: fixed;
  714. top: calc(var(--secure-height, 0px) + env(safe-area-inset-top));
  715. left: 0;
  716. z-index: 13;
  717. display: flex;
  718. align-items: center;
  719. width: 100%;
  720. height: px2rpx(60);
  721. font-size: var(--font-size-22);
  722. font-weight: 700;
  723. color: var(--white);
  724. text-align: left;
  725. background: #fff;
  726. }
  727. .u-form-item__body {
  728. padding: 0 !important;
  729. }
  730. .u-form-item__body__right__message {
  731. margin-left: 10px !important;
  732. }
  733. .filter-picker {
  734. background-color: var(--color-white);
  735. border: 1px solid #e5e7eb;
  736. border-radius: px2rpx(8);
  737. padding: px2rpx(6);
  738. display: flex;
  739. align-items: center;
  740. min-width: px2rpx(60);
  741. max-width: px2rpx(120);
  742. flex-shrink: 1;
  743. overflow: hidden;
  744. div {
  745. width: 100% !important;
  746. }
  747. }
  748. .picker-value {
  749. display: flex;
  750. align-items: center;
  751. gap: px2rpx(4);
  752. width: 100%;
  753. }
  754. .picker-text {
  755. min-width: px2rpx(60);
  756. max-width: px2rpx(100);
  757. font-size: px2rpx(12);
  758. color: #111827;
  759. overflow: hidden;
  760. text-overflow: ellipsis;
  761. white-space: nowrap;
  762. }
  763. .picker-icon {
  764. flex-shrink: 0;
  765. width: px2rpx(14);
  766. height: px2rpx(14);
  767. }
  768. .status-badge {
  769. display: flex;
  770. align-items: center;
  771. gap: px2rpx(4);
  772. padding: px2rpx(3) px2rpx(8) px2rpx(3) px2rpx(3);
  773. border-radius: px2rpx(12);
  774. }
  775. .filter-select {
  776. background-color: var(--color-white);
  777. border: 1px solid #e5e7eb;
  778. border-radius: px2rpx(8);
  779. padding: px2rpx(6);
  780. display: flex;
  781. align-items: center;
  782. min-width: px2rpx(90);
  783. max-width: px2rpx(120);
  784. flex-shrink: 1;
  785. // overflow: hidden;
  786. div {
  787. // width: 100% !important;
  788. }
  789. .uni-select {
  790. width: 100% !important;
  791. padding: 0 !important;
  792. border: none !important;
  793. min-height: px2rpx(14) !important;
  794. }
  795. .uni-select__selector {
  796. min-width: 100px !important;
  797. max-width: 300px !important;
  798. width: max-content !important;
  799. }
  800. .uni-select__selector-item {
  801. white-space: nowrap !important;
  802. padding: 0 12px !important;
  803. }
  804. .uni-select__input-text {
  805. color: #6a6a6a;
  806. font-size: 12px;
  807. margin: 1px 0;
  808. padding: 0 !important;
  809. }
  810. .padding-top-bottom {
  811. padding: 0 !important;
  812. }
  813. }
  814. // 公共title样式
  815. .content-title {
  816. width: 100%;
  817. min-height: px2rpx(40);
  818. line-height: px2rpx(40);
  819. box-sizing: border-box;
  820. color: var(--color-navy-900);
  821. // color: var(--color-white);
  822. // background-color: var(--color-navy-900);
  823. font-size: px2rpx(20);
  824. font-weight: bold;
  825. }
  826. .s-btn {
  827. &.reselect {
  828. background-color: var(--color-zinc-100);
  829. color: var(--color-navy-700);
  830. border: none;
  831. font-size: px2rpx(14);
  832. padding: px2rpx(8) px2rpx(20);
  833. border-radius: px2rpx(8);
  834. &:active {
  835. background-color: var(--color-zinc-200);
  836. }
  837. }
  838. &[type="primary"] {
  839. width: 100%;
  840. height: px2rpx(48);
  841. background-color: #cf1322;
  842. color: #fff;
  843. border-radius: px2rpx(12);
  844. font-size: px2rpx(16);
  845. font-weight: 600;
  846. display: flex;
  847. align-items: center;
  848. justify-content: center;
  849. border: none;
  850. margin-top: px2rpx(30);
  851. transition: all 0.2s;
  852. &:active {
  853. transform: scale(0.98);
  854. background-color: #cf1322;
  855. }
  856. }
  857. }
  858. .search-bar {
  859. display: flex;
  860. align-items: center;
  861. justify-content: flex-start;
  862. flex-wrap: wrap;
  863. gap: px2rpx(16);
  864. // margin: px2rpx(16) 0;
  865. .cwg-combox,
  866. .uni-easyinput,
  867. .uni-date {
  868. width: px2rpx(224) !important;
  869. flex: none !important;
  870. }
  871. .s-btn {
  872. width: px2rpx(224);
  873. background-color: var(--color-error);
  874. color: var(--color-white);
  875. padding: px2rpx(10) px2rpx(20);
  876. border: none;
  877. font-size: px2rpx(15);
  878. text-align: center;
  879. cursor: pointer;
  880. box-sizing: border-box;
  881. }
  882. }
  883. :deep(.uni-row1) {
  884. width: 100%;
  885. // margin: 0 px2rpx(-10) !important;
  886. box-sizing: border-box;
  887. .uni-col {
  888. padding: 0 px2rpx(10) !important;
  889. box-sizing: border-box;
  890. }
  891. .base-info-form>span {
  892. display: contents;
  893. }
  894. .uni-forms-item {
  895. min-height: px2rpx(79);
  896. margin-bottom: px2rpx(10);
  897. }
  898. .uni-select,
  899. .uni-combox,
  900. .uni-easyinput__content,
  901. .uni-date-editor--x {
  902. border: none !important;
  903. background-color: var(--color-zinc-100) !important;
  904. }
  905. .uni-date-x {
  906. border: none !important;
  907. background-color: rgba(195, 195, 195, 0) !important;
  908. }
  909. .uni-easyinput__content {
  910. padding: 0 !important;
  911. }
  912. .checklist-text {
  913. color: #666 !important;
  914. }
  915. .checklist-box.is--default.is-checked .checkbox__inner {
  916. border-color: var(--color-error) !important;
  917. background-color: var(--color-error) !important;
  918. }
  919. }
  920. :deep(.uni-row2) {
  921. .uni-select,
  922. .uni-combox,
  923. .uni-easyinput__content,
  924. .uni-date-editor--x {
  925. border: 1px solid var(--color-slate-300) !important;
  926. background-color: rgba(195, 195, 195, 0) !important;
  927. }
  928. .uni-date-x {
  929. background-color: rgba(195, 195, 195, 0) !important;
  930. }
  931. }
  932. .bg-secondary {
  933. background-color: var(--color-secondary) !important;
  934. border: 1px solid #333333;
  935. color: var(--color-white);
  936. }
  937. .underline {
  938. text-decoration: underline;
  939. text-decoration-color: currentColor;
  940. text-underline-offset: px2rpx(2);
  941. cursor: pointer;
  942. }
  943. .info-card {
  944. // margin-top: px2rpx(4);
  945. // border-radius: px2rpx(8);
  946. // background-color: white;
  947. // padding: px2rpx(8);
  948. // box-shadow: 0 0 px2rpx(8) rgba(0, 0, 0, 0.1);
  949. // box-shadow:
  950. // 0 0 px2rpx(4) rgba(0, 0, 0, 0.06),
  951. // 0 px2rpx(6) px2rpx(12) rgba(0, 0, 0, 0.08);
  952. box-sizing: border-box;
  953. // padding: px2rpx(20);
  954. // border: 1px solid rgba(108, 133, 149, 0.12);
  955. border-radius: px2rpx(8);
  956. }
  957. .crm-title-box {
  958. background-color: var(--color-gray-second);
  959. color: var(--color-white);
  960. height: 40px;
  961. display: flex;
  962. justify-content: space-between;
  963. align-items: center;
  964. margin-bottom: 10px;
  965. border-radius: 2px;
  966. padding: 0 20px;
  967. .tit {
  968. font-size: 14px;
  969. font-weight: bold;
  970. color: var(--color-white);
  971. }
  972. }
  973. .status-box {
  974. display: flex;
  975. align-items: center;
  976. gap: px2rpx(4);
  977. }
  978. @media screen and (max-width: 991px) {
  979. .info-card {
  980. box-sizing: border-box;
  981. // padding: px2rpx(20);
  982. border: 0 !important;
  983. border-radius: 0 !important;
  984. }
  985. .status-box {
  986. display: flex;
  987. flex-direction: column;
  988. gap: px2rpx(4);
  989. }
  990. }
  991. // 状态标签基础样式
  992. .status-badge {
  993. display: inline-flex;
  994. align-items: center;
  995. padding: 4rpx 12rpx;
  996. border-radius: 4rpx;
  997. font-size: var(--font-size-24);
  998. font-weight: 500;
  999. line-height: 1.5;
  1000. white-space: nowrap;
  1001. transition: all var(--default-transition-duration) var(--default-transition-timing-function);
  1002. // 当有取消按钮时调整右边距
  1003. &.has-cancel {
  1004. margin-right: 8rpx;
  1005. }
  1006. }
  1007. // 状态标签基础样式
  1008. .status-tag {
  1009. display: inline-block;
  1010. padding: px2rpx(4) px2rpx(8);
  1011. border-radius: px2rpx(2);
  1012. font-size: px2rpx(15);
  1013. text-align: center;
  1014. min-width: px2rpx(80);
  1015. box-sizing: border-box;
  1016. }
  1017. // 待处理
  1018. .status-pending {
  1019. background-color: #fef3c7;
  1020. color: #d97706;
  1021. }
  1022. // 处理中
  1023. .status-processing {
  1024. background-color: #a9d3ee;
  1025. color: #0284c7;
  1026. }
  1027. // 成功
  1028. .status-success {
  1029. background-color: #a3f7c0;
  1030. color: #16a34a;
  1031. }
  1032. // 失败
  1033. .status-failed {
  1034. background-color: #f39c9c;
  1035. color: #dc2626;
  1036. }
  1037. // 取消 / 已取消
  1038. .status-cancelled {
  1039. background-color: #a4bef2;
  1040. color: #4b5563;
  1041. }
  1042. // 已过期
  1043. .status-expired,
  1044. .status-canceled {
  1045. background-color: #f5efb1;
  1046. color: #a16207;
  1047. }
  1048. // 已完成
  1049. .status-completed {
  1050. background-color: #d1fae5;
  1051. color: #059669;
  1052. }
  1053. // // 待处理
  1054. // .status-warning {
  1055. // background-color: var(--status-warning-bg);
  1056. // color: var(--status-warning-text);
  1057. // }
  1058. // // 已完成
  1059. // .status-success {
  1060. // background-color: var(--status-success-bg);
  1061. // color: var(--status-success-text);
  1062. // }
  1063. // // 进行中
  1064. // .status-processing {
  1065. // background-color: var(--status-processing-bg);
  1066. // color: var(--status-processing-text);
  1067. // }
  1068. // // 已拒绝
  1069. // .status-danger {
  1070. // background-color: var(--status-danger-bg);
  1071. // color: var(--status-danger-text);
  1072. // }
  1073. // // 已过期
  1074. // .status-expired {
  1075. // background-color: var(--status-expired-bg);
  1076. // color: var(--status-expired-text);
  1077. // }
  1078. // // 已取消
  1079. // .status-cancelled {
  1080. // background-color: var(--status-cancelled-bg);
  1081. // color: var(--status-cancelled-text);
  1082. // }
  1083. // 取消按钮容器
  1084. .cancel-btn-wrapper {
  1085. display: inline-flex;
  1086. align-items: center;
  1087. }
  1088. // 取消按钮样式
  1089. .cancel-btn {
  1090. display: inline-flex;
  1091. align-items: center;
  1092. padding: 4rpx 12rpx;
  1093. border-radius: 4rpx;
  1094. font-size: var(--font-size-24);
  1095. font-weight: 500;
  1096. line-height: 1.5;
  1097. color: var(--color-rose-500);
  1098. background-color: var(--color-white);
  1099. border: 1px solid var(--color-rose-500);
  1100. cursor: pointer;
  1101. transition: all var(--default-transition-duration) var(--default-transition-timing-function);
  1102. white-space: nowrap;
  1103. &:hover {
  1104. color: var(--color-white);
  1105. background-color: var(--color-rose-500);
  1106. border-color: var(--color-rose-500);
  1107. }
  1108. // 添加点击效果
  1109. &:active {
  1110. transform: scale(0.95);
  1111. }
  1112. }
  1113. .pc-header-btn {
  1114. width: px2rpx(40);
  1115. height: px2rpx(40);
  1116. border-radius: px2rpx(4);
  1117. border: 1px solid rgba(108, 133, 149, 0);
  1118. display: flex;
  1119. align-items: center;
  1120. font-size: px2rpx(14);
  1121. cursor: pointer;
  1122. display: flex;
  1123. justify-content: center;
  1124. align-items: center;
  1125. &:hover {
  1126. background: rgba(108, 133, 149, 0.12);
  1127. border-color: rgb(145, 163, 176);
  1128. }
  1129. }
  1130. .popup-content {
  1131. // padding: px2rpx(30) px2rpx(20);
  1132. text-align: center;
  1133. min-width: px2rpx(250);
  1134. @media screen and (max-width: 991px) {
  1135. // min-width: 80%;
  1136. // max-width: 90%;
  1137. // margin: 0 px2rpx(10);
  1138. }
  1139. position: relative;
  1140. .icon {
  1141. .iconfont {
  1142. font-size: px2rpx(60);
  1143. display: block;
  1144. margin: 0 auto;
  1145. }
  1146. .icon-chenggong {
  1147. color: #67c23a;
  1148. }
  1149. .icon-jingshi {
  1150. color: #f56c6c;
  1151. }
  1152. .icon-dengdai {
  1153. color: #e6a23c;
  1154. }
  1155. }
  1156. .des1 {
  1157. font-weight: 600;
  1158. font-size: px2rpx(16);
  1159. margin: px2rpx(20) 0 px2rpx(15);
  1160. color: #303133;
  1161. line-height: 1.4;
  1162. padding: 0 px2rpx(10);
  1163. }
  1164. }
  1165. .dialog-footer {
  1166. padding: px2rpx(20) px2rpx(30) px2rpx(30);
  1167. border-top: 1px solid #f0f0f0;
  1168. .btn-content {
  1169. // 双按钮模式
  1170. &:not(:has(button:only-child)):has(button) {
  1171. display: flex;
  1172. justify-content: center;
  1173. gap: px2rpx(20);
  1174. }
  1175. // 单按钮模式
  1176. &:has(button:only-child) {
  1177. display: flex;
  1178. justify-content: center;
  1179. }
  1180. }
  1181. .footer-line {
  1182. height: 1px;
  1183. background-color: #f0f0f0;
  1184. margin: px2rpx(-20) 0 0;
  1185. }
  1186. button {
  1187. min-width: px2rpx(120);
  1188. height: px2rpx(40);
  1189. border-radius: px2rpx(4);
  1190. font-size: px2rpx(16);
  1191. display: flex;
  1192. align-items: center;
  1193. justify-content: center;
  1194. border: none;
  1195. cursor: pointer;
  1196. transition: all 0.3s ease;
  1197. margin: 0;
  1198. &:active {
  1199. opacity: 0.8;
  1200. transform: scale(0.98);
  1201. }
  1202. &:disabled {
  1203. opacity: 0.5;
  1204. cursor: not-allowed;
  1205. }
  1206. }
  1207. .cancel-btn {
  1208. background-color: #f5f5f5;
  1209. color: #666;
  1210. &:active {
  1211. background-color: #e8e8e8;
  1212. }
  1213. }
  1214. .confirm-btn {
  1215. &.primary {
  1216. background-color: #007aff;
  1217. color: #fff;
  1218. &:active {
  1219. background-color: #0056b3;
  1220. }
  1221. }
  1222. &.danger {
  1223. background-color: #ff6b6b;
  1224. color: #fff;
  1225. &:active {
  1226. background-color: #ff5252;
  1227. }
  1228. }
  1229. }
  1230. .single-btn {
  1231. min-width: px2rpx(200);
  1232. &.primary {
  1233. background-color: #007aff;
  1234. color: #fff;
  1235. }
  1236. &.danger {
  1237. background-color: #ff6b6b;
  1238. color: #fff;
  1239. }
  1240. &.default {
  1241. background-color: #f5f5f5;
  1242. color: #666;
  1243. }
  1244. }
  1245. }
  1246. .wait-popup {
  1247. .des1 {
  1248. margin-top: px2rpx(10);
  1249. }
  1250. .icon {
  1251. .iconfont {
  1252. animation: spin 1s linear infinite;
  1253. }
  1254. }
  1255. }
  1256. // 适配不同屏幕尺寸(媒体查询中的 750rpx 保持不变)
  1257. @media (max-width: 750rpx) {
  1258. .popup-content {
  1259. .icon {
  1260. .iconfont {
  1261. font-size: px2rpx(50);
  1262. }
  1263. }
  1264. .des1 {
  1265. font-size: px2rpx(14);
  1266. margin: px2rpx(15) 0 px2rpx(10);
  1267. }
  1268. .dialog-footer {
  1269. button {
  1270. min-width: px2rpx(80);
  1271. font-size: px2rpx(13);
  1272. }
  1273. }
  1274. }
  1275. }
  1276. .clause-content {
  1277. max-height: px2rpx(500);
  1278. overflow-y: auto;
  1279. text-align: left;
  1280. line-height: 1.6;
  1281. .h4 {
  1282. font-size: px2rpx(16);
  1283. font-weight: bold;
  1284. margin: px2rpx(16) 0;
  1285. }
  1286. .list {
  1287. .list-item {
  1288. margin-bottom: px2rpx(12);
  1289. }
  1290. }
  1291. .table-container {
  1292. width: 100%;
  1293. overflow-x: auto;
  1294. margin: px2rpx(16) 0;
  1295. .table {
  1296. display: table;
  1297. width: 100%;
  1298. table-layout: fixed;
  1299. border: 1px solid #e4e7ed;
  1300. box-sizing: border-box;
  1301. .tr {
  1302. display: table-row;
  1303. }
  1304. .th,
  1305. .td {
  1306. display: table-cell;
  1307. width: calc(100% / 6);
  1308. padding: px2rpx(8);
  1309. text-align: center;
  1310. border-right: 1px solid #e4e7ed;
  1311. border-bottom: 1px solid #e4e7ed;
  1312. &:last-child {
  1313. border-right: none;
  1314. }
  1315. }
  1316. .tr:last-child .td,
  1317. .tr:last-child .th {
  1318. border-bottom: none;
  1319. }
  1320. }
  1321. }
  1322. }
  1323. .crm-cursor {
  1324. cursor: pointer;
  1325. }