style.pc.edit.less 34 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747
  1. @import './base/normalize.css';
  2. @color: #0076F6;
  3. @hoverclr: #1983F6;
  4. @activeclr: #0069DC;
  5. @cancelcolor: #EBEDF0;
  6. @cancelhoverclr: #EBEDF0;
  7. @cancelactiveclr: #D3D4D7;
  8. @deepcancelcolor: #313131;
  9. @deepcancelhoverclr: #3d3d3d;
  10. @deepcancelactiveclr: #3d3d3d;
  11. @fontcolor: #323233;
  12. ::-webkit-scrollbar { width: 6px; height: 0; } /*宽度是对垂直滚动条而言,高度是对水平滚动条而言*/
  13. ::-webkit-scrollbar-thumb {
  14. background: #47484A;
  15. border-radius: 3px;
  16. }
  17. ::-webkit-scrollbar-button { background-color: none; height: 0; }
  18. ::-webkit-scrollbar-track { background: transparent; border-radius: 6px; }
  19. ::-webkit-scrollbar-corner { background: transparent; border-radius: 6px; }
  20. ::-webkit-scrollbar-resizer { background: transparent;}
  21. input::-webkit-input-placeholder,
  22. textarea::-webkit-input-placeholder {
  23. color: rgba(255, 255, 255, 0.2) !important;
  24. font-weight: normal !important;
  25. }
  26. input:-moz-placeholder,
  27. textarea:-moz-placeholder {
  28. color: rgba(255, 255, 255, 0.2) !important;
  29. font-weight: normal !important;
  30. }
  31. input::-moz-placeholder,
  32. textarea::-moz-placeholder {
  33. color: rgba(255, 255, 255, 0.2) !important;
  34. font-weight: normal !important;
  35. }
  36. input:-ms-input-placeholder,
  37. textarea:-ms-input-placeholder {
  38. color: rgba(255, 255, 255, 0.2) !important;
  39. font-weight: normal !important;
  40. }
  41. .disable {
  42. opacity: 0.5;
  43. pointer-events: none !important;
  44. * {
  45. pointer-events: none !important;
  46. }
  47. }
  48. .hover-tips:hover {
  49. color: #0076F6 !important;
  50. }
  51. .hover-tips-warn:hover {
  52. color: #FA5555 !important;
  53. }
  54. .hover-tips, .hover-tips-warn {
  55. position: relative;
  56. font-size: 18px;
  57. &:hover {
  58. > div {
  59. display: block;
  60. }
  61. }
  62. // tip的方框
  63. > div {
  64. background: #FFFFFF;
  65. box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
  66. border: 1px solid #EBEDF0;
  67. cursor: default;
  68. display: none;
  69. z-index: 10000;
  70. position: absolute;
  71. left: 50%;
  72. transform: translateX(-50%);
  73. top: -46px;
  74. color: #fff;
  75. pointer-events: none;
  76. text-align: center;
  77. word-break: keep-all;
  78. padding: 0 8px;
  79. font-size: 12px;
  80. border-radius: 3px;
  81. // tip的箭头
  82. &::before {
  83. border: 7px solid transparent;
  84. border-top: 7px solid #fff;
  85. width: 0;
  86. height: 0px;
  87. content: "";
  88. display: inline-block;
  89. position: absolute;
  90. bottom: -14px;
  91. left: 50%;
  92. transform: translateX(-50%);
  93. }
  94. // tip的文字
  95. .remark {
  96. line-height: 2.5;
  97. color: #323233;
  98. }
  99. }
  100. }
  101. .shenglve {
  102. display: inline-block;
  103. text-overflow: ellipsis;
  104. overflow: hidden;
  105. white-space: nowrap;
  106. max-width: 100%;
  107. }
  108. .nodata {
  109. width: 100%;
  110. min-height: 40%;
  111. text-align: center;
  112. margin: 80px auto;
  113. font-size: 14px;
  114. > img {
  115. max-width: 100px;
  116. }
  117. > div, > span {
  118. display: block;
  119. font-weight: 400;
  120. margin-top: 10px;
  121. color: #646566;
  122. }
  123. }
  124. .fdcheck {
  125. position: relative;
  126. cursor: pointer;
  127. &::before {
  128. content: '';
  129. border: #CCCCCC 1px solid;
  130. width: 14px;
  131. height: 14px;
  132. position: absolute;
  133. left: -20px;
  134. top: 50%;
  135. transform: translateY(-50%);
  136. display: inline-block;
  137. }
  138. }
  139. .check_active {
  140. &::before {
  141. content: '';
  142. background: #1fe4dc;
  143. border: #1fe4dc 1px solid;
  144. }
  145. &::after {
  146. left: -17px;
  147. top: 50%;
  148. position: absolute;
  149. display: table;
  150. border: 2px solid #000;
  151. border-top: 0;
  152. border-left: 0;
  153. transform: rotate(45deg) translate(-50%, -50%);
  154. opacity: 1;
  155. transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  156. width: 6px;
  157. height: 10px;
  158. content: " ";
  159. }
  160. }
  161. .menu {
  162. > ul {
  163. display: flex;
  164. > li {
  165. white-space: nowrap;
  166. margin: 0 0 10px 10px;
  167. border-radius: 2px;
  168. padding: 0 32px 0 10px;
  169. height: 30px;
  170. line-height: 30px;
  171. color: rgba(255, 255, 255, 0.5);
  172. background: rgba(255, 255, 255, 0.08);
  173. position: relative;
  174. cursor: pointer;
  175. max-width: 126px;
  176. text-overflow: ellipsis;
  177. overflow: hidden;
  178. white-space: nowrap;
  179. &.hidden {
  180. padding: 0 10px;
  181. .oper {
  182. display: none !important;
  183. }
  184. }
  185. &:hover {
  186. .oper {
  187. display: flex;
  188. }
  189. }
  190. &:first-of-type {
  191. margin-left: 0;
  192. }
  193. .oper {
  194. position: absolute;
  195. right: 6px;
  196. height: 100%;
  197. top: 0px;
  198. z-index: 999;
  199. cursor: pointer;
  200. display: none;
  201. align-items: center;
  202. &:hover {
  203. > ul {
  204. display: block;
  205. }
  206. }
  207. > ul {
  208. display: none;
  209. box-shadow: 0 0 6px rgb(255 255 255 / 40%);
  210. background: #161a1a;
  211. top: 26px;
  212. left: 0;
  213. position: fixed;
  214. border: 1px solid #555a5a;
  215. float: right;
  216. > li {
  217. line-height: 35px;
  218. height: 35px;
  219. text-align: center;
  220. min-width: 98px;
  221. &:hover {
  222. color: @color;
  223. background: #252828;
  224. }
  225. }
  226. }
  227. }
  228. &.li-add {
  229. background-color: @color;
  230. width: 30px;
  231. min-width: unset;
  232. max-width: 30px;
  233. height: 30px;
  234. color: #fff;
  235. padding: 0;
  236. > i {
  237. position: absolute;
  238. top: 50%;
  239. left: 50%;
  240. transform: translate(-50%, -50%);
  241. font-size: 26px;
  242. }
  243. }
  244. }
  245. .active {
  246. color: rgba(255, 255, 255, 0.88);
  247. background: rgba(255, 255, 255, 0.16);
  248. }
  249. }
  250. }
  251. .w-menu {
  252. > ul {
  253. > li {
  254. color: #909090;
  255. background: #F7F7F7;
  256. }
  257. .active {
  258. color: #202020;
  259. background: #EBEBEB;
  260. }
  261. }
  262. }
  263. .preview {
  264. position: relative;
  265. background-color: #161a1a;
  266. width: 240px;
  267. height: 240px;
  268. margin-right: 30px;
  269. color: #a0a0a0;
  270. display: flex;
  271. align-items: center;
  272. justify-content: center;
  273. background-repeat: no-repeat;
  274. background-size: 100% 100%;
  275. .tips {
  276. display: flex;
  277. align-items: center;
  278. justify-content: center;
  279. flex-direction: column;
  280. overflow: hidden;
  281. > div {
  282. font-size: 12px;
  283. }
  284. }
  285. }
  286. @gap: 10px;
  287. .pano-con {
  288. background: #161a1a;
  289. height: 700px;
  290. position: relative;
  291. padding: 30px @gap;
  292. > ul {
  293. display: flex;
  294. flex-wrap: wrap;
  295. > li {
  296. position: relative;
  297. margin: @gap @gap @gap*3;
  298. width: 170px;
  299. height: 170px;
  300. border: 2px solid rgba(0, 0, 0, 0);
  301. .ui-title {
  302. width: 100%;
  303. > span {
  304. width: 100%;
  305. display: inline-block;
  306. text-overflow: ellipsis;
  307. overflow: hidden;
  308. white-space: nowrap;
  309. font-size: 14px;
  310. cursor: pointer;
  311. color: rgba(255, 255, 255, 0.88);
  312. }
  313. }
  314. .typeli,
  315. .oper {
  316. position: absolute;
  317. width: 32px;
  318. height: 32px;
  319. z-index: 11;
  320. top: 10px;
  321. left: 10px;
  322. background: rgba(0, 0, 0, 0.5);
  323. > i {
  324. position: absolute;
  325. top: 50%;
  326. left: 50%;
  327. transform: translate(-50%, -50%);
  328. }
  329. }
  330. .oper {
  331. top: auto;
  332. left: auto;
  333. bottom: 10px;
  334. right: 10px;
  335. width: 62px;
  336. height: 32px;
  337. cursor: pointer;
  338. background: none;
  339. > ul {
  340. display: none;
  341. box-shadow: 0 0 6px rgba(255, 255, 255, 0.4);
  342. background: #161a1a;
  343. position: absolute;
  344. bottom: 32px;
  345. right: 0;
  346. > li {
  347. line-height: 35px;
  348. height: 35px;
  349. text-align: center;
  350. min-width: 98px;
  351. &:hover {
  352. color: @color;
  353. background: #252828;
  354. }
  355. }
  356. }
  357. > i {
  358. position: absolute;
  359. top: 50%;
  360. right: 8px;
  361. left: auto;
  362. transform: translateY(-50%);
  363. }
  364. &::before {
  365. content: "";
  366. display: inline-block;
  367. width: 32px;
  368. position: absolute;
  369. right: 0;
  370. bottom: 0;
  371. height: 100%;
  372. background: rgba(0, 0, 0, 0.5);
  373. border-radius: 50%;
  374. }
  375. &:hover {
  376. > ul {
  377. display: block;
  378. }
  379. }
  380. }
  381. .img {
  382. width: 100%;
  383. overflow: hidden;
  384. height: 100%;
  385. position: relative;
  386. > img {
  387. width: auto;
  388. position: absolute;
  389. top: 50%;
  390. left: 50%;
  391. transform: translate(-50%, -50%);
  392. height: 100%;
  393. }
  394. }
  395. }
  396. .li-active {
  397. border-color: @color;
  398. &::before {
  399. content: "";
  400. display: inline-block;
  401. background: rgba(0, 0, 0, 0.3);
  402. z-index: 99;
  403. position: absolute;
  404. width: 100%;
  405. height: 100%;
  406. left: 0;
  407. top: 0;
  408. }
  409. }
  410. .li-uploading {
  411. &::before {
  412. content: "";
  413. display: inline-block;
  414. background: rgba(0, 0, 0, 0.3);
  415. z-index: 99;
  416. position: absolute;
  417. width: 100%;
  418. height: 100%;
  419. left: 0;
  420. top: 0;
  421. z-index: 9;
  422. }
  423. &::after {
  424. content: "\56fe\7247\5904\7406\4e2d...";
  425. display: inline-block;
  426. position: absolute;
  427. left: 50%;
  428. width: 100%;
  429. text-align: center;
  430. top: 50%;
  431. transform: translate(-50%, -50%);
  432. z-index: 10;
  433. }
  434. }
  435. .li-fail {
  436. &::before {
  437. content: "";
  438. display: inline-block;
  439. background: rgba(0, 0, 0, 0.5);
  440. position: absolute;
  441. width: 100%;
  442. height: 100%;
  443. left: 0;
  444. z-index: 9;
  445. top: 0;
  446. }
  447. &::after {
  448. content: "\751f\6210\5931\8d25";
  449. display: inline-block;
  450. position: absolute;
  451. left: 50%;
  452. width: 100%;
  453. text-align: center;
  454. z-index: 10;
  455. top: 50%;
  456. transform: translate(-50%, -50%);
  457. }
  458. }
  459. }
  460. .add-btn {
  461. position: absolute;
  462. bottom: 30px;
  463. right: 30px;
  464. .ui-button {
  465. padding: 0 15px;
  466. > i {
  467. margin-right: 4px;
  468. }
  469. }
  470. }
  471. }
  472. .pano-label {
  473. width: 100%;
  474. > ul {
  475. display: flex;
  476. > li {
  477. cursor: pointer;
  478. width: 100px;
  479. height: 32px;
  480. line-height: 32px;
  481. padding: 0 5px;
  482. text-align: center;
  483. border-top: solid 1px #5d5d5d;
  484. border-right: solid 1px #5d5d5d;
  485. border-bottom: solid 1px #5d5d5d;
  486. overflow: hidden;
  487. text-overflow: ellipsis;
  488. &:first-child {
  489. border-left: solid 1px #5d5d5d;
  490. }
  491. &.active {
  492. background-color: @color;
  493. }
  494. }
  495. }
  496. }
  497. .ui-title-big {
  498. display: block;
  499. white-space: normal;
  500. font-size: 16px;
  501. font-weight: bold;
  502. line-height: 1.5;
  503. margin-bottom: 10px;
  504. color: #fff;
  505. }
  506. .ui-title {
  507. display: flex;
  508. justify-content: space-between;
  509. white-space: normal;
  510. font-size: 14px;
  511. line-height: 1.5;
  512. color: rgba(255, 255, 255, 0.6);
  513. margin-bottom: 10px;
  514. }
  515. .ui-remark {
  516. display: block;
  517. white-space: normal;
  518. font-size: 12px;
  519. line-height: 1.5;
  520. color: rgba(255, 255, 255, 0.3);
  521. }
  522. .require {
  523. position: relative;
  524. &::before {
  525. content: "*";
  526. display: inline-block;
  527. color: #f56c6c;
  528. width: 10px;
  529. height: 10px;
  530. position: absolute;
  531. right: -15px;
  532. top: 0;
  533. }
  534. }
  535. .ui-hidden {
  536. display: none !important;
  537. }
  538. .ui-between {
  539. display: flex;
  540. align-items: center;
  541. justify-content: space-between;
  542. }
  543. .ui-button {
  544. height: 36px;
  545. line-height: 1;
  546. border-radius: 4px;
  547. border: 1px solid @color;
  548. padding: 0 16px;
  549. background-color: transparent;
  550. text-align: center;
  551. letter-spacing: 1px;
  552. min-width: 88px;
  553. font-size: 14px;
  554. outline: none;
  555. white-space: nowrap;
  556. cursor: pointer;
  557. color: @activeclr;
  558. &.submit {
  559. color: #fff !important;
  560. background-color: @color;
  561. &:hover {
  562. background-color: @hoverclr !important;
  563. border-color: @hoverclr !important;
  564. color: #fff !important;
  565. }
  566. &:active {
  567. background-color: @activeclr !important;
  568. border-color: @activeclr !important;
  569. color: #fff !important;
  570. }
  571. }
  572. &.cancel {
  573. background-color: @cancelcolor !important;
  574. border-color: @cancelcolor !important;
  575. color: @fontcolor !important;
  576. &:hover {
  577. background-color: @cancelhoverclr !important;
  578. border-color: @cancelhoverclr !important;
  579. color: @fontcolor !important;
  580. }
  581. &:active {
  582. background-color: @cancelactiveclr !important;
  583. border-color: @cancelactiveclr !important;
  584. color: @fontcolor !important;
  585. }
  586. }
  587. &.deepcancel {
  588. background-color: @deepcancelcolor !important;
  589. border-color: @deepcancelcolor !important;
  590. color: #fff !important;
  591. &:hover {
  592. background-color: @deepcancelhoverclr !important;
  593. border-color: @deepcancelhoverclr !important;
  594. color: #fff !important;
  595. }
  596. &:active {
  597. background-color: @deepcancelactiveclr !important;
  598. border-color: @deepcancelactiveclr !important;
  599. color: #fff !important;
  600. }
  601. }
  602. &.block {
  603. width: 100%;
  604. }
  605. &.link {
  606. display: inline-block;
  607. text-decoration: none;
  608. line-height: 36px;
  609. }
  610. &.danger {
  611. background-color: #c80303;
  612. border-color: #c80303;
  613. color: #fff;
  614. }
  615. &:hover {
  616. background-color: transparent !important;
  617. color: @hoverclr !important;
  618. border-color: @hoverclr !important;
  619. }
  620. &:active {
  621. background-color: transparent !important;
  622. color: @activeclr !important;
  623. border-color: @activeclr !important;
  624. }
  625. }
  626. .ui-input {
  627. outline: none;
  628. border: 1px solid rgba(151, 151, 151, 0.2);
  629. background: #252526;
  630. padding: 0 16px;
  631. color: #fff;
  632. letter-spacing: 1px;
  633. border-radius: 2px;
  634. height: 36px;
  635. width: 100%;
  636. font-size: 14px;
  637. }
  638. .ui-textarea {
  639. height: 180px;
  640. padding-top: 10px;
  641. resize: none;
  642. }
  643. .ui-warning {
  644. position: relative;
  645. .ui-input {
  646. animation: warn-flash 0.6s linear;
  647. animation-direction: alternate;
  648. animation-iteration-count: infinite;
  649. border-color: #a7a7a7 !important;
  650. }
  651. .ui-warning-label {
  652. transform: scale(1, 1);
  653. opacity: 1;
  654. }
  655. }
  656. .ui-warning-label {
  657. position: fixed;
  658. pointer-events: none;
  659. transform: scale(0, 1);
  660. right: 241px;
  661. width: 300px;
  662. height: 32px;
  663. line-height: 32px;
  664. text-align: center;
  665. background: #fff;
  666. z-index: 10000;
  667. margin-top: 0px;
  668. color: @color !important;
  669. font-size: 14px;
  670. box-shadow: -1px 2px 8px 0px rgba(0, 0, 0, 0.25);
  671. transition: opacity 0.3s, transform 0.2s;
  672. transform-origin: right;
  673. &::after {
  674. content: "";
  675. display: block;
  676. width: 0;
  677. height: 0;
  678. border-style: solid;
  679. border-width: 7px 0 6px 10px;
  680. border-color: transparent transparent transparent #ffffff;
  681. position: absolute;
  682. right: -10px;
  683. top: 9px;
  684. }
  685. }
  686. .ui-message {
  687. position: absolute;
  688. left: 50%;
  689. top: 50%;
  690. z-index: 999;
  691. max-width: 90%;
  692. background: #fff;
  693. width: 500px;
  694. color: #323233;
  695. text-align: center;
  696. transform: translate(-50%, -50%);
  697. overflow: hidden;
  698. box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
  699. border-radius: 4px;
  700. border: 1px solid #E4E7ED;
  701. padding: 26px;
  702. &.dark {
  703. background: #1A1B1D;
  704. color: rgba(255, 255, 255, 0.6);
  705. box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
  706. border: 1px solid #404040;
  707. .ui-message-header {
  708. span {
  709. font-size: 18px;
  710. color: rgba(255, 255, 255, 0.6);
  711. &:last-child {
  712. color: rgba(255, 255, 255, 0.5);
  713. }
  714. }
  715. }
  716. .ui-message-main {
  717. text-align: left;
  718. min-height: 80px;
  719. margin-top: 40px;
  720. }
  721. }
  722. }
  723. .message-material {
  724. border-radius: 4px;
  725. @color: #0076F6;
  726. background: #fff;
  727. padding: 26px;
  728. .header-material {
  729. border-bottom: none;
  730. line-height: 1;
  731. height: auto;
  732. > span {
  733. font-size: 18px;
  734. margin-left: 0;
  735. &:last-child {
  736. width: auto;
  737. cursor: pointer;
  738. > i {
  739. font-size: 20px;
  740. color: #909090;
  741. }
  742. }
  743. }
  744. }
  745. .main-material {
  746. .ui-message-icon, .ui-message-title {
  747. display: none;
  748. }
  749. .ui-message-content {
  750. line-height: 20px;
  751. font-size: 14px;
  752. color: #323233;
  753. text-align: left;
  754. margin: 40px 0;
  755. }
  756. }
  757. .footer-material {
  758. margin: 0;
  759. margin-top: 60px;
  760. padding: 0;
  761. border-top: none;
  762. text-align: right;
  763. }
  764. }
  765. .ui-message-header {
  766. width: 100%;
  767. font-size: 18px;
  768. display: flex;
  769. justify-content: space-between;
  770. span {
  771. &:last-child {
  772. cursor: pointer;
  773. }
  774. }
  775. }
  776. .ui-message-footer {
  777. text-align: right;
  778. .ui-button {
  779. margin-left: 16px;
  780. }
  781. }
  782. .ui-message-main {
  783. .ui-message-icon {
  784. height: 108px;
  785. margin: 18px 0;
  786. background-image: url(~@/assets/images/icons/icon-ask.png);
  787. background-size: contain;
  788. background-repeat: no-repeat;
  789. background-position: center center;
  790. &.ok {
  791. background-image: url(~@/assets/images/icons/icon-ok.png);
  792. }
  793. }
  794. .ui-message-title {
  795. font-size: 18px;
  796. font-weight: bold;
  797. }
  798. .ui-message-content {
  799. font-size: 14px;
  800. margin: 20px;
  801. margin-bottom: 30px;
  802. word-break: break-all;
  803. }
  804. }
  805. .animated.speed {
  806. -webkit-animation-duration: 0.2s;
  807. animation-duration: 0.2s;
  808. }
  809. @keyframes word-scroll {
  810. 0% {
  811. transform: translateX(0);
  812. }
  813. 100% {
  814. transform: translateX(calc(-100% + 60px));
  815. }
  816. }
  817. @keyframes warn-flash {
  818. 0% {
  819. background-color: rgba(2, 200, 174, 0);
  820. }
  821. 100% {
  822. background-color: rgba(2, 200, 174, 1);
  823. }
  824. }
  825. @keyframes bouncedelay {
  826. 0%,
  827. 80%,
  828. 100% {
  829. transform: scale(0);
  830. }
  831. 40% {
  832. transform: scale(1);
  833. }
  834. }
  835. @keyframes spinner {
  836. 0% {
  837. transform: rotate(0);
  838. }
  839. 100% {
  840. transform: rotate(360deg);
  841. }
  842. }
  843. .message-mobile {
  844. width: 80%;
  845. .ui-button.cancel {
  846. color: #fff;
  847. border: 1px solid #ccc;
  848. background-color: transparent;
  849. }
  850. .ui-message-header {
  851. display: none;
  852. }
  853. .ui-message-title {
  854. font-weight: 600;
  855. margin-bottom: 0;
  856. color: #595959;
  857. }
  858. .ui-message-content {
  859. font-size: 14px;
  860. font-weight: 400;
  861. color: #595959;
  862. margin: 5px;
  863. margin-top: 2px;
  864. }
  865. .ui-message-footer {
  866. margin-bottom: 0;
  867. white-space: nowrap;
  868. a.link,
  869. button {
  870. //float: right;
  871. width: 50%;
  872. letter-spacing: 1px;
  873. margin: 0;
  874. border-radius: 0;
  875. border: none;
  876. &:last-child {
  877. background-color: fade(@color, 40%);
  878. }
  879. &:first-child:last-child {
  880. width: 100%;
  881. background-color: @color;
  882. }
  883. }
  884. a.link {
  885. line-height: 1.4rem;
  886. }
  887. }
  888. }
  889. .widgets-design-option {
  890. width: 100%;
  891. height: 100%;
  892. z-index: 4;
  893. position: absolute;
  894. user-select: none;
  895. overflow: hidden;
  896. pointer-events: none;
  897. left: 0;
  898. top: 0;
  899. i {
  900. margin: 0 5px;
  901. &:before {
  902. font-family: "iconfont" !important;
  903. font-size: 32px;
  904. line-height: 36px;
  905. font-style: normal;
  906. }
  907. }
  908. li {
  909. cursor: pointer;
  910. }
  911. > div {
  912. height: 36px;
  913. background: #262729;
  914. position: absolute;
  915. transform: translate(-100%, -50%) translateX(-15px);
  916. border-top-left-radius: 18px;
  917. border-bottom-left-radius: 18px;
  918. padding-left: 10px;
  919. pointer-events: auto;
  920. box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4);
  921. &:after {
  922. position: absolute;
  923. right: -15px;
  924. top: 0;
  925. content: '';
  926. width: 0;
  927. height: 0;
  928. border-style: solid;
  929. border-width: 18px 0 18px 15px;
  930. border-color: transparent transparent transparent #262729;
  931. }
  932. }
  933. &.right > div {
  934. transform: translate(15px, -50%);
  935. border-top-left-radius: 0;
  936. border-bottom-left-radius: 0;
  937. border-top-right-radius: 18px;
  938. border-bottom-right-radius: 18px;
  939. padding: 0 10px 0 0;
  940. &:after {
  941. right: auto;
  942. left: -15px;
  943. border-width: 18px 15px 18px 0;
  944. border-color: transparent #262729 transparent transparent;
  945. }
  946. }
  947. .delete-ruler li {
  948. line-height: 36px;
  949. padding: 0 10px;
  950. word-break: keep-all;
  951. list-style: none;
  952. }
  953. }
  954. .widgets-rulers {
  955. position: absolute;
  956. pointer-events: none;
  957. top: 0;
  958. left: 0;
  959. bottom: 0;
  960. right: 0;
  961. }
  962. .widgets-rulers .ruler-line {
  963. position: absolute;
  964. -webkit-transform-origin: left 0.875px;
  965. transform-origin: left 0.875px;
  966. width: 0;
  967. height: 1.75px;
  968. }
  969. .widgets-rulers .ruler-line em {
  970. background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, .3)));
  971. background: linear-gradient(90deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .3));
  972. display: block;
  973. height: 100%;
  974. -webkit-animation: ruler-line .5s ease 1s;
  975. animation: ruler-line .5s ease 1s;
  976. -webkit-animation-fill-mode: both;
  977. animation-fill-mode: both;
  978. -webkit-box-shadow: 0 0 3.5px rgba(0, 0, 0, .6);
  979. box-shadow: 0 0 3.5px rgba(0, 0, 0, .6);
  980. }
  981. .widgets-rulers .ruler-label {
  982. position: absolute;
  983. /* width: 0; */
  984. height: 0;
  985. top: 0.875px;
  986. left: 38%;
  987. }
  988. .widgets-rulers .ruler-label .ruler-label-point {
  989. position: absolute;
  990. width: 28px;
  991. height: 11.375px;
  992. right: 0;
  993. bottom: 0;
  994. background-position: bottom;
  995. background-repeat: no-repeat;
  996. // background-image: url(~/static/img/ruler-point.svg);
  997. background-size: 28px 11.375px;
  998. -webkit-transform: translateZ(0);
  999. transform: translateZ(0);
  1000. transform-origin: right center;
  1001. -webkit-animation: ruler-point .3s ease 1.3s;
  1002. animation: ruler-point .3s ease 1.3s;
  1003. -webkit-animation-fill-mode: both;
  1004. animation-fill-mode: both;
  1005. }
  1006. .widgets-rulers .ruler-label .ruler-label-name {
  1007. position: absolute;
  1008. height: 15.75px;
  1009. font-size: 12px;
  1010. line-height: 15.75px;
  1011. right: 28px;
  1012. bottom: 0.875px;
  1013. white-space: nowrap;
  1014. /* max-width: 0; */
  1015. overflow: hidden;
  1016. -webkit-animation: ruler-label 1s ease 1.6s;
  1017. animation: ruler-label 1s ease 1.6s;
  1018. -webkit-animation-fill-mode: both;
  1019. animation-fill-mode: both;
  1020. text-shadow: 0 0 3.5px rgba(0, 0, 0, .6);
  1021. }
  1022. .widgets-rulers .ruler-label.reverse .ruler-label-point {
  1023. -webkit-transform: rotateY(180deg);
  1024. transform: rotateY(180deg);
  1025. }
  1026. .widgets-rulers .ruler-label.reverse .ruler-label-name {
  1027. /* -webkit-transform: rotateY(-180deg); */
  1028. /* transform: rotateY(-180deg); */
  1029. right: auto;
  1030. left: 28px;
  1031. }
  1032. .widgets-rulers .measure .ruler-label .ruler-label-name {
  1033. color: #f0ff00;
  1034. }
  1035. .widgets-rulers .ruler-intersection {
  1036. position: absolute;
  1037. width: 0;
  1038. height: 0
  1039. }
  1040. .widgets-rulers .ruler-intersection .ruler-intersection-point {
  1041. position: absolute;
  1042. left: 0;
  1043. bottom: 0;
  1044. width: 18.375px;
  1045. height: 7px;
  1046. //background-image: url(~/static/img/intersection-label.svg);
  1047. background-repeat: no-repeat;
  1048. background-size: 18.375px 7px;
  1049. background-position: 50%
  1050. }
  1051. .widgets-rulers .ruler-intersection .ruler-intersection-text {
  1052. position: absolute;
  1053. left: 18.375px;
  1054. bottom: 0;
  1055. font-size: 12px;
  1056. line-height: 12px;
  1057. white-space: nowrap;
  1058. color: #12fffb;
  1059. text-shadow: 0 0 3.5px rgba(0, 0, 0, .3);
  1060. -webkit-transform-origin: left center;
  1061. transform-origin: left center;
  1062. -webkit-transform: scale(.85);
  1063. transform: scale(.85)
  1064. }
  1065. .measure .ruler-label .ruler-label-name {
  1066. font-size: 14px;
  1067. line-height: 14px;
  1068. }
  1069. .measure .ruler-label {
  1070. position: absolute;
  1071. }
  1072. .measure .ruler-label .ruler-label-point {
  1073. // background-image: url(~/static/img/ruler-point-yellow.svg);
  1074. animation-delay: .3s;
  1075. }
  1076. .measure .ruler-label .ruler-label-name {
  1077. animation-delay: .6s;
  1078. }
  1079. /* edit 界面 ruler立刻出现 */
  1080. body[edit-mode="mobile"] .ruler-line em, body[edit-mode="pc"] .ruler-line em {
  1081. animation-delay: 0s;
  1082. }
  1083. body[edit-mode="mobile"] .ruler-label .ruler-label-point,
  1084. body[edit-mode="pc"] .ruler-label .ruler-label-point,
  1085. .wallLine .ruler-label .ruler-label-point {
  1086. animation-delay: 0s;
  1087. }
  1088. body[edit-mode="mobile"] .ruler-label .ruler-label-name,
  1089. body[edit-mode="pc"] .ruler-label .ruler-label-name,
  1090. .wallLine .ruler-label .ruler-label-name {
  1091. animation-delay: .3s;
  1092. }
  1093. /* widgets-doll-labels: */
  1094. .widgets-doll-labels,
  1095. .widgets-plan-labels {
  1096. overflow: hidden;
  1097. position: absolute;
  1098. pointer-events: none;
  1099. top: 0;
  1100. left: 0;
  1101. bottom: 0;
  1102. right: 0
  1103. }
  1104. .widgets-doll-labels .room-label {
  1105. position: absolute;
  1106. width: 0;
  1107. height: 0;
  1108. /* display: none; */
  1109. -webkit-transform: translateZ(0);
  1110. transform: translateZ(0);
  1111. -webkit-animation: room-label .3s ease .1s;
  1112. animation: room-label .3s ease .1s;
  1113. -webkit-animation-fill-mode: both;
  1114. animation-fill-mode: both;
  1115. cursor: pointer;
  1116. }
  1117. /* .widgets-doll-labels .room-label.visible {
  1118. display: block
  1119. } */
  1120. .widgets-doll-labels .room-label:after {
  1121. content: "";
  1122. display: block;
  1123. position: absolute;
  1124. width: 1px;
  1125. height: 66px;
  1126. // background-image: url(~/static/img/labelline.png);
  1127. background-size: contain;
  1128. bottom: 0;
  1129. left: 50%;
  1130. -webkit-transform: translate(-50%);
  1131. transform: translate(-50%);
  1132. }
  1133. .widgets-doll-labels .room-label a {
  1134. display: block;
  1135. position: absolute;
  1136. line-height: 32px;
  1137. top: -66px;
  1138. transform: translate(-50%, -100%);
  1139. text-align: center;
  1140. white-space: nowrap;
  1141. font-size: 14px;
  1142. font-style: normal;
  1143. pointer-events: auto;
  1144. border: 1px solid #bbb;
  1145. border-radius: 18.375px;
  1146. padding: 0px 14px;
  1147. background: rgba(30, 30, 30, 0.38);
  1148. }
  1149. .widgets-doll-labels .room-label a span {
  1150. white-space: nowrap;
  1151. user-select: none;
  1152. //transform: translate(-50%, -50%);
  1153. }
  1154. // .widgets-doll-labels .room-label.with-small-font a span {
  1155. // transform: translate(-50%, -50%) scale(.83)
  1156. // }
  1157. .widgets-doll-labels .room-label.with-entrance:after {
  1158. display: none
  1159. }
  1160. .widgets-doll-labels .room-label.with-entrance a {
  1161. top: 50%;
  1162. width: 38.5px;
  1163. height: 15.75px;
  1164. background-size: 38.5px 15.75px;
  1165. //background-image: url(~/static/img/room-label-entrance.svg);
  1166. -webkit-transform: translate(-50%, -50%);
  1167. transform: translate(-50%, -50%)
  1168. }
  1169. .widgets-doll-labels .room-label.with-entrance a span {
  1170. margin-left: -0.875px;
  1171. margin-top: -0.875px
  1172. }
  1173. .widgets-plan-labels .room-label {
  1174. position: absolute;
  1175. -webkit-animation: room-label .3s ease .1s;
  1176. animation: room-label .3s ease .1s;
  1177. -webkit-animation-fill-mode: both;
  1178. animation-fill-mode: both
  1179. }
  1180. .widgets-plan-labels .room-label a {
  1181. display: block;
  1182. position: absolute;
  1183. /* width: 38.5px; */
  1184. line-height: 24px;
  1185. /* top: -99px; */
  1186. /* left: 50%; */
  1187. -webkit-transform: translate(-50%);
  1188. transform: translate(-50%, -50%);
  1189. text-align: center;
  1190. white-space: nowrap;
  1191. font-size: 14px;
  1192. font-style: normal;
  1193. /* pointer-events: auto */
  1194. text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  1195. }
  1196. .widgets-doors {
  1197. position: absolute;
  1198. pointer-events: none;
  1199. top: 0;
  1200. left: 0;
  1201. bottom: 0;
  1202. right: 0
  1203. }
  1204. .widgets-doors[data-camera-toward=forward] .door.show-arrow.right a:before {
  1205. margin-right: 3.5px;
  1206. -webkit-transform: rotate(180deg);
  1207. transform: rotate(180deg)
  1208. }
  1209. .widgets-doors[data-camera-toward=forward] .door.show-arrow.left a:after,
  1210. .widgets-doors[data-camera-toward=forward] .door.show-arrow.right a:before {
  1211. content: "";
  1212. position: relative;
  1213. display: inline-block;
  1214. width: 10.5px;
  1215. height: 10.5px;
  1216. //background: url(../images/room-arrow-label.svg) no-repeat 50%;
  1217. background-size: 100% 100%;
  1218. vertical-align: middle
  1219. }
  1220. .widgets-doors[data-camera-toward=forward] .door.show-arrow.left a:after {
  1221. margin-left: 3.5px
  1222. }
  1223. .widgets-doors[data-camera-toward=forward] .door.show-arrow.back a:after,
  1224. .widgets-doors[data-camera-toward=right] .door.show-arrow.left a:after {
  1225. content: "";
  1226. display: inline-block;
  1227. vertical-align: middle;
  1228. width: 10.5px;
  1229. height: 10.5px;
  1230. //background: url(../images/room-arrow-label.svg) no-repeat 50%;
  1231. background-size: 100% 100%;
  1232. margin-left: 3.5px;
  1233. -webkit-transform: rotate(-90deg);
  1234. transform: rotate(-90deg)
  1235. }
  1236. .widgets-doors[data-camera-toward=right] .door.show-arrow.back a:before {
  1237. margin-right: 3.5px;
  1238. -webkit-transform: rotate(180deg);
  1239. transform: rotate(180deg)
  1240. }
  1241. .widgets-doors[data-camera-toward=right] .door.show-arrow.back a:before,
  1242. .widgets-doors[data-camera-toward=right] .door.show-arrow.forward a:after {
  1243. content: "";
  1244. position: relative;
  1245. display: inline-block;
  1246. width: 10.5px;
  1247. height: 10.5px;
  1248. //background: url(../images/room-arrow-label.svg) no-repeat 50%;
  1249. background-size: 100% 100%;
  1250. vertical-align: middle
  1251. }
  1252. .widgets-doors[data-camera-toward=right] .door.show-arrow.forward a:after {
  1253. margin-left: 3.5px
  1254. }
  1255. .widgets-doors[data-camera-toward=left] .door.show-arrow.right a:after {
  1256. -webkit-transform: rotate(-90deg);
  1257. transform: rotate(-90deg)
  1258. }
  1259. .widgets-doors[data-camera-toward=left] .door.show-arrow.back a:after,
  1260. .widgets-doors[data-camera-toward=left] .door.show-arrow.right a:after {
  1261. content: "";
  1262. display: inline-block;
  1263. vertical-align: middle;
  1264. width: 10.5px;
  1265. height: 10.5px;
  1266. //background: url(../images/room-arrow-label.svg) no-repeat 50%;
  1267. background-size: 100% 100%;
  1268. margin-left: 3.5px
  1269. }
  1270. .widgets-doors[data-camera-toward=left] .door.show-arrow.back a:after {
  1271. position: relative
  1272. }
  1273. .widgets-doors[data-camera-toward=left] .door.show-arrow.forward a:before {
  1274. position: relative;
  1275. margin-right: 3.5px;
  1276. -webkit-transform: rotate(180deg);
  1277. transform: rotate(180deg)
  1278. }
  1279. .widgets-doors[data-camera-toward=back] .door.show-arrow.forward a:after,
  1280. .widgets-doors[data-camera-toward=left] .door.show-arrow.forward a:before {
  1281. content: "";
  1282. display: inline-block;
  1283. width: 10.5px;
  1284. height: 10.5px;
  1285. //background: url(../images/room-arrow-label.svg) no-repeat 50%;
  1286. background-size: 100% 100%;
  1287. vertical-align: middle
  1288. }
  1289. .widgets-doors[data-camera-toward=back] .door.show-arrow.forward a:after {
  1290. margin-left: 3.5px;
  1291. -webkit-transform: rotate(-90deg);
  1292. transform: rotate(-90deg)
  1293. }
  1294. .widgets-doors[data-camera-toward=back] .door.show-arrow.right a:after {
  1295. margin-left: 3.5px
  1296. }
  1297. .widgets-doors[data-camera-toward=back] .door.show-arrow.left a:before,
  1298. .widgets-doors[data-camera-toward=back] .door.show-arrow.right a:after {
  1299. content: "";
  1300. position: relative;
  1301. display: inline-block;
  1302. width: 10.5px;
  1303. height: 10.5px;
  1304. //background: url(../images/room-arrow-label.svg) no-repeat 50%;
  1305. background-size: 100% 100%;
  1306. vertical-align: middle
  1307. }
  1308. .widgets-doors[data-camera-toward=back] .door.show-arrow.left a:before {
  1309. margin-right: 3.5px;
  1310. -webkit-transform: rotate(180deg);
  1311. transform: rotate(180deg)
  1312. }
  1313. .widgets-doors .door {
  1314. position: absolute;
  1315. width: 0;
  1316. height: 0;
  1317. /* display: none; */
  1318. -webkit-animation: viewport-door-label .3s ease 1s;
  1319. animation: viewport-door-label .3s ease 1s;
  1320. -webkit-animation-fill-mode: both;
  1321. animation-fill-mode: both;
  1322. -webkit-transform: translateZ(0);
  1323. transform: translateZ(0)
  1324. }
  1325. /* .widgets-doors .door.visible {
  1326. display: block
  1327. } */
  1328. .widgets-doors .door a {
  1329. display: block;
  1330. position: absolute;
  1331. top: 50%;
  1332. left: 50%;
  1333. -webkit-transform: translate(-50%, -50%);
  1334. transform: translate(-50%, -50%);
  1335. border-radius: 1.75px;
  1336. background: rgba(0, 0, 0, .3);
  1337. line-height: 10.5px;
  1338. padding: 3.5px 4.375px;
  1339. white-space: nowrap;
  1340. font-size: 10.5px;
  1341. font-style: normal;
  1342. pointer-events: auto;
  1343. -webkit-transition: background .3s ease, color .3s ease, -webkit-transform 1s ease;
  1344. transition: background .3s ease, color .3s ease, -webkit-transform 1s ease;
  1345. transition: transform 1s ease, background .3s ease, color .3s ease;
  1346. transition: transform 1s ease, background .3s ease, color .3s ease, -webkit-transform 1s ease
  1347. }
  1348. .widgets-doors .door a:after {
  1349. -webkit-transition: opacity .3s ease;
  1350. transition: opacity .3s ease
  1351. }
  1352. .widgets-doors .door a:active {
  1353. background: rgba(0, 0, 0, .5);
  1354. color: hsla(0, 0%, 100%, .5)
  1355. }
  1356. .widgets-doors .door a:active:after {
  1357. opacity: .5
  1358. }
  1359. @-webkit-keyframes ruler-point {
  1360. 0% {
  1361. height: 0
  1362. }
  1363. to {
  1364. height: 11.375px
  1365. }
  1366. }
  1367. @keyframes ruler-point {
  1368. 0% {
  1369. height: 0
  1370. }
  1371. to {
  1372. height: 11.375px
  1373. }
  1374. }
  1375. @-webkit-keyframes ruler-label {
  1376. 0% {
  1377. max-width: 0
  1378. }
  1379. to {
  1380. max-width: 131.25px
  1381. }
  1382. }
  1383. @keyframes ruler-label {
  1384. 0% {
  1385. max-width: 0
  1386. }
  1387. to {
  1388. max-width: 131.25px
  1389. }
  1390. }
  1391. @-webkit-keyframes door-label {
  1392. 0% {
  1393. opacity: 0;
  1394. margin-top: 8.75px
  1395. }
  1396. to {
  1397. opacity: 1;
  1398. margin-top: 0
  1399. }
  1400. }
  1401. @keyframes door-label {
  1402. 0% {
  1403. opacity: 0;
  1404. margin-top: 8.75px
  1405. }
  1406. to {
  1407. opacity: 1;
  1408. margin-top: 0
  1409. }
  1410. }
  1411. @-webkit-keyframes room-label {
  1412. 0% {
  1413. opacity: 0;
  1414. margin-top: 8.75px
  1415. }
  1416. to {
  1417. opacity: 1;
  1418. margin-top: 0
  1419. }
  1420. }
  1421. @keyframes room-label {
  1422. 0% {
  1423. opacity: 0;
  1424. margin-top: 8.75px
  1425. }
  1426. to {
  1427. opacity: 1;
  1428. margin-top: 0
  1429. }
  1430. }
  1431. @-webkit-keyframes ruler-line {
  1432. 0% {
  1433. width: 0
  1434. }
  1435. to {
  1436. width: 100%
  1437. }
  1438. }
  1439. @keyframes ruler-line {
  1440. 0% {
  1441. width: 0
  1442. }
  1443. to {
  1444. width: 100%
  1445. }
  1446. }
  1447. [app-border] {
  1448. position: relative;
  1449. &[dir-top],
  1450. &[dir-left],
  1451. &[dir-right],
  1452. &[dir-bottom] {
  1453. &::after {
  1454. content: "";
  1455. position: absolute;
  1456. background-color: #000;
  1457. }
  1458. }
  1459. &[dir-top] {
  1460. border-top: solid 1px #47484a;
  1461. &::after {
  1462. top: 0;
  1463. left: 0;
  1464. width: 100%;
  1465. height: 1px;
  1466. }
  1467. }
  1468. &[dir-left] {
  1469. border-left: solid 1px #47484a;
  1470. &::after {
  1471. top: 0;
  1472. left: 0;
  1473. height: 100%;
  1474. width: 1px;
  1475. }
  1476. }
  1477. &[dir-right] {
  1478. border-right: solid 1px #47484a;
  1479. &::after {
  1480. top: 0;
  1481. right: 0;
  1482. height: 100%;
  1483. width: 1px;
  1484. }
  1485. }
  1486. &[dir-bottom] {
  1487. border-bottom: solid 1px #47484a;
  1488. &::after {
  1489. left: 0;
  1490. bottom: 0;
  1491. width: 100%;
  1492. height: 1px;
  1493. }
  1494. }
  1495. }
  1496. .mCSB_inside > .mCSB_container {
  1497. margin-right: 0 !important;
  1498. }
  1499. .mCSB_horizontal.mCSB_inside > .mCSB_container {
  1500. margin-bottom: 14px !important;
  1501. }
  1502. .mCSB_scrollTools.mCSB_scrollTools_vertical {
  1503. width: 6px !important;
  1504. }
  1505. .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  1506. background-color: rgba(98, 102, 102, 0.75)
  1507. }
  1508. .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  1509. background-color: rgba(153, 153, 153, .85);
  1510. }
  1511. .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  1512. background-color: rgba(153, 153, 153, .9);
  1513. }
  1514. .dialog {
  1515. position: fixed;
  1516. left: 0;
  1517. top: 0;
  1518. width: 100%;
  1519. height: 100%;
  1520. background: rgba(0, 0, 0, 0.5);
  1521. }
  1522. a {
  1523. text-decoration: none;
  1524. }
  1525. // 覆盖element-ui的默认样式
  1526. .el-message--success, .el-message--info, .el-message--warning, .el-message--error {
  1527. background: #1F1F1F !important;
  1528. box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.2), 0px 6px 16px 0px rgba(0, 0, 0, 0.32), 0px 3px 6px -4px rgba(0, 0, 0, 0.48) !important;
  1529. border-radius: 20px !important;
  1530. border: 1px solid #333333 !important;
  1531. min-width: 0;
  1532. padding: 0 15px;
  1533. height: 40px;
  1534. .el-message__content {
  1535. color: rgba(255, 255, 255, 0.6) !important;
  1536. font-size: 14px;
  1537. }
  1538. .el-icon-success {
  1539. color: #49AA19 !important;
  1540. }
  1541. .el-icon-warning {
  1542. color: #D89614 !important;
  1543. }
  1544. .el-icon-error {
  1545. color: #A61D24 !important;
  1546. }
  1547. }