lzb.css 33 KB

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