lzb.css 27 KB

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