style.pc.editor.less 33 KB

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