lzb.css 32 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738
  1. i {
  2. font-style: normal;
  3. }
  4. /* 新编辑界面 */
  5. body {
  6. background: rgba(38, 39, 41, 1);
  7. }
  8. .wrapper {
  9. width: 100%;
  10. height: 100%;
  11. }
  12. .pinBottom-container, .pinTop {
  13. position: absolute;
  14. }
  15. ul li {
  16. list-style-type: none;
  17. }
  18. ::-webkit-scrollbar {
  19. display: none
  20. }
  21. /* 头部 */
  22. .toolTop {
  23. display: flex;
  24. height: 50px;
  25. justify-content: space-between;
  26. border-bottom: 1px solid rgb(0, 0, 0);
  27. vertical-align: middle;
  28. line-height: 50px;
  29. padding: 0;
  30. }
  31. .toolTop .model-title2 {
  32. font-size: 16px;
  33. }
  34. .toolTop .btns {
  35. display: flex;
  36. }
  37. .toolTop .btns>div {
  38. margin: 0 10px;
  39. display: flex;
  40. cursor: pointer;
  41. }
  42. .toolTop .btns>div label {
  43. cursor: pointer;
  44. }
  45. .toolTop .btns span {
  46. width: 20px;
  47. height: 100%;
  48. display: block;
  49. margin-right: 4px;
  50. margin-top: 0px;
  51. }
  52. .toolTop .btns #save>span {
  53. background-image: url("../images/edit/save.png");
  54. background-size: 152%;
  55. background-repeat: no-repeat;
  56. background-position: center center;
  57. }
  58. /* 底部 */
  59. .toolBottom {
  60. height: calc(100% - 50px);
  61. border-top: 1px solid rgb(93, 93, 93);
  62. display: flex;
  63. font-size: 12px;
  64. text-align: center;
  65. }
  66. /* 底部左边 */
  67. .toolBottom .toolLeft {
  68. width: 64px;
  69. border-right: 1px solid black;
  70. padding: 10px 0;
  71. }
  72. .toolBottom .toolLeft ul {
  73. overflow-y: auto;
  74. }
  75. .toolBottom .toolLeft li {
  76. display: inline-block;
  77. width: 100%;
  78. padding: 12px 0;
  79. opacity: 0.8;
  80. cursor: pointer;
  81. transition: background 0.1s, opacity 0.1s;
  82. }
  83. .toolBottom .toolLeft li label {
  84. cursor: pointer;
  85. }
  86. .toolBottom .toolLeft li.active {
  87. background: #00a2d4;
  88. opacity: 1;
  89. }
  90. .VREditIcon {
  91. background-size: 48% !important;
  92. }
  93. .toolBottom .toolLeft li span {
  94. display: inline-block;
  95. width: 100%;
  96. height: 20px !important;
  97. background-size: 55%;
  98. margin-bottom: 0px;
  99. background-repeat: no-repeat;
  100. background-position: center center;
  101. }
  102. .customizeHotStyle {
  103. width: 40% !important;
  104. float: right !important;
  105. border: none !important;
  106. }
  107. .toolBottom .toolLeft li span.hotpoint {
  108. background-image: url(../images/edit/hotpoint.png);
  109. }
  110. .toolBottom .toolLeft li span.screen {
  111. background-image: url(../images/edit/screen.png);
  112. }
  113. .toolBottom .toolLeft li span.information {
  114. background-image: url(../images/edit/information.png);
  115. }
  116. .toolBottom .toolLeft li span.music {
  117. background-image: url(../images/edit/music.png);
  118. }
  119. .toolBottom .toolLeft li span.snapTour {
  120. background-image: url(../images/edit/autoTour.png);
  121. }
  122. .toolBottom .toolLeft li span.VR {
  123. background-image: url(../images/edit/VR.png);
  124. }
  125. .toolBottom .toolLeft li span.overlay {
  126. background-image: url(../images/edit/box_video.png);
  127. }
  128. .toolBottom .toolLeft li span.panoVisible {
  129. background-image: url(../images/edit/panoVisi.png);
  130. }
  131. /* 底部中间 */
  132. .toolBottom .toolMid {
  133. border-left: 1px solid rgb(93, 93, 93);
  134. border-right: 1px solid rgb(0, 0, 0);
  135. width: calc(100% - 300px);
  136. height: 100%;
  137. }
  138. #webgl {
  139. width: 100%;
  140. height: calc(100% - 93px);
  141. padding: 15px;
  142. }
  143. #webgl .webgl-inside {
  144. width: 100%;
  145. height: 100%;
  146. position: relative;
  147. overflow: hidden;
  148. }
  149. .content {
  150. width: 100%;
  151. height: 100%;
  152. position: relative;
  153. overflow: hidden;
  154. }
  155. /* 底部右边 */
  156. .toolBottom .toolRight {
  157. width: 236px;
  158. border-left: 1px solid rgb(93, 93, 93);
  159. }
  160. .toolRight div.content {
  161. height: 100%;
  162. overflow-y: auto;
  163. user-select: none;
  164. /* overflow-x: hidden; */
  165. }
  166. .toolRight div.content>ul>li {
  167. border-top: 1px solid #5d5d5d;
  168. border-bottom: 1px solid #000000;
  169. padding: 10px;
  170. }
  171. .toolRight div.content>ul>li:last-child, .toolRight .noBorderbott {
  172. border-bottom: none !important;
  173. }
  174. .toolRight div.content>ul>li:first-child {
  175. border-top: none;
  176. }
  177. .toolRight div.content>ul>li>*:first-child {
  178. margin: 3px 0 10px 0;
  179. }
  180. .itemMargin {
  181. margin: 10px auto !important;
  182. }
  183. .toolRight .itemTitle {
  184. font-size: 14px;
  185. display: flex;
  186. line-height: 14px;
  187. position: relative;
  188. }
  189. .toolRight li[data-name=info] .itemTitle {
  190. margin: 0px 0 !important;
  191. }
  192. .toolRight .itemTitle::before {
  193. position: absolute;
  194. right: 0px;
  195. top: 2px;
  196. content: ""attr(data-size)"";
  197. color: #999;
  198. }
  199. .toolRight .link input:first-child {
  200. margin-bottom: 10px;
  201. }
  202. ul.MenuOptions {
  203. width: 100%;
  204. overflow: hidden;
  205. background: rgb(67, 67, 67);
  206. padding: 0px;
  207. cursor: pointer;
  208. flex-direction: row;
  209. align-items: center;
  210. display: flex;
  211. justify-content: space-between;
  212. }
  213. ul.MenuOptions li {
  214. text-align: center;
  215. display: inline-block;
  216. transition: color 0.1s;
  217. width: 100%;
  218. transition: background-color 0.3s;
  219. }
  220. ul.MenuOptions li.chosen {
  221. background-color: #00a2d4;
  222. }
  223. .toolRight div.content {
  224. border-color: #737373;
  225. width: calc(100% + 18px);
  226. }
  227. .toolRight div.content>ul {
  228. width: 236px;
  229. height: 100%;
  230. }
  231. .tourListWrap {
  232. height: 100%;
  233. overflow: scroll;
  234. }
  235. .toolRight .input, .toolRight .editText {
  236. width: 100%;
  237. outline: none;
  238. border: 1px solid #737373;
  239. background-color: #000;
  240. color: #fff;
  241. letter-spacing: 1px;
  242. border-radius: 2px;
  243. height: 32px;
  244. padding: 0 10px;
  245. }
  246. .toolRight .editText {
  247. height: 200px !important;
  248. line-height: 130% !important;
  249. padding: 10px;
  250. text-align: justify;
  251. }
  252. @keyframes warnFlash {
  253. 0% {
  254. background-color: rgba(2, 200, 174, 0);
  255. }
  256. 100% {
  257. background-color: rgba(2, 200, 174, 1);
  258. }
  259. }
  260. .warning {
  261. -webkit-animation: warnFlash 0.6s linear;
  262. -moz-animation: warnFlash 0.6s linear;
  263. -ms-animation: warnFlash 0.6s linear;
  264. -o-animation: warnFlash 0.6s linear;
  265. animation: warnFlash 0.6s linear animation-direction:alternate;
  266. -webkit-animation-direction: alternate;
  267. animation-iteration-count: infinite;
  268. border-color: #a7a7a7 !important;
  269. }
  270. .toolRight .secondary{
  271. height: 100%;
  272. position: fixed;
  273. top: 0;
  274. left: calc(100% - 235px);
  275. background: rgba(38, 39, 41, 1);
  276. width: 236px;
  277. box-shadow: 0px 0px 20px #090909;
  278. transition: left 0.2s;
  279. z-index: 100;
  280. }
  281. .toolRight .tourpointDetail {
  282. height: 100%;
  283. position: fixed;
  284. top: 0;
  285. left: calc(100% - 235px);
  286. background: rgba(38, 39, 41, 1);
  287. width: 236px;
  288. box-shadow: 0px 0px 20px #090909;
  289. transition: left 0.2s;
  290. z-index: 100;
  291. }
  292. .toolRight .secondary.atRight{
  293. left: 100%;
  294. }
  295. .toolRight div.content>ul>li {
  296. border-top: 1px solid #5d5d5d;
  297. border-bottom: 1px solid #000000;
  298. padding: 10px;
  299. }
  300. .toolRight div.content>ul>li:first-child {
  301. border-top: none;
  302. }
  303. .toolRight div.content>ul>li>* {
  304. margin: 6px 0 12px 0;
  305. line-height: 32px;
  306. height: 100%;
  307. }
  308. .buttons button {
  309. width: 100%;
  310. background-color: #00b4ed;
  311. line-height: 1 !important;
  312. color: #fff;
  313. border: none;
  314. cursor: pointer;
  315. }
  316. .toolRight .addSpot button, .toolRight .addTour button {
  317. /* position: fixed;
  318. width: inherit;
  319. height: 3.2vw;
  320. background-color: rgba(38, 39, 41, 1); */
  321. /* height:40px; */
  322. line-height: 40px;
  323. border-radius: 20px;
  324. font-size: 14px;
  325. }
  326. /*fyz, 修改添加导览样式*/
  327. .addTour {
  328. position: fixed;
  329. height: 3.2vw;
  330. width: inherit;
  331. z-index: 1;
  332. background-color: rgba(38, 39, 41, 1);
  333. }
  334. .remark {
  335. display: block;
  336. text-align: left;
  337. color: #ababab;
  338. line-height: 1.5 !important;
  339. letter-spacing: 0.1px;
  340. text-align: justify;
  341. }
  342. .toolRight .addSpot .buttons, .toolRight .addTour .buttons {
  343. margin: 0 !important;
  344. }
  345. .toolRight .hotStyle-item li {
  346. width: 38px;
  347. height: 38px;
  348. margin: 2px 6px 5px 0;
  349. float: left;
  350. cursor: pointer;
  351. background-size: 100%;
  352. background-repeat: no-repeat;
  353. border: 2px solid transparent;
  354. }
  355. .toolRight .hotStyle-item li.active {
  356. border: 2px solid #00b4ed;
  357. }
  358. .other-item {
  359. text-align: left;
  360. font-size: 14px;
  361. }
  362. .other-item .colorRed {
  363. color: #c77a7a;
  364. font-style: normal;
  365. }
  366. .other-item label {
  367. cursor: pointer;
  368. }
  369. .editCheckbox {
  370. position: absolute;
  371. opacity: 0;
  372. cursor: pointer;
  373. }
  374. .editCheckbox+label {
  375. background-color: #fff;
  376. border: 1px #ccc solid;
  377. border-radius: 2px;
  378. width: 16px;
  379. height: 16px;
  380. display: inline-block;
  381. text-align: center;
  382. vertical-align: middle;
  383. line-height: 16px;
  384. cursor: pointer;
  385. }
  386. .editCheckbox:checked+label {
  387. border: 0;
  388. background-color: #fff;
  389. }
  390. .editCheckbox:checked+label:after {
  391. content: "\2714";
  392. color: #00b4ed;
  393. }
  394. .tourList {
  395. padding-top: 1.4vw !important;
  396. }
  397. .tourSelectWarp {
  398. padding-top: 3.4vw !important;
  399. }
  400. #tourSwitchTitle {
  401. margin: 0;
  402. }
  403. #tourSwitch, #hotListSwitch, #VRSwitch {
  404. display: flex;
  405. justify-content: center;
  406. margin: 0;
  407. }
  408. #tourSwitch label, #hotListSwitch label, #VRSwitch label {
  409. display: block;
  410. vertical-align: middle;
  411. }
  412. #tourSwitch label input, #hotListSwitch label input, #VRSwitch label input {
  413. vertical-align: middle;
  414. }
  415. .mui-switch {
  416. width: 52px !important;
  417. height: 24px !important;
  418. position: relative !important;
  419. border: 1px solid #414141 !important;
  420. background-color: #fdfdfd;
  421. box-shadow: #dfdfdf 0 0 0 0 inset !important;
  422. border-radius: 20px !important;
  423. border-top-left-radius: 20px !important;
  424. border-top-right-radius: 20px !important;
  425. border-bottom-left-radius: 20px !important;
  426. border-bottom-right-radius: 20px !important;
  427. background-clip: content-box !important;
  428. display: inline-block !important;
  429. -webkit-appearance: none !important;
  430. user-select: none !important;
  431. outline: none !important;
  432. padding: 0 !important;
  433. background-color: #616161 !important;
  434. margin-right: 15px;
  435. }
  436. .mui-switch:before {
  437. content: '';
  438. width: 22px;
  439. height: 22px;
  440. position: absolute;
  441. top: 0px;
  442. left: 0;
  443. border-radius: 20px;
  444. border-top-left-radius: 20px;
  445. border-top-right-radius: 20px;
  446. border-bottom-left-radius: 20px;
  447. border-bottom-right-radius: 20px;
  448. background-color: #fff;
  449. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  450. }
  451. .mui-switch:checked {
  452. border-color: #00b4ed;
  453. box-shadow: #00b4ed 0 0 0 16px inset;
  454. background-color: #00b4ed;
  455. }
  456. .mui-switch:checked:before {
  457. left: 29px;
  458. }
  459. .mui-switch.mui-switch-animbg {
  460. transition: background-color ease 0.4s;
  461. }
  462. .mui-switch.mui-switch-animbg:before {
  463. transition: left 0.3s;
  464. }
  465. .mui-switch.mui-switch-animbg:checked {
  466. box-shadow: #dfdfdf 0 0 0 0 inset;
  467. background-color: #00b4ed !important;
  468. transition: border-color 0.4s, background-color ease 0.4s;
  469. }
  470. .mui-switch.mui-switch-animbg:checked:before {
  471. transition: left 0.3s;
  472. }
  473. .mui-switch.mui-switch-anim {
  474. transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
  475. }
  476. .mui-switch.mui-switch-anim:before {
  477. transition: left 0.3s;
  478. }
  479. .mui-switch.mui-switch-anim:checked {
  480. box-shadow: #64bd63 0 0 0 16px inset;
  481. background-color: #64bd63;
  482. transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s;
  483. }
  484. .mui-switch.mui-switch-anim:checked:before {
  485. transition: left 0.3s;
  486. }
  487. .toolRight .snapTour .tourList {
  488. padding-bottom: 20px;
  489. height: 100%;
  490. }
  491. .toolRight .snapTour .tourList li {
  492. height: 75px;
  493. display: flex;
  494. margin: 16px 0;
  495. }
  496. .toolRight .snapTour .tourList li:first-child {
  497. margin-top: 0;
  498. }
  499. .toolRight .snapTour .tourList li>div:nth-child(2) {
  500. /* background: #3e1313; */
  501. width: calc(100% - 107px);
  502. height: 100%;
  503. position: relative;
  504. }
  505. .toolRight .snapTour .tourList li>div:nth-child(2) span {
  506. text-align: left;
  507. margin: 0 10px 0 0;
  508. font-size: 14px;
  509. text-overflow: ellipsis;
  510. height: 66px;
  511. display: -webkit-box;
  512. -webkit-box-orient: vertical;
  513. overflow: hidden;
  514. -webkit-line-clamp: 2;
  515. color: #00b4ed;
  516. word-wrap: break-word;
  517. line-height: 22px;
  518. cursor: text;
  519. }
  520. .toolRight .snapTour .tourList li>div:first-child span {
  521. border-radius: 11px;
  522. background: #373939;
  523. width: 22px;
  524. display: block;
  525. text-align: center;
  526. height: 22px;
  527. line-height: 22px;
  528. font-size: 12px;
  529. margin-right: 10px;
  530. }
  531. .toolRight .snapTour .tourList li:last-child>div:first-child span {
  532. background: #00b4ed
  533. }
  534. .snapTour {
  535. overflow-y: visible;
  536. overflow: visible;
  537. overflow-y: visible !important;
  538. height: 82% !important;
  539. }
  540. .toolRight .snapTour .tourList li>div:first-child {
  541. position: relative;
  542. }
  543. .toolRight .snapTour .tourList li>div:first-child div.line {
  544. border-left: 2px solid #373939;
  545. height: 70px;
  546. position: absolute;
  547. left: 10px;
  548. top: 21px;
  549. z-index: 0;
  550. }
  551. .toolRight .snapTour .tourList li:last-child div.line {
  552. display: none;
  553. }
  554. .toolRight .snapTour .tourList li .preview {
  555. width: 75px;
  556. cursor: pointer;
  557. position: relative;
  558. overflow: hidden;
  559. }
  560. .toolRight .snapTour .tourList li .preview::before {
  561. content: '删除';
  562. width: 50px;
  563. height: 30px;
  564. position: absolute;
  565. border-radius: 20px;
  566. color: #fff;
  567. background: #c77a7a;
  568. left: 50%;
  569. top: 50%;
  570. transform: translate(-250%, -50%);
  571. }
  572. .toolRight .snapTour .tourList li .preview:hover::before {
  573. transform: translate(-50%, -50%);
  574. }
  575. .toolRight .snapTour .tourList li .preview div {
  576. width: 100%;
  577. height: 100%;
  578. border-radius: 3px;
  579. transition: opacity 0.3s;
  580. background-size: cover;
  581. background-position-y: bottom;
  582. }
  583. .hotListSwitch {
  584. padding: 10px !important;
  585. }
  586. .hotListSwitchTitle {
  587. margin: 0 !important;
  588. }
  589. .toolRight .snapTour .tourList li .preview div:hover {
  590. opacity: 0.2;
  591. }
  592. .toolRight .snapTour .tourList li input {
  593. position: absolute;
  594. top: -5px;
  595. left: 0;
  596. width: 185px;
  597. z-index: 100;
  598. }
  599. .toolRight input, .toolRight div.editText {
  600. width: 100%;
  601. outline: none;
  602. border: 1px solid #737373;
  603. background-color: #000;
  604. padding: 0 10px;
  605. color: #fff;
  606. letter-spacing: 1px;
  607. border-radius: 2px;
  608. /* height: 32px; */
  609. height: 34px;
  610. font-size: 14px;
  611. }
  612. .colorWrap {
  613. display: flex;
  614. }
  615. .color-text {
  616. width: 46% !important;
  617. }
  618. .toolRight input[type="color"] {
  619. background: none;
  620. border: none;
  621. width: 25%;
  622. }
  623. .toolRight .mediaUpload .itemTitle {
  624. height: 32px;
  625. }
  626. .toolRight .itemTitle::before {
  627. position: absolute;
  628. right: 0px;
  629. top: 2px;
  630. content: ""attr(data-size)"";
  631. color: #999;
  632. }
  633. .toolRight .itemTitle {
  634. font-size: 14px;
  635. display: flex;
  636. line-height: 14px;
  637. position: relative;
  638. }
  639. .toolRight .mediaUpload .itemTitle span {
  640. position: absolute;
  641. left: 0;
  642. /*for Ie*/
  643. }
  644. .toolRight .secondary .itemTitle.head{
  645. height: 50px;
  646. padding:0 10px;
  647. line-height: 50px;
  648. border-bottom: 1px solid #000000;
  649. }
  650. .toolRight .secondary li.head .itemTitle{
  651. margin:0;
  652. line-height: 40px;
  653. }
  654. .innerBtn {
  655. border-radius: 17px;
  656. height: 34px;
  657. line-height: 34px;
  658. background-color: rgba(0, 0, 0, 0.3);
  659. border-color: rgba(0, 0, 0, 0.3);
  660. text-align: center;
  661. }
  662. .toolRight .music input[type="file"], .toolRight .audio input[type="file"] {
  663. opacity: 0;
  664. width: 200%;
  665. height: 100%;
  666. position: absolute;
  667. left: -100%;
  668. top: 0;
  669. cursor: pointer;
  670. z-index: 2;
  671. }
  672. .toolRight .playBox {
  673. border: 1px solid #5d5d5d;
  674. display: flex;
  675. padding: 6px;
  676. width: 215px;
  677. }
  678. .toolRight .playBox>div:first-child {
  679. width: 56px;
  680. height: 56px;
  681. background-size: 100%;
  682. margin-left: 2px;
  683. overflow: hidden;
  684. }
  685. .toolRight .video .playBox>div:first-child {
  686. background-size: cover;
  687. }
  688. .toolRight .playBox>div canvas {
  689. position: absolute;
  690. left: 0;
  691. top: 0;
  692. width: 100%;
  693. height: 100%;
  694. z-index: 100;
  695. }
  696. .toolRight .playBox .playBtn {
  697. display: none;
  698. z-index: 90;
  699. width: 30px;
  700. height: 30px;
  701. background-color: #00000014;
  702. }
  703. .toolRight .playBox .playBtn span {
  704. left: 10px;
  705. top: 7px;
  706. }
  707. .toolRight .playBox>div:first-child.hasVideo {
  708. background-color: #9ce3b9;
  709. position: relative;
  710. }
  711. .toolRight .playBox>div:first-child .playBtn {
  712. display: block;
  713. }
  714. .toolRight .playBox[data-type='music']>div:first-child {
  715. background-image: url("../images/soundPlay.png");
  716. }
  717. .toolRight .playBox[data-type='music']>div:first-child.playing {
  718. background-image: url("../images/soundPause.png");
  719. }
  720. .toolRight .playBox>div:nth-child(2) {
  721. width: calc(100% - 60px);
  722. margin: 8px 0 4px 11px;
  723. text-align: left;
  724. font-size: 14px;
  725. }
  726. .toolRight .playBox>div:nth-child(2) span {
  727. color: #acacac;
  728. line-height: 1.1;
  729. display: block;
  730. }
  731. .toolRight .playBox>div:nth-child(2) .title {
  732. text-overflow: ellipsis;
  733. overflow: hidden;
  734. white-space: nowrap;
  735. }
  736. .toolRight .playBox>div:nth-child(2) .delete {
  737. color: #00b4ed;
  738. cursor: pointer;
  739. width: 2.3em;
  740. margin-top: 9px;
  741. }
  742. .toolRight #query-bgm {
  743. display: block;
  744. width: 100%;
  745. height: 100%;
  746. }
  747. .toolBottom .midBottom {
  748. width: 100%;
  749. height: 93px;
  750. position: relative;
  751. }
  752. .confirmSnap {
  753. background: #00b4ed;
  754. color: #fff;
  755. border-radius: 21px;
  756. /* margin: 0 auto; */
  757. position: absolute;
  758. letter-spacing: 0.05em;
  759. height: 42px;
  760. text-align: center;
  761. line-height: 42px;
  762. font-size: 14px;
  763. pointer-events: all;
  764. cursor: pointer;
  765. transition: background 0.2s;
  766. top: 8px;
  767. width: 220px;
  768. left: 50%;
  769. transform: translateX(-50%);
  770. }
  771. #webgl .overlayGui.snapshotGui {
  772. display: none;
  773. width: calc(84% - 36px);
  774. height: calc(100% - 140px);
  775. border: 1px dotted rgba(255, 255, 255, 0.8);
  776. left: calc(8% + 18px);
  777. top: 86px;
  778. }
  779. #webgl .overlayGui {
  780. position: absolute;
  781. z-index: 100;
  782. pointer-events: none;
  783. transition: opacity 0.3s, border 0.3s;
  784. }
  785. #webgl .snapshotGui .corner {
  786. width: 40px;
  787. height: 40px;
  788. position: absolute;
  789. transition: opacity 0.3s;
  790. opacity: 0.8;
  791. }
  792. #webgl .snapshotGui .corner.leftTop {
  793. border-top: 4px solid #fff;
  794. border-left: 4px solid #fff;
  795. left: -2px;
  796. top: -2px;
  797. }
  798. #webgl .snapshotGui .corner.rightTop {
  799. border-top: 4px solid #fff;
  800. border-right: 4px solid #fff;
  801. right: -2px;
  802. top: -2px;
  803. }
  804. #webgl .snapshotGui .corner.leftBott {
  805. border-left: 4px solid #fff;
  806. border-bottom: 4px solid #fff;
  807. left: -2px;
  808. bottom: -2px;
  809. }
  810. #webgl .snapshotGui .corner.rightBott {
  811. border-right: 4px solid #fff;
  812. border-bottom: 4px solid #fff;
  813. right: -2px;
  814. bottom: -2px;
  815. }
  816. .toolRight .screen .shotImg {
  817. height: 108px;
  818. border-radius: 5px;
  819. cursor: pointer;
  820. line-height: 105px;
  821. }
  822. .toolRight .screen .shotImg.blank {
  823. background-image: url("../images/myModel.jpg");
  824. opacity: 0.8;
  825. cursor: default;
  826. background-size: 100%;
  827. }
  828. .toolRight .hotpoint .spotList>ul>li, .overlayList li {
  829. height: 40px;
  830. margin: 0 0 8px -10px;
  831. background: #373938;
  832. cursor: pointer;
  833. width: calc(100% + 20px);
  834. line-height: 40px;
  835. font-size: 14px;
  836. letter-spacing: 0.5px;
  837. text-align: left;
  838. display: flex;
  839. transition: background 0.1s;
  840. position: relative;
  841. overflow: hidden;
  842. }
  843. .toolRight .hotpoint .spotList>ul>li:hover, .toolRight .hotpoint .spotList>ul>li.active {
  844. background: #565a5b;
  845. }
  846. .toolRight .hotpoint .spotList li .icon, .toolRight .editDetail .setPos li .icon , .overlayList li .icon{
  847. width: 30px;
  848. margin-left: 10px;
  849. background-size: 70%;
  850. background-position-x: 0;
  851. background-repeat: no-repeat;
  852. background-position-y: center;
  853. }
  854. .overlayList li .icon{
  855. background-image:url(../images/edit/box_video.png);
  856. }
  857. .toolRight .hotpoint .spotList li .title, .toolRight .editDetail .setPos li .title, .overlayList li .title{
  858. width: calc(100% - 70px);
  859. font-size: 14px;
  860. text-overflow: ellipsis;
  861. overflow: hidden;
  862. white-space: nowrap;
  863. }
  864. .toolRight .hotpoint .spotList li .DelConfirm {
  865. width: 82px;
  866. background: #00b4ed;
  867. border-radius: 1px;
  868. box-shadow: -5px 0px 20px rgba(0, 0, 0, 0.5);
  869. position: absolute;
  870. right: -82px;
  871. z-index: 99;
  872. text-align: center;
  873. transition: right 0.3s, opacity 0.1s;
  874. }
  875. .toolRight .hotpoint .spotList li .DelConfirm.active {
  876. right: -3px;
  877. }
  878. .toolRight .hotpoint .spotList li .del {
  879. width: 40px;
  880. background-image: url(../images/delete.png);
  881. background-size: 72%;
  882. opacity: 0.85;
  883. background-repeat: no-repeat;
  884. background-position: center;
  885. }
  886. .toolRight .spotList .icon {
  887. background-image: url(../images/edit/hotStyle_1.png);
  888. }
  889. .toolRight .secondary .content {
  890. height: calc(100% - 104px);
  891. border-bottom: 1px solid #000000;
  892. }
  893. .toolRight .secondary .buttons.tail {
  894. height: 65px;
  895. width: 100%;
  896. padding: 15px 10px;
  897. }
  898. .buttons {
  899. display: flex;
  900. justify-content: center;
  901. }
  902. .toolRight .secondary .itemTitle.head a.close {
  903. width: 40px;
  904. height: 100%;
  905. position: absolute;
  906. right: 0px;
  907. background-size: 30%;
  908. background-image: url("../images/phone_step_01.png");
  909. background-position: center center;
  910. background-repeat: no-repeat;
  911. }
  912. .toolRight .sign ul.chose li.upload .buttons, .toolRight .editDetail .upload:not(.uploaded) .buttons {
  913. display: none;
  914. }
  915. .toolRight .sign ul.chose li .buttons button, .toolRight .editDetail .upload button {
  916. pointer-events: auto;
  917. margin-top: -17px;
  918. width: 68%;
  919. left: 16%;
  920. top: 50%;
  921. position: absolute;
  922. box-shadow: 0 0 5px rgba(0, 0, 0, 0.21);
  923. }
  924. .toolRight .secondary .upload {
  925. width: 97px;
  926. height: 97px;
  927. border-radius: 2px;
  928. border: 1px solid #5d5d5d;
  929. position: relative;
  930. margin: 5px;
  931. background-size: contain
  932. }
  933. .toolRight .sign ul.chose li>div, .toolRight .editDetail .upload>div {
  934. position: relative;
  935. top: 0;
  936. width: 100%;
  937. height: 100%;
  938. left: 0;
  939. background-color: #414141;
  940. background-size: cover;
  941. cursor: pointer;
  942. }
  943. .toolRight .secondary .upload>div {
  944. background-color: transparent;
  945. }
  946. .toolRight .sign ul.chose li.upload>div, .toolRight .editDetail .upload>div {
  947. background-image: url(../images/plus.png);
  948. background-position: center 42%;
  949. background-size: 15% 15%;
  950. background-repeat: no-repeat;
  951. }
  952. .toolRight .sign ul.chose li.upload span, .editDetail .upload span {
  953. color: #00b4ed;
  954. margin-top: 46%;
  955. display: inline-block;
  956. letter-spacing: 0.5px;
  957. }
  958. .toolRight .secondary .content>ul>li:first-child {
  959. border-top: 1px solid #5d5d5d !important;
  960. }
  961. .toolRight .secondary .buttons.tail {
  962. height: 65px;
  963. width: 100%;
  964. padding: 15px 10px;
  965. border-top: 1px solid #5d5d5d !important;
  966. }
  967. .buttons button.cancel {
  968. border: 1px solid #00b4ed !important;
  969. color: #00b4ed;
  970. background-color: transparent;
  971. }
  972. .buttons button:nth-child(2) {
  973. margin-left: 10px;
  974. }
  975. .toolRight .itemTitle .buttons, .toolRight .remark .buttons{
  976. position:absolute; right:0;
  977. }
  978. .toolRight .itemTitle button, .toolRight .remark button{
  979. padding:0 20px;
  980. }
  981. .editDetail .content .upload input {
  982. cursor: pointer;
  983. position: absolute;
  984. width: 100%;
  985. height: 100%;
  986. top: 0;
  987. left: 0;
  988. opacity: 0;
  989. }
  990. .fun-view-video {
  991. position: fixed;
  992. z-index: 99999;
  993. width: 100%;
  994. height: 100%;
  995. background: rgba(0, 0, 0, 0.9);
  996. /* display: flex; */
  997. align-items: center;
  998. justify-content: center;
  999. left: 0;
  1000. top: 0;
  1001. display: none;
  1002. }
  1003. .fun-view-video span {
  1004. position: absolute;
  1005. right: 0;
  1006. top: 0;
  1007. transform: rotate(45deg);
  1008. font-size: 40px;
  1009. font-weight: 300;
  1010. color: #fff;
  1011. cursor: pointer;
  1012. }
  1013. .fun-view-video video {
  1014. max-width: 90%;
  1015. max-height: 90%;
  1016. }
  1017. .edit-fun-images>div {
  1018. vertical-align: top;
  1019. float: left;
  1020. margin: 5px;
  1021. position: relative;
  1022. }
  1023. .edit-fun-images a {
  1024. width: 96px;
  1025. height: 96px;
  1026. border: 1px dashed #fff;
  1027. color: #fff;
  1028. text-align: center;
  1029. position: relative;
  1030. display: inline-block;
  1031. line-height: 90px;
  1032. font-size: 30px;
  1033. font-weight: 300;
  1034. }
  1035. .edit-fun-images a.result>span::after {
  1036. content: '+'
  1037. }
  1038. .edit-fun-images a.result>span {
  1039. position: absolute;
  1040. right: -4px;
  1041. top: -4px;
  1042. width: 20px;
  1043. height: 20px;
  1044. line-height: 20px;
  1045. transform: rotateZ(45deg);
  1046. background: #c77a7a;
  1047. border-radius: 50%;
  1048. }
  1049. .edit-fun-images a.result>img {
  1050. max-width: 100%;
  1051. max-height: 100%;
  1052. }
  1053. .edit-fun-images .upload-thum {
  1054. display: block;
  1055. position: relative;
  1056. text-align: center;
  1057. }
  1058. .edit-fun-images input {
  1059. position: absolute;
  1060. left: 0;
  1061. top: 0;
  1062. width: 100%;
  1063. height: 100%;
  1064. opacity: 0;
  1065. z-index: 1;
  1066. cursor: pointer;
  1067. }
  1068. /* loading */
  1069. .edit-loading {
  1070. display: flex;
  1071. width: 100%;
  1072. height: 100%;
  1073. justify-content: center;
  1074. align-items: center;
  1075. position: fixed;
  1076. background: rgba(0, 0, 0, 0.6);
  1077. top: 0;
  1078. left: 0;
  1079. z-index: 101;
  1080. }
  1081. .square-move {
  1082. position: relative;
  1083. }
  1084. .square-split {
  1085. position: relative;
  1086. width: 75px;
  1087. height: 75px
  1088. }
  1089. .square-move .move:nth-child(1) {
  1090. animation: a-move 2s infinite linear
  1091. }
  1092. .square-move .move:nth-child(1) {
  1093. left: 0;
  1094. top: 0
  1095. }
  1096. .square-move .move {
  1097. position: absolute;
  1098. width: 20px;
  1099. height: 20px;
  1100. border-radius: 0;
  1101. background-color: #00b4ed;
  1102. display: block;
  1103. background-color: #00b4ed;
  1104. border-radius: 3px
  1105. }
  1106. .square-move .move:nth-child(2) {
  1107. animation: b-move 2s infinite linear
  1108. }
  1109. .square-move .move:nth-child(2) {
  1110. left: 25px;
  1111. top: 0
  1112. }
  1113. .square-move .move:nth-child(3) {
  1114. animation: c-move 2s infinite linear
  1115. }
  1116. .square-move .move:nth-child(3) {
  1117. left: 0;
  1118. top: 25px
  1119. }
  1120. @keyframes a-move {
  1121. 0% {
  1122. left: 0;
  1123. top: 0
  1124. }
  1125. 8% {
  1126. left: 0;
  1127. top: 0
  1128. }
  1129. 16% {
  1130. left: 25px;
  1131. top: 0
  1132. }
  1133. 24% {
  1134. left: 25px;
  1135. top: 0
  1136. }
  1137. 32% {
  1138. left: 25px;
  1139. top: 0
  1140. }
  1141. 40% {
  1142. left: 25px;
  1143. top: 25px
  1144. }
  1145. 48% {
  1146. left: 25px;
  1147. top: 25px
  1148. }
  1149. 56% {
  1150. left: 25px;
  1151. top: 25px
  1152. }
  1153. 64% {
  1154. left: 0;
  1155. top: 25px
  1156. }
  1157. 72% {
  1158. left: 0;
  1159. top: 25px
  1160. }
  1161. 80% {
  1162. left: 0;
  1163. top: 25px
  1164. }
  1165. 88% {
  1166. left: 0;
  1167. top: 0
  1168. }
  1169. 100% {
  1170. left: 0;
  1171. top: 0
  1172. }
  1173. }
  1174. @keyframes b-move {
  1175. 0% {
  1176. left: 25px;
  1177. top: 0
  1178. }
  1179. 8% {
  1180. left: 25px;
  1181. top: 25px
  1182. }
  1183. 16% {
  1184. left: 25px;
  1185. top: 25px
  1186. }
  1187. 24% {
  1188. left: 25px;
  1189. top: 25px
  1190. }
  1191. 32% {
  1192. left: 0;
  1193. top: 25px
  1194. }
  1195. 40% {
  1196. left: 0;
  1197. top: 25px
  1198. }
  1199. 48% {
  1200. left: 0;
  1201. top: 25px
  1202. }
  1203. 56% {
  1204. left: 0;
  1205. top: 0
  1206. }
  1207. 64% {
  1208. left: 0;
  1209. top: 0
  1210. }
  1211. 72% {
  1212. left: 0;
  1213. top: 0
  1214. }
  1215. 80% {
  1216. left: 25px;
  1217. top: 0
  1218. }
  1219. 88% {
  1220. left: 25px;
  1221. top: 0
  1222. }
  1223. 100% {
  1224. left: 25px;
  1225. top: 0
  1226. }
  1227. }
  1228. @keyframes c-move {
  1229. 0% {
  1230. left: 0;
  1231. top: 25px
  1232. }
  1233. 8% {
  1234. left: 0;
  1235. top: 25px
  1236. }
  1237. 16% {
  1238. left: 0;
  1239. top: 25px
  1240. }
  1241. 24% {
  1242. left: 0;
  1243. top: 0
  1244. }
  1245. 32% {
  1246. left: 0;
  1247. top: 0
  1248. }
  1249. 40% {
  1250. left: 0;
  1251. top: 0
  1252. }
  1253. 48% {
  1254. left: 25px;
  1255. top: 0
  1256. }
  1257. 56% {
  1258. left: 25px;
  1259. top: 0
  1260. }
  1261. 64% {
  1262. left: 25px;
  1263. top: 0
  1264. }
  1265. 72% {
  1266. left: 25px;
  1267. top: 25px
  1268. }
  1269. 80% {
  1270. left: 25px;
  1271. top: 25px
  1272. }
  1273. 88% {
  1274. left: 25px;
  1275. top: 25px
  1276. }
  1277. 100% {
  1278. left: 0;
  1279. top: 25px
  1280. }
  1281. }
  1282. .waiting {
  1283. display: none;
  1284. height: 100%;
  1285. position: absolute;
  1286. width: 100%;
  1287. top: 0;
  1288. right: 0;
  1289. z-index: 9995;
  1290. flex-direction: column;
  1291. justify-content: center;
  1292. align-items: center;
  1293. }
  1294. .waiting .overlay{
  1295. position:fixed;
  1296. /* z-index: 9990; */
  1297. width:100%;
  1298. height:100%;
  1299. left: 0;
  1300. top: 0;
  1301. background: rgba(57, 57, 57, 0.76);
  1302. }
  1303. .waiting.showloading {
  1304. display: flex;
  1305. }
  1306. .waiting .spinner {
  1307. width:300px;
  1308. text-align: center;
  1309. display: flex;
  1310. display: -webkit-flex;
  1311. justify-content: center;
  1312. margin-top: -70px;
  1313. align-items: center;
  1314. }
  1315. .waiting .spinner > div {
  1316. width: 15px;
  1317. height: 15px;
  1318. background-color: #fff;
  1319. margin: 15px;
  1320. border-radius: 100%;
  1321. display: inline-block;
  1322. -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  1323. animation: bouncedelay 1.4s infinite ease-in-out;
  1324. /* Prevent first frame from flickering when animation starts */
  1325. -webkit-animation-fill-mode: both;
  1326. animation-fill-mode: both;
  1327. }
  1328. .waiting .spinner .bounce1 {
  1329. -webkit-animation-delay: -0.32s;
  1330. animation-delay: -0.32s;
  1331. }
  1332. .waiting .spinner .bounce2 {
  1333. -webkit-animation-delay: -0.16s;
  1334. animation-delay: -0.16s;
  1335. }
  1336. .waiting div.text{
  1337. margin-left: 10px;
  1338. letter-spacing:1px;
  1339. z-index: 9995;
  1340. }
  1341. .unable {
  1342. pointer-events: none!important;
  1343. opacity: .5
  1344. }
  1345. .slider .Main {
  1346. height: 20px;
  1347. align-items: center;
  1348. /* display: flex; */
  1349. /* justify-content: space-between; */
  1350. position: relative;
  1351. }
  1352. .slider .Main .scrollBar {
  1353. position: relative;
  1354. width: 100%;
  1355. height: 4px;
  1356. /* background-color: #c7c7c7; */
  1357. cursor: pointer;
  1358. border: 1px solid #5d5d5d;
  1359. /* border-radius: 1px; */
  1360. border-left: none;
  1361. }
  1362. .slider .scrollBar .scroll_Track {
  1363. width: 0px;
  1364. height: 4px;
  1365. background-color: #02c8ae;
  1366. border: 1px solid #02c8ae;
  1367. margin: -1px 0 0 0;
  1368. }
  1369. .slider .scrollBar .scroll_Thumb {
  1370. height: 15px;
  1371. width: 15px;
  1372. background-color: #ffffff;
  1373. /*-webkit-border-radius: 8px;
  1374. -moz-border-radius: 8px;
  1375. border-radius: 4px;
  1376. -webkit-box-shadow: 0px 0px 5px #74b5f5;
  1377. -moz-box-shadow: 0px 0px 5px #74b5f5;
  1378. box-shadow: 0px 0px 4px #74b5f5; */
  1379. position: absolute;
  1380. border-radius: 10px;
  1381. margin-top: -9px;
  1382. cursor: pointer;
  1383. -webkit-user-select: none;
  1384. }
  1385. .slider .BarTxt {
  1386. position: absolute;
  1387. top: -38px;
  1388. right: 0px;
  1389. /* width: 45px; */
  1390. display: flex;
  1391. }
  1392. .slider .BarTxt .scrollBarTxt {
  1393. width: 40px;
  1394. text-align: center;
  1395. height: 24px;
  1396. padding: 4px 0;
  1397. text-align: center;
  1398. color: #fff;
  1399. letter-spacing: 0;
  1400. }
  1401. .slider .BarTxt span{
  1402. line-height: 24px;
  1403. margin-left:4px;
  1404. }
  1405. #overlayUpload .preview, .toolRight .hotpointDetail .preview{
  1406. border: 1px solid #555A5A;
  1407. border-radius: 2px;
  1408. background-color: #161A1A;
  1409. height: 100px;
  1410. /* line-height: 100px; */
  1411. position: relative;
  1412. color: #a0a0a0;
  1413. width: 200px;
  1414. background-repeat:no-repeat;
  1415. margin:15px 0 30px 0;
  1416. text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  1417. background-image:url("../images/img_videoview@2x.png");
  1418. background-position:center 40%;
  1419. background-size: 17%;
  1420. }
  1421. .toolRight .hotpointDetail .preview{
  1422. cursor:pointer;
  1423. }
  1424. #overlayUpload .preview video{
  1425. width:100%;
  1426. height:100%;
  1427. object-fit: fill;
  1428. }
  1429. .preview .plus{
  1430. display: block;
  1431. position:absolute;
  1432. left: 50%;
  1433. top:50%;
  1434. transform:translate(-50%,-50%);
  1435. }
  1436. .preview .text{
  1437. line-height: 144px;
  1438. color: #a7a7a7;
  1439. }
  1440. .preview.uploaded .text{
  1441. display:none;
  1442. }
  1443. #overlayUpload .preview [attr-type='height']{
  1444. position: absolute;
  1445. left: calc(100% + 5px);
  1446. line-height:100%;
  1447. display: block;
  1448. top: 50%;
  1449. transform: translate(0%,-50%);
  1450. }
  1451. #overlayUpload .preview [attr-type='width']{
  1452. position: absolute;
  1453. left: 50%;
  1454. transform:translateX(-50%);
  1455. display: block;
  1456. top: calc(100% - 4px);
  1457. }
  1458. #userUploadStyle ul{
  1459. display: flex;
  1460. }
  1461. #userUploadStyle .upload{
  1462. width: 70px;
  1463. height: 70px;
  1464. border-radius: 2px;
  1465. border: 1px solid #5d5d5d;
  1466. position: relative;
  1467. }
  1468. #userUploadStyle .upload>div{
  1469. background-color:transparent;
  1470. }
  1471. #userUploadStyle .uploaded>div{
  1472. background-size:cover;
  1473. }
  1474. #userUploadStyle .upload .del{
  1475. width:20px;
  1476. background-color: #c77a7a;
  1477. height: 20px;
  1478. transform:translate(60%,-40%);
  1479. display: block;
  1480. right:0;
  1481. top: 0;
  1482. border-radius: 50%;
  1483. position: absolute;
  1484. display:none;
  1485. z-index:9999;
  1486. }
  1487. #userUploadStyle .upload .del:before{
  1488. content:'X';
  1489. font-size:12px;
  1490. font-family:"iconfont" !important;
  1491. color:white;
  1492. position:relative;
  1493. top:-7px;
  1494. }
  1495. #userUploadStyle .upload.uploaded:hover .del{
  1496. display:block;
  1497. }