lzb.css 32 KB

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