global.scss 35 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526
  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. padding: 0 px2rpx(15);
  824. font-size: px2rpx(20);
  825. font-weight: bold;
  826. }
  827. .s-btn {
  828. &.reselect {
  829. background-color: var(--color-zinc-100);
  830. color: var(--color-navy-700);
  831. border: none;
  832. font-size: px2rpx(14);
  833. padding: px2rpx(8) px2rpx(20);
  834. border-radius: px2rpx(8);
  835. &:active {
  836. background-color: var(--color-zinc-200);
  837. }
  838. }
  839. &[type="primary"] {
  840. width: 100%;
  841. height: px2rpx(48);
  842. background: var(--color-navy-900);
  843. color: #fff;
  844. border-radius: px2rpx(12);
  845. font-size: px2rpx(16);
  846. font-weight: 600;
  847. display: flex;
  848. align-items: center;
  849. justify-content: center;
  850. border: none;
  851. margin-top: px2rpx(30);
  852. transition: all 0.2s;
  853. &:active {
  854. transform: scale(0.98);
  855. background: var(--color-navy-800);
  856. }
  857. }
  858. }
  859. .search-bar {
  860. display: flex;
  861. align-items: center;
  862. justify-content: flex-start;
  863. flex-wrap: wrap;
  864. gap: px2rpx(16);
  865. // margin: px2rpx(16) 0;
  866. .cwg-combox,
  867. .uni-easyinput,
  868. .uni-date {
  869. width: px2rpx(224) !important;
  870. flex: none !important;
  871. }
  872. .s-btn {
  873. width: px2rpx(224);
  874. background-color: var(--color-error);
  875. color: var(--color-white);
  876. padding: px2rpx(10) px2rpx(20);
  877. border: none;
  878. font-size: px2rpx(15);
  879. text-align: center;
  880. cursor: pointer;
  881. box-sizing: border-box;
  882. }
  883. }
  884. :deep(.uni-row1) {
  885. width: 100%;
  886. // margin: 0 px2rpx(-10) !important;
  887. box-sizing: border-box;
  888. .uni-col {
  889. padding: 0 px2rpx(10) !important;
  890. box-sizing: border-box;
  891. }
  892. .base-info-form>span {
  893. display: contents;
  894. }
  895. .uni-forms-item {
  896. min-height: px2rpx(79);
  897. margin-bottom: px2rpx(10);
  898. }
  899. .uni-select,
  900. .uni-combox,
  901. .uni-easyinput__content,
  902. .uni-date-editor--x {
  903. border: none !important;
  904. background-color: var(--color-zinc-100) !important;
  905. }
  906. .uni-date-x {
  907. border: none !important;
  908. background-color: rgba(195, 195, 195, 0) !important;
  909. }
  910. .uni-easyinput__content {
  911. padding: 0 !important;
  912. }
  913. .checklist-text {
  914. color: #666 !important;
  915. }
  916. .checklist-box.is--default.is-checked .checkbox__inner {
  917. border-color: var(--color-error) !important;
  918. background-color: var(--color-error) !important;
  919. }
  920. }
  921. :deep(.uni-row2) {
  922. .uni-select,
  923. .uni-combox,
  924. .uni-easyinput__content,
  925. .uni-date-editor--x {
  926. border: 1px solid var(--color-slate-300) !important;
  927. background-color: rgba(195, 195, 195, 0) !important;
  928. }
  929. .uni-date-x {
  930. background-color: rgba(195, 195, 195, 0) !important;
  931. }
  932. }
  933. .bg-secondary {
  934. background-color: var(--color-secondary) !important;
  935. border: 1px solid #333333;
  936. color: var(--color-white);
  937. }
  938. .underline {
  939. text-decoration: underline;
  940. text-decoration-color: currentColor;
  941. text-underline-offset: px2rpx(2);
  942. cursor: pointer;
  943. }
  944. .info-card {
  945. // margin-top: px2rpx(4);
  946. // border-radius: px2rpx(8);
  947. // background-color: white;
  948. // padding: px2rpx(8);
  949. // box-shadow: 0 0 px2rpx(8) rgba(0, 0, 0, 0.1);
  950. // box-shadow:
  951. // 0 0 px2rpx(4) rgba(0, 0, 0, 0.06),
  952. // 0 px2rpx(6) px2rpx(12) rgba(0, 0, 0, 0.08);
  953. box-sizing: border-box;
  954. // padding: px2rpx(20);
  955. // border: 1px solid rgba(108, 133, 149, 0.12);
  956. border-radius: px2rpx(8);
  957. }
  958. .crm-title-box {
  959. background-color: var(--color-gray-second);
  960. color: var(--color-white);
  961. height: 40px;
  962. display: flex;
  963. justify-content: space-between;
  964. align-items: center;
  965. margin-bottom: 10px;
  966. border-radius: 2px;
  967. padding: 0 20px;
  968. .tit {
  969. font-size: 14px;
  970. font-weight: bold;
  971. color: var(--color-white);
  972. }
  973. }
  974. .status-box {
  975. display: flex;
  976. align-items: center;
  977. gap: px2rpx(4);
  978. }
  979. @media screen and (max-width: 991px) {
  980. .info-card {
  981. box-sizing: border-box;
  982. // padding: px2rpx(20);
  983. border: 0 !important;
  984. border-radius: 0 !important;
  985. }
  986. .status-box {
  987. display: flex;
  988. flex-direction: column;
  989. gap: px2rpx(4);
  990. }
  991. }
  992. // 状态标签基础样式
  993. .status-badge {
  994. display: inline-flex;
  995. align-items: center;
  996. padding: 4rpx 12rpx;
  997. border-radius: 4rpx;
  998. font-size: var(--font-size-24);
  999. font-weight: 500;
  1000. line-height: 1.5;
  1001. white-space: nowrap;
  1002. transition: all var(--default-transition-duration) var(--default-transition-timing-function);
  1003. // 当有取消按钮时调整右边距
  1004. &.has-cancel {
  1005. margin-right: 8rpx;
  1006. }
  1007. }
  1008. // 状态标签基础样式
  1009. .status-tag {
  1010. display: inline-block;
  1011. padding: px2rpx(4) px2rpx(8);
  1012. border-radius: px2rpx(2);
  1013. font-size: px2rpx(15);
  1014. text-align: center;
  1015. min-width: px2rpx(80);
  1016. box-sizing: border-box;
  1017. }
  1018. // 待处理
  1019. .status-pending {
  1020. background-color: #fef3c7;
  1021. color: #d97706;
  1022. }
  1023. // 处理中
  1024. .status-processing {
  1025. background-color: #a9d3ee;
  1026. color: #0284c7;
  1027. }
  1028. // 成功
  1029. .status-success {
  1030. background-color: #a3f7c0;
  1031. color: #16a34a;
  1032. }
  1033. // 失败
  1034. .status-failed {
  1035. background-color: #f39c9c;
  1036. color: #dc2626;
  1037. }
  1038. // 取消 / 已取消
  1039. .status-cancelled {
  1040. background-color: #a4bef2;
  1041. color: #4b5563;
  1042. }
  1043. // 已过期
  1044. .status-expired,
  1045. .status-canceled {
  1046. background-color: #f5efb1;
  1047. color: #a16207;
  1048. }
  1049. // 已完成
  1050. .status-completed {
  1051. background-color: #d1fae5;
  1052. color: #059669;
  1053. }
  1054. // // 待处理
  1055. // .status-warning {
  1056. // background-color: var(--status-warning-bg);
  1057. // color: var(--status-warning-text);
  1058. // }
  1059. // // 已完成
  1060. // .status-success {
  1061. // background-color: var(--status-success-bg);
  1062. // color: var(--status-success-text);
  1063. // }
  1064. // // 进行中
  1065. // .status-processing {
  1066. // background-color: var(--status-processing-bg);
  1067. // color: var(--status-processing-text);
  1068. // }
  1069. // // 已拒绝
  1070. // .status-danger {
  1071. // background-color: var(--status-danger-bg);
  1072. // color: var(--status-danger-text);
  1073. // }
  1074. // // 已过期
  1075. // .status-expired {
  1076. // background-color: var(--status-expired-bg);
  1077. // color: var(--status-expired-text);
  1078. // }
  1079. // // 已取消
  1080. // .status-cancelled {
  1081. // background-color: var(--status-cancelled-bg);
  1082. // color: var(--status-cancelled-text);
  1083. // }
  1084. // 取消按钮容器
  1085. .cancel-btn-wrapper {
  1086. display: inline-flex;
  1087. align-items: center;
  1088. }
  1089. // 取消按钮样式
  1090. .cancel-btn {
  1091. display: inline-flex;
  1092. align-items: center;
  1093. padding: 4rpx 12rpx;
  1094. border-radius: 4rpx;
  1095. font-size: var(--font-size-24);
  1096. font-weight: 500;
  1097. line-height: 1.5;
  1098. color: var(--color-rose-500);
  1099. background-color: var(--color-white);
  1100. border: 1px solid var(--color-rose-500);
  1101. cursor: pointer;
  1102. transition: all var(--default-transition-duration) var(--default-transition-timing-function);
  1103. white-space: nowrap;
  1104. &:hover {
  1105. color: var(--color-white);
  1106. background-color: var(--color-rose-500);
  1107. border-color: var(--color-rose-500);
  1108. }
  1109. // 添加点击效果
  1110. &:active {
  1111. transform: scale(0.95);
  1112. }
  1113. }
  1114. .pc-header-btn {
  1115. width: px2rpx(40);
  1116. height: px2rpx(40);
  1117. border-radius: px2rpx(4);
  1118. border: 1px solid rgba(108, 133, 149, 0);
  1119. display: flex;
  1120. align-items: center;
  1121. font-size: px2rpx(14);
  1122. cursor: pointer;
  1123. display: flex;
  1124. justify-content: center;
  1125. align-items: center;
  1126. &:hover {
  1127. background: rgba(108, 133, 149, 0.12);
  1128. border-color: rgb(145, 163, 176);
  1129. }
  1130. }
  1131. .popup-content {
  1132. // padding: px2rpx(30) px2rpx(20);
  1133. text-align: center;
  1134. min-width: px2rpx(250);
  1135. @media screen and (max-width: 991px) {
  1136. // min-width: 80%;
  1137. // max-width: 90%;
  1138. // margin: 0 px2rpx(10);
  1139. }
  1140. position: relative;
  1141. .icon {
  1142. .iconfont {
  1143. font-size: px2rpx(60);
  1144. display: block;
  1145. margin: 0 auto;
  1146. }
  1147. .icon-chenggong {
  1148. color: #67c23a;
  1149. }
  1150. .icon-jingshi {
  1151. color: #f56c6c;
  1152. }
  1153. .icon-dengdai {
  1154. color: #e6a23c;
  1155. }
  1156. }
  1157. .des1 {
  1158. font-weight: 600;
  1159. font-size: px2rpx(16);
  1160. margin: px2rpx(20) 0 px2rpx(15);
  1161. color: #303133;
  1162. line-height: 1.4;
  1163. padding: 0 px2rpx(10);
  1164. }
  1165. }
  1166. .dialog-footer {
  1167. padding: px2rpx(20) px2rpx(30) px2rpx(30);
  1168. border-top: 1px solid #f0f0f0;
  1169. .btn-content {
  1170. // 双按钮模式
  1171. &:not(:has(button:only-child)):has(button) {
  1172. display: flex;
  1173. justify-content: center;
  1174. gap: px2rpx(20);
  1175. }
  1176. // 单按钮模式
  1177. &:has(button:only-child) {
  1178. display: flex;
  1179. justify-content: center;
  1180. }
  1181. }
  1182. .footer-line {
  1183. height: 1px;
  1184. background-color: #f0f0f0;
  1185. margin: px2rpx(-20) 0 0;
  1186. }
  1187. button {
  1188. min-width: px2rpx(120);
  1189. height: px2rpx(40);
  1190. border-radius: px2rpx(4);
  1191. font-size: px2rpx(16);
  1192. display: flex;
  1193. align-items: center;
  1194. justify-content: center;
  1195. border: none;
  1196. cursor: pointer;
  1197. transition: all 0.3s ease;
  1198. margin: 0;
  1199. &:active {
  1200. opacity: 0.8;
  1201. transform: scale(0.98);
  1202. }
  1203. &:disabled {
  1204. opacity: 0.5;
  1205. cursor: not-allowed;
  1206. }
  1207. }
  1208. .cancel-btn {
  1209. background-color: #f5f5f5;
  1210. color: #666;
  1211. &:active {
  1212. background-color: #e8e8e8;
  1213. }
  1214. }
  1215. .confirm-btn {
  1216. &.primary {
  1217. background-color: #007aff;
  1218. color: #fff;
  1219. &:active {
  1220. background-color: #0056b3;
  1221. }
  1222. }
  1223. &.danger {
  1224. background-color: #ff6b6b;
  1225. color: #fff;
  1226. &:active {
  1227. background-color: #ff5252;
  1228. }
  1229. }
  1230. }
  1231. .single-btn {
  1232. min-width: px2rpx(200);
  1233. &.primary {
  1234. background-color: #007aff;
  1235. color: #fff;
  1236. }
  1237. &.danger {
  1238. background-color: #ff6b6b;
  1239. color: #fff;
  1240. }
  1241. &.default {
  1242. background-color: #f5f5f5;
  1243. color: #666;
  1244. }
  1245. }
  1246. }
  1247. .wait-popup {
  1248. .des1 {
  1249. margin-top: px2rpx(10);
  1250. }
  1251. .icon {
  1252. .iconfont {
  1253. animation: spin 1s linear infinite;
  1254. }
  1255. }
  1256. }
  1257. // 适配不同屏幕尺寸(媒体查询中的 750rpx 保持不变)
  1258. @media (max-width: 750rpx) {
  1259. .popup-content {
  1260. .icon {
  1261. .iconfont {
  1262. font-size: px2rpx(50);
  1263. }
  1264. }
  1265. .des1 {
  1266. font-size: px2rpx(14);
  1267. margin: px2rpx(15) 0 px2rpx(10);
  1268. }
  1269. .dialog-footer {
  1270. button {
  1271. min-width: px2rpx(80);
  1272. font-size: px2rpx(13);
  1273. }
  1274. }
  1275. }
  1276. }
  1277. .clause-content {
  1278. max-height: px2rpx(500);
  1279. overflow-y: auto;
  1280. text-align: left;
  1281. line-height: 1.6;
  1282. .h4 {
  1283. font-size: px2rpx(16);
  1284. font-weight: bold;
  1285. margin: px2rpx(16) 0;
  1286. }
  1287. .list {
  1288. .list-item {
  1289. margin-bottom: px2rpx(12);
  1290. }
  1291. }
  1292. .table-container {
  1293. width: 100%;
  1294. overflow-x: auto;
  1295. margin: px2rpx(16) 0;
  1296. .table {
  1297. display: table;
  1298. width: 100%;
  1299. table-layout: fixed;
  1300. border: 1px solid #e4e7ed;
  1301. box-sizing: border-box;
  1302. .tr {
  1303. display: table-row;
  1304. }
  1305. .th,
  1306. .td {
  1307. display: table-cell;
  1308. width: calc(100% / 6);
  1309. padding: px2rpx(8);
  1310. text-align: center;
  1311. border-right: 1px solid #e4e7ed;
  1312. border-bottom: 1px solid #e4e7ed;
  1313. &:last-child {
  1314. border-right: none;
  1315. }
  1316. }
  1317. .tr:last-child .td,
  1318. .tr:last-child .th {
  1319. border-bottom: none;
  1320. }
  1321. }
  1322. }
  1323. }
  1324. .crm-cursor {
  1325. cursor: pointer;
  1326. }