style.scss 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506
  1. $borderColor: #DCDFE6;
  2. $bgColor: #548FF0;
  3. $errorColor: #F56C6C;
  4. $warningColor:#E6A23C;
  5. $color: #409EFF;
  6. $bg2: #fff;
  7. $larger:16px; //小标题
  8. h3 {
  9. font-style: normal;
  10. font-weight: 400;
  11. -webkit-font-smoothing: antialiased;
  12. }
  13. #app {
  14. .left-main {
  15. // width: calc(100% - 251px);
  16. display: inline-block;
  17. position: absolute;
  18. left: 0;
  19. top: 60px;
  20. bottom: 0;
  21. right: 261px;
  22. }
  23. .right-main {
  24. // height: 100%;
  25. width: 250px;
  26. position: absolute;
  27. top: 60px;
  28. right: 0;
  29. bottom: 0;
  30. border: 1px solid $borderColor;
  31. box-sizing: border-box;
  32. }
  33. }
  34. .build_header {
  35. // min-width: 800px;
  36. width: 100%;
  37. line-height: 45px;
  38. width: 100%;
  39. border: 1px solid $borderColor;
  40. border-top: none;
  41. box-sizing: border-box;
  42. background-color: $bg2;
  43. padding-left: 20px;
  44. box-sizing: border-box;
  45. border-radius: 4px;
  46. }
  47. #buildData {
  48. overflow: hidden;
  49. height: 100%;
  50. width: 100%;
  51. padding: 20px;
  52. box-sizing: border-box;
  53. border-radius: 4px;
  54. // flex-direction: column;
  55. // display: flex;
  56. background-color: $bg2;
  57. .icon {
  58. position: absolute;
  59. z-index: 99;
  60. bottom: 20px;
  61. left: 20px;
  62. }
  63. img::after {
  64. content: "";
  65. // font-family: "iconfont" !important;
  66. font-style: normal;
  67. -webkit-font-smoothing: antialiased;
  68. -moz-osx-font-smoothing: grayscale;
  69. color: #F56C6C;
  70. // display: flex;
  71. // justify-content: center;
  72. // align-items: center;
  73. position: absolute;
  74. text-align: center;
  75. font-size: 12px;
  76. z-index: 2;
  77. top: 0;
  78. left: 0;
  79. width: 100%;
  80. height: 100%;
  81. line-height: 140px;
  82. background-color: #EBEEF5;
  83. }
  84. .Blue {
  85. color: #409eff;
  86. }
  87. .img_view {
  88. position: relative;
  89. video {
  90. width: 100%;
  91. height: 100%;
  92. border: 1px solid $borderColor;
  93. }
  94. }
  95. .active_swiper {
  96. border: 2px solid #409eff !important;
  97. }
  98. .point_view {
  99. position: absolute;
  100. width: 100%;
  101. overflow: hidden;
  102. top: 0;
  103. left: 0;
  104. right: 0;
  105. z-index: 500;
  106. background-color: #fff;
  107. }
  108. .build_label {
  109. height: 180px;
  110. width: 100%;
  111. position: relative;
  112. font-size: 0.8rem;
  113. border-bottom: 1px solid $borderColor;
  114. .turn_left,
  115. .turn_right {
  116. position: absolute;
  117. top: 0;
  118. bottom: 0;
  119. height: 100%;
  120. line-height: 180px;
  121. width: 4rem;
  122. z-index: 90;
  123. // flex: 1;
  124. i {
  125. cursor: pointer;
  126. font-size: 4rem;
  127. }
  128. }
  129. .turn_left {
  130. left: 0;
  131. }
  132. .turn_right {
  133. right: 0;
  134. }
  135. .label_view {
  136. width: 100%;
  137. overflow-x: auto;
  138. .swiper-container {
  139. width: 100%;
  140. }
  141. .active_swiper {
  142. width: 100%;
  143. }
  144. .swiper-slide {
  145. background: #fff;
  146. border: 1px solid $borderColor;
  147. height: 150px;
  148. width: 150px;
  149. margin: 20px;
  150. display: inline-block;
  151. box-sizing: border-box;
  152. h3 {
  153. font-size: $larger;
  154. }
  155. .all_view {
  156. margin-top: 50px;
  157. text-align: center;
  158. }
  159. .msg_view {
  160. margin-top: 35px;
  161. text-align: center;
  162. height: 5.5rem;
  163. }
  164. // .msg_view:first-child{
  165. // margin-top: 2rem;
  166. // }
  167. .img_view {
  168. height: 100%;
  169. width: 100%;
  170. overflow: hidden;
  171. position: relative;
  172. .title_view {
  173. width: 100%;
  174. height: 100%;
  175. position: absolute;
  176. left: 0px;
  177. top: 0px;
  178. // background: url("./../../static/property-grad.png") top left
  179. // repeat-x;
  180. // width: 100%;
  181. // position: absolute;
  182. // opacity: 0.9;
  183. color: #303133;
  184. // background: rgba(0,0,0,0.1);
  185. z-index: 88;
  186. padding-left: 6px;
  187. box-sizing: border-box;
  188. }
  189. .btn {
  190. position: absolute;
  191. right: 10px;
  192. bottom: 10px;
  193. cursor: pointer;
  194. z-index: 599;
  195. }
  196. }
  197. }
  198. .first_tag {
  199. padding: 4rem 0;
  200. text-align: center;
  201. h3 {
  202. line-height: 4rem;
  203. }
  204. }
  205. }
  206. }
  207. .label_show {
  208. height: 44px;
  209. margin-top: 0;
  210. text-align: center;
  211. border: 1px solid #DCDFE6;
  212. border-right: none;
  213. border-left: none;
  214. }
  215. .build_operate {
  216. height: 3rem;
  217. line-height: 3rem;
  218. margin-top: 30px;
  219. margin-bottom: 10px;
  220. width: 100%;
  221. // border: 1px solid #DCDFE6;
  222. // padding-left: 20px;
  223. // box-sizing: border-box;
  224. .build_msg {
  225. float: right;
  226. font-size: 12px;
  227. height: 1.5rem;
  228. line-height: 1.5rem;
  229. margin-top: 0.75rem;
  230. padding: 0 1rem;
  231. margin-right: 2rem;
  232. background-color: #f3c0c0;
  233. color: #000;
  234. border-radius: 5px;
  235. }
  236. /* 定义keyframe动画,命名为blink */
  237. @keyframes blink {
  238. 0% {
  239. background-color: $errorColor;
  240. }
  241. 100% {
  242. background-color: $warningColor;
  243. }
  244. }
  245. /* 定义blink类*/
  246. .blink {
  247. color: #fff;
  248. background-color: $errorColor;
  249. animation: blink 3s linear infinite;
  250. }
  251. span {
  252. margin-left: 1rem;
  253. display: inline-block;
  254. cursor: pointer;
  255. }
  256. span:first-child::after {
  257. content: "|";
  258. color: #000;
  259. margin-left: 1rem;
  260. }
  261. .undo_btn {
  262. cursor: pointer;
  263. float: right;
  264. margin-right: 1rem;
  265. }
  266. }
  267. .build_table {
  268. // flex: 1;
  269. overflow: hidden;
  270. width: 100%;
  271. // height: 400px;
  272. .el-tabs {
  273. // height: 400px;
  274. width: 100%;
  275. }
  276. .el-tabs__content {
  277. height: 100%;
  278. }
  279. .data_page {
  280. // position: absolute;
  281. width: 100%;
  282. // bottom: 0;
  283. background-color: #fff;
  284. }
  285. }
  286. .build_pic {
  287. width: 100%;
  288. height: 200px;
  289. position: relative;
  290. background-color: #fff;
  291. left: 0;
  292. bottom: 0;
  293. right: 0;
  294. // padding: 0.4rem 4rem;
  295. border-top: 1px solid $borderColor;
  296. .pic_show {
  297. position: absolute;
  298. top: -2.3rem;
  299. right: 2rem;
  300. padding: 0.4rem 1rem;
  301. border: 1px solid $borderColor;
  302. margin-bottom: 3rem;
  303. color: #606266;
  304. background: #fff;
  305. border-radius: 4px;
  306. cursor: pointer;
  307. }
  308. .turn_left,
  309. .turn_right {
  310. position: absolute;
  311. top: 0;
  312. bottom: 0;
  313. height: 100%;
  314. width: 4rem;
  315. z-index: 90;
  316. // flex: 1;
  317. i {
  318. cursor: pointer;
  319. font-size: 4rem;
  320. }
  321. }
  322. .turn_left {
  323. left: 0;
  324. }
  325. .turn_right {
  326. right: 117px;
  327. }
  328. .pic_view {
  329. width: 100%;
  330. height: 100%;
  331. }
  332. .swiper-container {
  333. width: 100%;
  334. height: 100%;
  335. }
  336. #swiperPic {
  337. padding-top: 10px;
  338. box-sizing: border-box;
  339. .swiper-slide {
  340. padding: 10px;
  341. box-sizing: border-box;
  342. background: #fff;
  343. border: 1px solid $borderColor;
  344. .img_view {
  345. height: 100%;
  346. width: 100%;
  347. overflow: hidden;
  348. position: relative;
  349. p {
  350. position: absolute;
  351. bottom: 0;
  352. right: 0;
  353. left: 0;
  354. background-color: rgba(175, 175, 175, 0.4);
  355. text-align: center;
  356. }
  357. }
  358. }
  359. .pic_view {
  360. width: 100%;
  361. height: 100%;
  362. padding-left: 1rem 4rem;
  363. }
  364. }
  365. }
  366. .modification {
  367. .el-dialog__body {
  368. height: 100%;
  369. .mod_title {
  370. // max-height: 8rem;
  371. height: 300px;
  372. .qr_code,
  373. .msg_main {
  374. float: left;
  375. }
  376. .qr_code {
  377. width: 35%;
  378. height: 100%;
  379. padding: 0 0.6rem 0.3rem;
  380. img {
  381. width: 100%;
  382. display: block;
  383. height: 100%;
  384. }
  385. }
  386. .msg_main {
  387. width: 55%;
  388. p {
  389. overflow: hidden;
  390. text-overflow: ellipsis;
  391. display: -webkit-box;
  392. -webkit-line-clamp: 2;
  393. -webkit-box-orient: vertical;
  394. }
  395. .input_view {
  396. margin-top: 0.5rem;
  397. position: relative;
  398. input {
  399. width: 100%;
  400. height: 1.5rem;
  401. padding-left: 0.5rem;
  402. box-sizing: border-box;
  403. }
  404. i {
  405. position: absolute;
  406. right: 10px;
  407. font-size: 18px;
  408. top: 2px;
  409. color: #409eff;
  410. display: inline-block;
  411. width: 20px;
  412. cursor: pointer;
  413. transition: all 0.4s;
  414. }
  415. }
  416. }
  417. }
  418. .cant_mod {
  419. width: 100%;
  420. .table_header {
  421. border: 1px solid $borderColor;
  422. border-bottom: none;
  423. font-weight: 900;
  424. padding-left: 0.5rem;
  425. }
  426. table {
  427. width: 100%;
  428. border-color: #b6ff00;
  429. border-collapse: collapse;
  430. border: 1px solid $borderColor;
  431. tr {
  432. line-height: 1.5rem;
  433. td {
  434. border: 1px solid $borderColor;
  435. padding-left: 1rem;
  436. }
  437. }
  438. }
  439. .locale_pic {
  440. p {
  441. line-height: 1.8rem;
  442. font-weight: 900;
  443. margin-top: 0.5rem;
  444. border-bottom: 1px solid $borderColor;
  445. }
  446. div {
  447. ul {
  448. padding-left: 5px;
  449. li {
  450. width: 45%;
  451. float: left;
  452. margin: 10px;
  453. height: 12rem;
  454. overflow: hidden;
  455. position: relative;
  456. img {
  457. width: 100%;
  458. height: 193px;
  459. display: block;
  460. border: 1px solid $borderColor;
  461. }
  462. }
  463. }
  464. }
  465. }
  466. }
  467. }
  468. }
  469. .iframe_view {
  470. position: fixed;
  471. z-index: 99999;
  472. top: 0;
  473. bottom: 0;
  474. left: 0;
  475. right: 0;
  476. background-color: rgba(0, 0, 0, 0.5);
  477. .iframe_no {
  478. position: fixed;
  479. z-index: 99999;
  480. border-radius: 50%;
  481. cursor: pointer;
  482. height: 80px;
  483. overflow: hidden;
  484. right: -40px;
  485. top: -40px;
  486. transition: background-color 0.15s;
  487. width: 80px;
  488. background-color: rgba(0, 0, 0, 0.6);
  489. // background-color: #b6ff00;
  490. .iconfont {
  491. margin-top: 48px;
  492. display: inline-block;
  493. margin-left: 16px;
  494. font-size: 16px;
  495. color: #fff;
  496. }
  497. }
  498. iframe {
  499. width: 100%;
  500. height: 100%;
  501. }
  502. }
  503. }