demo.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918
  1. html, body {
  2. height: 100%;
  3. width: 100%;
  4. margin: 0;
  5. padding: 0;
  6. font-size: 13px;
  7. font-family: "Microsoft YaHei","PingFang SC","Hiragino Sans GB";
  8. color: #2e2c2c;
  9. background-color: #fff;
  10. }
  11. #app {
  12. height: 100%;
  13. width: 100%;
  14. }
  15. .el-container {
  16. height: 100%;
  17. display: flex;
  18. flex-direction: row;
  19. flex: 1;
  20. flex-basis: auto;
  21. box-sizing: border-box;
  22. min-width: 0;
  23. }
  24. .el-header {
  25. background: transparent;
  26. color: #fff;
  27. text-align: center;
  28. line-height: 60px;
  29. position: relative;
  30. z-index: 10;
  31. }
  32. html .el-main, body .el-main {
  33. padding: 0;
  34. }
  35. .relative {
  36. position: relative;
  37. }
  38. .text-right {
  39. text-align: right;
  40. }
  41. .float-l {
  42. float: left;
  43. }
  44. ul {
  45. list-style: none;
  46. margin: 0;
  47. padding: 0;
  48. }
  49. .inline-block {
  50. display: inline-block;
  51. }
  52. .el-dialog__body {
  53. padding: 20px;
  54. }
  55. .w30 {
  56. width: 30px;
  57. }
  58. .w34 {
  59. width: 34px;
  60. box-sizing: border-box;
  61. text-align: center;
  62. cursor: pointer;
  63. }
  64. .w140 {
  65. width: 140px;
  66. }
  67. .w-precent-100 {
  68. width: 100%;
  69. }
  70. .w-precent-3 {
  71. width: 3%;
  72. }
  73. .h40 {
  74. height: 40px;
  75. }
  76. .mg-t-15 {
  77. margin-top: 15px;
  78. }
  79. .mg-0 {
  80. margin: 0px;
  81. }
  82. .el-icon-arrow-left, .el-icon-arrow-right {
  83. width: 25px;
  84. font-weight: bold;
  85. cursor: pointer;
  86. text-align: center;
  87. font-size: 15px;
  88. cursor: pointer;
  89. }
  90. .select-date {
  91. height: 25px;
  92. width:138px !important;
  93. }
  94. .date-panel {
  95. width: calc(100% - 240px);
  96. }
  97. .input-box-client {
  98. width: 90%;
  99. margin: 5px auto;
  100. }
  101. .el-input input {
  102. border-radius: 0;
  103. border: 1px solid #d1d2d3;
  104. color: #2e2c2c;
  105. font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB";
  106. }
  107. i.tree-search-icon {
  108. position: absolute;
  109. cursor: pointer;
  110. top: 7px;
  111. right: 1px;
  112. width: 16px;
  113. height: 16px;
  114. display: inline-block;
  115. background: url('../img/search-N.png') no-repeat;
  116. }
  117. i.tree-search-icon:hover {
  118. background: url('../img/search-H.png') no-repeat;
  119. }
  120. i.tree-search-icon {
  121. transition: unset;
  122. }
  123. .record-normal {
  124. background: url("../img/ptz/tool/record-normal.png");
  125. background-size: 100% 100%;
  126. width: 20px;
  127. height: 20px;
  128. display: inline-block;
  129. margin-left: 15px;
  130. transform: translate(0, 50%);
  131. }
  132. .record-normal:hover {
  133. background: url("../img/ptz/tool/record-hover.png");
  134. }
  135. .recording-normal {
  136. background: url("../img/ptz/tool/recording-normal.png");
  137. background-size: 100% 100%;
  138. width: 20px;
  139. height: 20px;
  140. display: inline-block;
  141. margin-left: 15px;
  142. transform: translate(0, 50%);
  143. }
  144. .recording-normal:hover {
  145. background: url("../img/ptz/tool/recording-hover.png");
  146. }
  147. .audio-normal {
  148. background: url("../img/ptz/tool/audio-normal.png");
  149. background-size: 100% 100%;
  150. width: 20px;
  151. height: 20px;
  152. display: inline-block;
  153. margin-left: 15px;
  154. transform: translate(0, 50%);
  155. }
  156. .audio-normal:hover {
  157. background: url("../img/ptz/tool/audio-hover.png");
  158. }
  159. .audio-no-normal {
  160. background: url("../img/ptz/tool/audio-no-normal.png");
  161. background-size: 100% 100%;
  162. width: 20px;
  163. height: 20px;
  164. display: inline-block;
  165. margin-left: 15px;
  166. transform: translate(0, 50%);
  167. }
  168. .audio-no-normal:hover {
  169. background: url("../img/ptz/tool/audio-no-hover.png");
  170. }
  171. .snap1-icon {
  172. background: url("../img/ptz/tool/snap1.png");
  173. background-size: 100% 100%;
  174. width: 16px;
  175. height: 17px;
  176. display: inline-block;
  177. margin-left: 15px;
  178. transform: translate(0, 50%);
  179. }
  180. .snap1-icon:hover {
  181. background: url("../img/ptz/tool/snap1-h.png");
  182. }
  183. .talk-normal {
  184. background: url("../img/ptz/tool/talk-normal.png");
  185. background-size: 100% 100%;
  186. width: 20px;
  187. height: 20px;
  188. display: inline-block;
  189. margin-left: 15px;
  190. transform: translate(0, 50%);
  191. }
  192. .talk-normal:hover {
  193. background: url("../img/ptz/tool/talk-hover.png");
  194. }
  195. .talking-normal {
  196. background: url("../img/ptz/tool/talking-normal.png");
  197. background-size: 100% 100%;
  198. width: 20px;
  199. height: 20px;
  200. display: inline-block;
  201. margin-left: 15px;
  202. transform: translate(0, 50%);
  203. }
  204. .talking-normal:hover {
  205. background: url("../img/ptz/tool/talking-hover.png");
  206. }
  207. .slow-normal {
  208. background: url("../img/ptz/tool/slow-n.png");
  209. background-size: 100% 100%;
  210. width: 20px;
  211. height: 20px;
  212. display: inline-block;
  213. margin-left: 15px;
  214. transform: translate(0, 50%);
  215. }
  216. .slow-normal:hover {
  217. background: url("../img/ptz/tool/slow-h.png");
  218. }
  219. .speed-normal {
  220. background: url("../img/ptz/tool/speed-n.png");
  221. background-size: 100% 100%;
  222. width: 20px;
  223. height: 20px;
  224. display: inline-block;
  225. margin-left: 15px;
  226. transform: translate(0, 50%);
  227. }
  228. .speed-normal:hover {
  229. background: url("../img/ptz/tool/speed-h.png");
  230. }
  231. .play-normal {
  232. background: url("../img/ptz/tool/play.png");
  233. background-size: 100% 100%;
  234. width: 20px;
  235. height: 20px;
  236. display: inline-block;
  237. margin-left: 15px;
  238. transform: translate(0, 50%);
  239. }
  240. .play-normal:hover {
  241. background: url("../img/ptz/tool/play-hover.png");
  242. }
  243. .pause-normal {
  244. background: url("../img/ptz/tool/pause.png");
  245. background-size: 100% 100%;
  246. width: 20px;
  247. height: 20px;
  248. display: inline-block;
  249. margin-left: 15px;
  250. transform: translate(0, 50%);
  251. }
  252. .pause-normal:hover {
  253. background: url("../img/ptz/tool/pause-hover.png");
  254. }
  255. .stop-normal {
  256. background: url("../img/ptz/tool/stop.png");
  257. background-size: 100% 100%;
  258. width: 20px;
  259. height: 20px;
  260. display: inline-block;
  261. margin-left: 15px;
  262. transform: translate(0, 50%);
  263. }
  264. .stop-normal:hover {
  265. background: url("../img/ptz/tool/stop-hover.png");
  266. }
  267. .closeall-normal-icon {
  268. background: url("../img/ptz/tool/closeall-normal.png");
  269. background-size: 100% 100%;
  270. width: 20px;
  271. height: 20px;
  272. display: inline-block;
  273. margin-left: 15px;
  274. margin-right: 15px;
  275. transform: translate(0, 50%);
  276. }
  277. .closeall-normal-icon:hover {
  278. background: url("../img/ptz/tool/closeall-hover.png");
  279. }
  280. .p4-normal-icon {
  281. background: url("../img/ptz/tool/4-normal.png");
  282. background-size: 100% 100%;
  283. width: 20px;
  284. height: 20px;
  285. display: inline-block;
  286. margin-left: 15px;
  287. transform: translate(0, 50%);
  288. position: absolute;
  289. right: 305px;
  290. }
  291. .p4-normal-icon:hover {
  292. background: url("../img/ptz/tool/4-hover.png");
  293. }
  294. .download-normal-icon {
  295. background: url("../img/ptz/tool/download-normal.png");
  296. background-size: 100% 100%;
  297. width: 20px;
  298. height: 20px;
  299. display: inline-block;
  300. margin-left: 15px;
  301. transform: translate(0, 50%);
  302. }
  303. .download-normal-icon:hover {
  304. background: url("../img/ptz/tool/download-hover.png");
  305. }
  306. .screen-normal-icon {
  307. background: url("../img/ptz/tool/screen-normal.png");
  308. background-size: 100% 100%;
  309. width: 20px;
  310. height: 20px;
  311. display: inline-block;
  312. margin-left: 15px;
  313. transform: translate(0, 50%);
  314. }
  315. .screen-normal-icon:hover {
  316. background: url("../img/ptz/tool/screen-hover.png");
  317. }
  318. .p16-normal-icon {
  319. background: url("../img/ptz/tool/16-normal.png");
  320. background-size: 100% 100%;
  321. width: 20px;
  322. height: 20px;
  323. display: inline-block;
  324. margin-left: 15px;
  325. transform: translate(0, 50%);
  326. }
  327. .p16-normal-icon:hover {
  328. background: url("../img/ptz/tool/16-hover.png");
  329. }
  330. .el-slider-step {
  331. width:100px;
  332. display:inline-block;
  333. position:absolute;
  334. right:185px;
  335. }
  336. .timeline-div {
  337. height: 25px;
  338. line-height: 25px;
  339. margin: 0;
  340. width: 100%;
  341. background: #fff;
  342. border-top: 1px solid #ddd;
  343. font-size: 13px;
  344. }
  345. .timeline-div p, .timeline-main {
  346. margin: 0;
  347. }
  348. .time-point {
  349. cursor: pointer;
  350. border-radius: 50%;
  351. display: inline-block;
  352. width: 20px;
  353. height: 20px;
  354. text-align: center;
  355. line-height: 20px;
  356. }
  357. .time-point-active {
  358. background: red;
  359. color: #fff;
  360. }
  361. .timeline-no {
  362. position: absolute;
  363. left: 11px;
  364. }
  365. .timeline-no-p {
  366. margin: 0;
  367. height: 26px;
  368. line-height: 26px;
  369. color: #999;
  370. }
  371. .font-red {
  372. color: red;
  373. }
  374. .timeline-no-span {
  375. display: inline-block;
  376. width: 17px;
  377. overflow: hidden;
  378. }
  379. .timeline-title {
  380. width: 85px;
  381. overflow: hidden;
  382. text-overflow: ellipsis;
  383. white-space: nowrap;
  384. display: inline-block;
  385. }
  386. .select-date .el-input__icon {
  387. line-height: 25px;
  388. }
  389. .select-date .el-input__inner {
  390. height: 25px;
  391. line-height: 25px;
  392. border: none;
  393. }
  394. .el-time-panel {
  395. left: -30px;
  396. }
  397. .record-date-form .el-form-item {
  398. margin-bottom: 15px;
  399. }
  400. .tool-span {
  401. padding: 3px 5px;
  402. border-radius: 2px;
  403. background: #6D6F72;
  404. color: #fff;
  405. margin-left: 15px;
  406. font-size: 10px;
  407. display: inline-block;
  408. position: relative;
  409. top: 5px;
  410. }
  411. .tool-span:hover {
  412. background: #F23838;
  413. }
  414. .tooltip-style {
  415. overflow: visible;
  416. width: 208px;
  417. }
  418. .tooltip-style .title {
  419. font-weight: bold;
  420. margin-bottom: 10px;
  421. line-height: 20px;
  422. }
  423. .tooltip-style .content {
  424. line-height: 20px;
  425. }
  426. .shop-video {
  427. color: #2e2c2c;
  428. }
  429. .shop-video .el-footer {
  430. background-color: #ebeced;
  431. bottom: 0;
  432. border-top: 1px solid #ddd;
  433. padding: 0;
  434. overflow-y: auto;
  435. }
  436. .shop-video .el-container {
  437. border: 1px solid #ddd;
  438. border-top: 0;
  439. }
  440. .el-aside {
  441. background-color: #fff;
  442. position: relative;
  443. overflow: hidden;
  444. }
  445. .el-aside .ztree {
  446. position: absolute;
  447. width: 100%;
  448. top: 43px;
  449. bottom: 0;
  450. }
  451. .shop-tree-box {
  452. position: absolute;
  453. overflow: hidden;
  454. width: 100%;
  455. top: 36px;
  456. bottom: 0;
  457. }
  458. .shop-tree-box .el-button--default {
  459. background-color: transparent;
  460. border-color: transparent;
  461. }
  462. .holder-fold {
  463. bottom: 60px;
  464. }
  465. .holder-unfold {
  466. bottom: 275px;
  467. }
  468. .shop-info-photo {
  469. width: 200px;
  470. height: 100px;
  471. margin-top: 15px;
  472. margin-right: 25px;
  473. float: left;
  474. background: #ddd;
  475. }
  476. .shop-info-ul {
  477. overflow: hidden;
  478. margin-top: 15px;
  479. font-size: 12px;
  480. }
  481. .shop-info-li {
  482. float: left;
  483. width: calc((100% - 80px) / 2);
  484. margin-bottom: 20px;
  485. overflow: hidden;
  486. white-space: nowrap;
  487. text-overflow: ellipsis;
  488. box-sizing: border-box;
  489. -moz-box-sizing: border-box;
  490. -webkit-box-sizing: border-box;
  491. padding-left: 20px;
  492. }
  493. .li-name {
  494. color: #77797c;
  495. }
  496. .search {
  497. width: 180px;
  498. margin-top: 15px;
  499. margin-left: 10px;
  500. }
  501. .el-input-group__append {
  502. padding: 0 14px;
  503. }
  504. .focus,
  505. .no-focus {
  506. position: absolute;
  507. top: 15px;
  508. right: 18px;
  509. cursor: pointer;
  510. }
  511. .focus-icon {
  512. display: inline-block;
  513. width: 20px;
  514. height: 18px;
  515. line-height: 20px;
  516. vertical-align: bottom;
  517. background: url(../img/clientIcon.png) no-repeat;
  518. background-position: -1px -82px;
  519. }
  520. .no-focus-icon {
  521. display: inline-block;
  522. width: 20px;
  523. height: 18px;
  524. line-height: 20px;
  525. vertical-align: bottom;
  526. background: url(../img/clientIcon.png) no-repeat;
  527. background-position: -21px -82px;
  528. }
  529. .evaluate-title {
  530. margin: 0;
  531. padding: 0;
  532. height: 30px;
  533. line-height: 30px;
  534. padding-left: 15px;
  535. font-size: 14px;
  536. font-weight: 500;
  537. border-bottom: 1px solid #ddd;
  538. }
  539. .el-alert-event {
  540. position: absolute;
  541. bottom: 40px;
  542. }
  543. .left-ul {
  544. overflow: initial;
  545. height: 36px;
  546. line-height: 36px;
  547. border-bottom: 1px solid #f23838;
  548. position: relative;
  549. }
  550. .left-ul .active {
  551. color: #2e2c2c;
  552. position: relative;
  553. }
  554. .current-icon {
  555. position: absolute;
  556. bottom: -2px;
  557. left: 35px;
  558. margin-left: -6px;
  559. width: 12px;
  560. height: 8px;
  561. background: url(../img/up-icon.png)
  562. }
  563. .left-li {
  564. width: 33%;
  565. color: #666;
  566. text-align: center;
  567. cursor: pointer;
  568. }
  569. .left-li:hover {
  570. color: #2e2c2c;
  571. }
  572. .ztree {
  573. overflow: auto;
  574. }
  575. .shop-name {
  576. font-weight: 500;
  577. overflow: hidden;
  578. text-overflow: ellipsis;
  579. white-space: nowrap;
  580. }
  581. .shop-channel-icon {
  582. width: 35px;
  583. height: 35px;
  584. margin: 0 auto;
  585. background: url(../img/clientIcon.png) no-repeat;
  586. }
  587. .online-channel-icon {
  588. background-position: -623px -4px;
  589. }
  590. .offLine-channel-icon {
  591. background-position: -663px -4px;
  592. }
  593. .channel-name {
  594. color: #777977;
  595. overflow: hidden;
  596. text-overflow: ellipsis;
  597. white-space: nowrap;
  598. width: 50%;
  599. float: left;
  600. text-align: center;
  601. cursor: pointer;
  602. }
  603. .shop-name-text {
  604. display: inline-block;
  605. width: 80px;
  606. overflow: hidden;
  607. white-space: nowrap;
  608. text-overflow: ellipsis;
  609. text-align: center;
  610. margin: 0 auto;
  611. }
  612. .vertical-t {
  613. vertical-align: top;
  614. }
  615. .cs-box {
  616. padding: 0;
  617. height: 100%;
  618. }
  619. .his-icon {
  620. background: url(../img/clientIcon.png);
  621. display: inline-block;
  622. width: 15px;
  623. height: 15px;
  624. margin-top: 5px;
  625. display: none;
  626. float: left;
  627. cursor: pointer;
  628. }
  629. .open-channel {
  630. background-position: -263px -84px;
  631. display: block;
  632. }
  633. .close-channel {
  634. background-position: -304px -84px;
  635. display: block;
  636. }
  637. .his-active {
  638. background-color: #f4e1e1;
  639. color: #ee3f1f;
  640. }
  641. .his-box,
  642. .attention-box {
  643. overflow: auto;
  644. position: absolute;
  645. top: 36px;
  646. right: 0;
  647. left: 0;
  648. bottom: 0;
  649. }
  650. .video-shop-task-result {
  651. height: 100%;
  652. }
  653. .red {
  654. color: #f23838;
  655. }
  656. .green {
  657. color: #23b85a;
  658. }
  659. .del,
  660. .edit {
  661. position: absolute;
  662. width: 15px;
  663. height: 15px;
  664. right: 0;
  665. display: none;
  666. }
  667. .text-area {
  668. width: 200px;
  669. height: 135px;
  670. }
  671. .mgb0 {
  672. margin-bottom: 0;
  673. }
  674. .submit {
  675. position: absolute;
  676. bottom: 0;
  677. left: 0;
  678. right: 0;
  679. height: 28px;
  680. line-height: 5px;
  681. width: 100%;
  682. }
  683. .event-drop-down {
  684. width: 200px;
  685. }
  686. .event-desc {
  687. max-width: 220px !important;
  688. word-break: break-word;
  689. position: absolute;
  690. top: 231px;
  691. left: 500px;
  692. }
  693. .el-select-dropdown-item {
  694. width: 190px;
  695. }
  696. .cursor {
  697. cursor: pointer;
  698. }
  699. .tooltip-smallItemName {
  700. max-width: 200px !important;
  701. background: rgba(0, 0, 0, .5) !important;
  702. }
  703. .videoShopTask-tip.el-tooltip__popper.is-dark {
  704. max-width: 200px !important;
  705. max-height: 600px !important;
  706. overflow: hidden;
  707. word-wrap: break-word;
  708. word-break: break-all;
  709. background: #FFFFE1;
  710. color: #000;
  711. border: 1px solid #000;
  712. border-radius: 0;
  713. padding: 3px;
  714. }
  715. .explain-1 {
  716. font-weight: bold;
  717. margin-top: 3px;
  718. }
  719. .explain-2 {
  720. font-weight: 10px;
  721. margin-top: 10px;
  722. }
  723. .explain-3 {
  724. margin-top: 3px;
  725. }
  726. .percentage-explain {
  727. background: url('../img/evaluation-result-percentage-explain.png') no-repeat;
  728. width: 20px;
  729. height: 20px;
  730. margin-top: 3px;
  731. }
  732. #showDev_001 {
  733. display: none;
  734. }
  735. .download-ul {
  736. position: absolute;
  737. right: 9px;
  738. z-index: 1;
  739. top: 35px;
  740. background-color: #fff;
  741. border: 1px solid #ebeef5;
  742. border-radius: 4px;
  743. box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  744. }
  745. .download-ul li {
  746. list-style: none;
  747. line-height: 36px;
  748. padding: 0 20px;
  749. margin: 0;
  750. font-size: 14px;
  751. color: #606266;
  752. cursor: pointer;
  753. outline: none;
  754. }
  755. .download-ul li:hover {
  756. background-color: #ecf5ff;
  757. color: red;
  758. }
  759. .el-dropdown-menu__item {
  760. line-height: 22px;
  761. padding: 0px 12px;
  762. font-size: 12px;
  763. }
  764. .el-dropdown {
  765. font-size: 12px;
  766. margin-left: 15px;
  767. vertical-align: sub;
  768. }
  769. .el-dropdown-menu {
  770. padding: 5px 0;
  771. }
  772. .fixed-bottom {
  773. bottom: 16px !important;
  774. }
  775. /* 加入组织树层级后删除如下样式 */
  776. .ztree li span.button.noline_docu {
  777. width: 1px !important;
  778. }
  779. .ztree .tree-item .node_name {
  780. width: 127px !important;
  781. vertical-align: top;
  782. }