lzb.css 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731
  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: 50% 50%;
  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: #7b7b7b;
  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. .toolRight .hotpoint .spotList li .number{
  846. color:#828282;
  847. margin-right:10px;
  848. }
  849. .overlayList li .icon{
  850. background-image:url(../images/edit/box_video.png);
  851. }
  852. .toolRight .hotpoint .spotList li .title, .toolRight .editDetail .setPos li .title, .overlayList li .title{
  853. width: calc(100% - 70px);
  854. font-size: 14px;
  855. text-overflow: ellipsis;
  856. overflow: hidden;
  857. white-space: nowrap;
  858. }
  859. .toolRight .hotpoint .spotList li .DelConfirm {
  860. width: 82px;
  861. background: #00b4ed;
  862. border-radius: 1px;
  863. box-shadow: -5px 0px 20px rgba(0, 0, 0, 0.5);
  864. position: absolute;
  865. right: -82px;
  866. z-index: 99;
  867. text-align: center;
  868. transition: right 0.3s, opacity 0.1s;
  869. }
  870. .toolRight .hotpoint .spotList li .DelConfirm.active {
  871. right: -3px;
  872. }
  873. .toolRight .hotpoint .spotList li .del {
  874. width: 40px;
  875. background-image: url(../images/delete.png);
  876. background-size: 72%;
  877. opacity: 0.85;
  878. background-repeat: no-repeat;
  879. background-position: center;
  880. }
  881. .toolRight .spotList .icon {
  882. background-image: url(../images/edit/hotStyle_1.png);
  883. }
  884. .toolRight .secondary .content {
  885. height: calc(100% - 104px);
  886. border-bottom: 1px solid #000000;
  887. }
  888. .toolRight .secondary .buttons.tail {
  889. height: 65px;
  890. width: 100%;
  891. padding: 15px 10px;
  892. }
  893. .buttons {
  894. display: flex;
  895. justify-content: center;
  896. }
  897. .toolRight .secondary .itemTitle.head a.close {
  898. width: 40px;
  899. height: 100%;
  900. position: absolute;
  901. right: 0px;
  902. background-size: 30%;
  903. background-image: url("../images/phone_step_01.png");
  904. background-position: center center;
  905. background-repeat: no-repeat;
  906. }
  907. .toolRight .sign ul.chose li.upload .buttons, .toolRight .upload:not(.uploaded) .buttons {
  908. display: none;
  909. }
  910. .toolRight .sign ul.chose li .buttons button, .toolRight .upload button {
  911. pointer-events: auto;
  912. margin-top: -17px;
  913. width: 68%;
  914. left: 16%;
  915. top: 50%;
  916. position: absolute;
  917. box-shadow: 0 0 5px rgba(0, 0, 0, 0.21);
  918. }
  919. .toolRight .upload {
  920. width: 97px;
  921. height: 97px !important;
  922. border-radius: 2px;
  923. border: 1px solid #5d5d5d;
  924. position: relative;
  925. margin: 5px;
  926. background-size: contain
  927. }
  928. .toolRight .sign ul.chose li>div, .toolRight .upload>div {
  929. position: relative;
  930. top: 0;
  931. width: 100%;
  932. height: 100%;
  933. left: 0;
  934. background-size: cover;
  935. cursor: pointer;
  936. }
  937. .toolRight .sign ul.chose li.upload>div, .toolRight .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, .toolRight .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. .toolRight .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 !important;
  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. }