style.scss 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688
  1. $fontSizeSmall: 14px;
  2. // 弹框格式
  3. /deep/ .el-dialog__header {
  4. background-color: #f8fcff;
  5. }
  6. /deep/ .el-dialog__body {
  7. padding: 20px 30px 30px;
  8. }
  9. // 表格样式
  10. // /deep/ .el-table th.is-leaf, .el-table td{
  11. // 添加表格边框
  12. // border-right: 1px solid #EBEEF5;
  13. // }
  14. /deep/ .el-table--fit {
  15. border: none;
  16. // box-shadow: 0px 0px 1px 3px white;
  17. }
  18. /deep/ .el-table td:first-child {
  19. text-align: center;
  20. }
  21. /deep/ .el-table th:first-child {
  22. text-align: center;
  23. }
  24. /deep/ .el-table thead {
  25. color: #424656;
  26. }
  27. // 按钮样式
  28. .dialog-footer {
  29. text-align: end;
  30. }
  31. // 表格内容溢出隐藏
  32. /deep/ .el-table_1_column_8 div p {
  33. width: 230px;
  34. overflow: hidden;
  35. white-space: nowrap;
  36. -o-text-overflow: ellipsis; //浏览器兼容
  37. text-overflow: ellipsis;
  38. }
  39. .statusColor {
  40. color: #ff7f7f;
  41. }
  42. .add {
  43. float: right;
  44. img {
  45. width: 30px;
  46. height: 30px;
  47. cursor: pointer;
  48. }
  49. }
  50. // 投诉建议弹框详情样式
  51. .complaint {
  52. .complaint-title {
  53. display: flex;
  54. }
  55. .complaint-title-left {
  56. width: 4px;
  57. height: 12px;
  58. background-color: #0eaeff;
  59. border-radius: 2px;
  60. margin-top: 4px;
  61. margin-right: 10px;
  62. }
  63. .complaint-title-right {
  64. color: #000;
  65. font-size: $fontSizeSmall;
  66. }
  67. .complaint-content {
  68. display: flex;
  69. justify-content: space-between;
  70. margin: 24px;
  71. font-size: 12px;
  72. .complaint-content-left {
  73. color: #424656;
  74. margin-right: 13px;
  75. }
  76. .complaint-content-right {
  77. color: #535766;
  78. }
  79. .complaint-content-media {
  80. height: 100px !important;
  81. overflow: hidden !important;
  82. .media {
  83. width: 100%;
  84. }
  85. }
  86. }
  87. .complaint-images {
  88. margin-top: 33px;
  89. margin-left: 20px;
  90. display: block;
  91. max-height: 70px;
  92. }
  93. // 图片/视频样式
  94. .images {
  95. width: 25%;
  96. height: 70px;
  97. vertical-align: middle;
  98. border-radius: 4px;
  99. margin-right: 10px;
  100. /deep/ .el-image__preview {
  101. background: #ccc;
  102. width: 100%;
  103. object-fit: fill;
  104. }
  105. }
  106. .videos {
  107. @extend .images;
  108. }
  109. // 记录部分
  110. .record {
  111. padding: 10px;
  112. margin-top: 30px;
  113. margin-bottom: 20px;
  114. background: #f4f7f9;
  115. max-height: 36vh;
  116. overflow-y: scroll;
  117. .recored-detali-row {
  118. margin: 10px;
  119. line-height: 14px;
  120. font-size: $fontSizeSmall;
  121. }
  122. .circle {
  123. width: 14px;
  124. height: 14px;
  125. margin-right: 10px;
  126. }
  127. .circle + span {
  128. margin-right: 10px;
  129. font-size: 14px;
  130. color: #424656;
  131. }
  132. .circle + span + span {
  133. font-size: 12px;
  134. color: #aaadba;
  135. }
  136. .recored-detali-rows {
  137. display: flex;
  138. margin-left: 7px;
  139. .record-left {
  140. position: absolute;
  141. width: 1px;
  142. height: 33px;
  143. border-radius: 4px;
  144. background-color: #0eaeff;
  145. margin-left: 10px;
  146. }
  147. :last-child {
  148. margin-top: 7px;
  149. margin-left: 26px;
  150. }
  151. }
  152. .recored-detali {
  153. position: relative;
  154. .last-row-right {
  155. position: absolute;
  156. right: 10px;
  157. bottom: 20px;
  158. color: #0eaeff;
  159. }
  160. .last-row-btn {
  161. position: absolute;
  162. top: 10px;
  163. right: 0px;
  164. width: 63px;
  165. height: 30px;
  166. }
  167. .statusColor {
  168. color: #ff7f7f;
  169. }
  170. }
  171. .columns {
  172. display: flex;
  173. justify-content: flex-start;
  174. }
  175. .end-row {
  176. margin-left: 33px;
  177. }
  178. .font-size-small {
  179. font-size: 12px;
  180. margin-bottom: 10px;
  181. }
  182. }
  183. // 下拉框部分
  184. .changeStatus {
  185. display: flex;
  186. width: 100%;
  187. margin-left: 10px;
  188. margin-bottom: 20px;
  189. .changeStatus-left {
  190. font-size: 12px;
  191. padding-top: 6px;
  192. width: 9%;
  193. margin-right: 10px;
  194. }
  195. .changeStatus-right {
  196. width: 88%;
  197. .el-select {
  198. width: 100%;
  199. }
  200. }
  201. }
  202. .replay {
  203. /deep/ .el-form-item__label {
  204. font-size: 12px;
  205. text-align: start;
  206. padding: 0px;
  207. margin: 0;
  208. }
  209. // 回复计数字体样式
  210. /deep/ .el-input__count {
  211. bottom: -2px;
  212. font-size: 12px;
  213. -webkit-transform-origin-x: 0;
  214. -webkit-transform: scale(0.8);
  215. }
  216. }
  217. //
  218. }
  219. // 物业电话样式
  220. .phone {
  221. /deep/.search-btn {
  222. height: 31px;
  223. }
  224. .opt {
  225. img {
  226. margin-right: 20px;
  227. width: 14px;
  228. height: 14px;
  229. line-height: 14px;
  230. &:last-child {
  231. margin-right: 0;
  232. }
  233. }
  234. }
  235. // 添加弹框样式
  236. .dialog-info {
  237. /deep/ .el-dialog__header {
  238. display: none;
  239. }
  240. /deep/ .el-dialog__body {
  241. padding: 0;
  242. }
  243. .dialog {
  244. .dialog-header {
  245. position: relative;
  246. width: 100%;
  247. height: 50px;
  248. background-color: #f8fcff;
  249. .el-dialog__close {
  250. position: absolute;
  251. right: 10px;
  252. top: 10px;
  253. }
  254. .dialogTitle {
  255. position: absolute;
  256. top: 10px;
  257. left: 24px;
  258. }
  259. }
  260. .dialog-content {
  261. padding: 27px 24px 4px 36px;
  262. /deep/ .el-select > .el-input {
  263. width: 324px;
  264. }
  265. /deep/ .el-select,
  266. .dialog-select,
  267. .el-select--small {
  268. width: 100% !important;
  269. }
  270. /deep/ .el-input,
  271. .l-input--small,
  272. .el-input--suffix {
  273. width: 100% !important;
  274. }
  275. /deep/ .el-upload {
  276. width: 92px !important;
  277. height: 30px !important;
  278. }
  279. .dialog-footer {
  280. button {
  281. width: 68px;
  282. height: 30px;
  283. }
  284. .el-button + .el-button {
  285. margin-left: 15px;
  286. }
  287. }
  288. }
  289. }
  290. }
  291. // 删除弹框
  292. .dialog-delete {
  293. /deep/ .el-dialog__title {
  294. font-size: 18px;
  295. font-weight: bold;
  296. }
  297. .el-button + .el-button {
  298. margin-left: 20px;
  299. }
  300. .dialog-deletecontent {
  301. margin-top: 10px;
  302. display: flex;
  303. .dialog-icon {
  304. width: 45px;
  305. height: 45px;
  306. }
  307. .dialog-icon + div {
  308. margin-left: 10px;
  309. :first-child {
  310. font-size: 16px !important;
  311. }
  312. p {
  313. font-size: 14px;
  314. font-weight: bold;
  315. .delete-name {
  316. color: #ff7f7f;
  317. }
  318. }
  319. }
  320. }
  321. }
  322. }
  323. // 通知公告样式
  324. .inform {
  325. /deep/ .cell.el-tooltip p {
  326. overflow: hidden;
  327. text-overflow: ellipsis;
  328. white-space: nowrap;
  329. }
  330. // 添加弹框样式
  331. .dialog-info {
  332. /deep/ .el-dialog__header {
  333. display: none;
  334. min-width: 1080px;
  335. }
  336. /deep/ .el-dialog__body {
  337. padding: 0;
  338. }
  339. .dialog {
  340. .dialog-header {
  341. position: relative;
  342. width: 100%;
  343. height: 50px;
  344. background-color: #f8fcff;
  345. .el-dialog__close {
  346. position: absolute;
  347. right: 10px;
  348. top: 10px;
  349. }
  350. .dialogTitle {
  351. position: absolute;
  352. top: 13px;
  353. left: 24px;
  354. font-size: 14px;
  355. }
  356. }
  357. .dialog-contents {
  358. width: 101%;
  359. height: 100%;
  360. display: flex;
  361. /deep/ .el-radio-group {
  362. margin-left: 10px;
  363. }
  364. .dialog-left {
  365. width: 65%;
  366. padding: 0px 20px 40px 24px;
  367. .dialog-select {
  368. width: 100%;
  369. /deep/ .el-select > .el-input {
  370. width: 100%;
  371. }
  372. }
  373. // .up-image{
  374. // width: 223px;
  375. // height: 100px;
  376. // }
  377. .dialog-footer {
  378. position: absolute;
  379. right: 24px;
  380. bottom: 0px;
  381. button {
  382. width: 68px;
  383. height: 30px;
  384. }
  385. .el-button + .el-button {
  386. margin-left: 15px;
  387. }
  388. }
  389. /deep/ .el-range-editor--small.el-input__inner {
  390. width: 100% !important;
  391. }
  392. .issueRoom {
  393. display: flex;
  394. // justify-content: space-around;
  395. .organ-tree {
  396. width: 100%;
  397. }
  398. /deep/ .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
  399. background: #fff !important;
  400. }
  401. .organ-tree {
  402. padding: 0 !important;
  403. width: auto;
  404. /deep/ .tree-style-box {
  405. margin: 0px 0 5px 0;
  406. border-radius: 4px;
  407. }
  408. }
  409. // justify-content: space-between;
  410. }
  411. .radio-room {
  412. margin-right: 10px;
  413. width: 60%;
  414. }
  415. .selet-room {
  416. display: flex;
  417. justify-content: end;
  418. // width: 30%;
  419. max-height: 50vh;
  420. /deep/ .tree-style-box.no-scrollbar {
  421. position: absolute;
  422. width: 48%;
  423. }
  424. /deep/ .el-input__inner {
  425. // margin-left: 10px;
  426. width: 275px;
  427. padding-right: 10px;
  428. }
  429. }
  430. }
  431. .dialog-right {
  432. width: 283px;
  433. height: 570px;
  434. border-radius: 24px;
  435. border: 1px solid #e0e1e3;
  436. margin: 20px 40px 70px;
  437. background-color: #fafcff;
  438. .dialog-right-top {
  439. text-align: center;
  440. background: white;
  441. border-top-right-radius: 28px;
  442. border-top-left-radius: 28px;
  443. border-bottom: none;
  444. padding: 4px;
  445. img {
  446. background: white;
  447. width: 100%;
  448. width: 234px;
  449. height: 8px;
  450. text-align: center;
  451. }
  452. }
  453. .dialog-right-header {
  454. width: 100%;
  455. padding: 24px 14px;
  456. background: white;
  457. :first-child {
  458. float: left;
  459. line-height: 20px;
  460. }
  461. :last-child {
  462. font-weight: bold;
  463. text-align: center;
  464. }
  465. }
  466. .center-padding {
  467. padding: 5px 0;
  468. }
  469. .dialog-right-content {
  470. background: white;
  471. padding: 11px;
  472. .dialog-title {
  473. display: flex;
  474. .dialog-titles {
  475. font-size: 14px;
  476. color: #424656;
  477. }
  478. .dialog-urgency {
  479. border-radius: 15px;
  480. width: 36px;
  481. height: 15px;
  482. line-height: 15px;
  483. background-image: linear-gradient(to right, #f65b5b, #ffa3a3);
  484. font-size: 12px;
  485. -webkit-transform-origin-x: 0;
  486. -webkit-transform: scale(0.8);
  487. margin-left: 2px;
  488. margin-top: 2px;
  489. color: white;
  490. text-align: center;
  491. }
  492. }
  493. .dialog-right-time {
  494. font-size: 10px;
  495. -webkit-transform-origin-x: 0;
  496. -webkit-transform: scale(0.9);
  497. color: #9ba6af;
  498. padding: 3px 0;
  499. }
  500. .dialog-right-time + div {
  501. width: 100%;
  502. border-bottom: 1px solid #eeeeee;
  503. margin-bottom: 10px;
  504. }
  505. .content {
  506. width: 110%;
  507. font-size: 10px;
  508. color: #e0e1e3;
  509. background-color: #fff;
  510. -webkit-transform-origin-x: 0;
  511. -webkit-transform: scale(0.92);
  512. .content-text {
  513. width: 100%;
  514. color: #686b78;
  515. background-color: #fff;
  516. /deep/ img {
  517. // width: 100%;
  518. max-width: 100%;
  519. max-height: 750px;
  520. }
  521. }
  522. .content-inform {
  523. width: 100%;
  524. text-align: center;
  525. margin: 50px;
  526. :first-child {
  527. color: #373b49;
  528. }
  529. }
  530. .file-name {
  531. margin: 5px;
  532. border-radius: 24px;
  533. width: 90%;
  534. background: #fafcff;
  535. .file-name-left {
  536. color: #0eaeff;
  537. font-size: 14px;
  538. }
  539. .file-name-right {
  540. color: #424656;
  541. }
  542. }
  543. }
  544. }
  545. }
  546. }
  547. }
  548. }
  549. // 上传文件
  550. .upload-fill {
  551. width: 100%;
  552. display: flex;
  553. position: relative;
  554. /deep/ .el-upload-list__item {
  555. background: #f9f9f9;
  556. }
  557. /deep/ .el-upload--text {
  558. width: 100px;
  559. height: 32px;
  560. margin-right: 10px;
  561. border: 1px solid #e0e1e3;
  562. .el-button {
  563. border: none;
  564. padding: 11px 17px;
  565. }
  566. }
  567. .el-upload-text {
  568. font-size: 12px !important;
  569. color: #d8d8d8;
  570. }
  571. /deep/ .el-upload-list--text {
  572. position: absolute;
  573. top: 40px;
  574. padding-bottom: 100px;
  575. width: 100%;
  576. li {
  577. width: 30%;
  578. float: left;
  579. margin-right: 10px;
  580. vertical-align: middle;
  581. margin: 0 10px 0 0;
  582. }
  583. }
  584. }
  585. }
  586. // 富文本编辑器样式
  587. .editor-container {
  588. border-radius: 4px;
  589. margin-top: 10px;
  590. border: 1px solid #e0e1e3;
  591. }
  592. /deep/ .mce-container,
  593. .mce-container-body {
  594. background: #fafcff;
  595. }
  596. /deep/ .mce-btn-group,
  597. .mce-btn {
  598. margin: 0;
  599. }
  600. /deep/ .mce-toolbar,
  601. .mce-btn-group {
  602. padding: 0;
  603. }
  604. /deep/ #mceu_33 {
  605. display: none !important;
  606. }
  607. // #mceu_17 {
  608. // display: none;
  609. // }
  610. s {
  611. max-width: 200px;
  612. max-height: 170px;
  613. }
  614. // 弹框自定义滚动条
  615. .my-scroll-bar {
  616. height: 438px;
  617. /deep/ .gm-scrollbar.-horizontal .thumb {
  618. height: 0;
  619. }
  620. }
  621. .opt {
  622. img {
  623. width: 14px;
  624. height: 14px;
  625. }
  626. }
  627. // 社区邻里
  628. .neighbor {
  629. @extend .phone;
  630. .complaint {
  631. .record {
  632. margin-top: 10px;
  633. .recored-detali-row {
  634. margin: 0px;
  635. line-height: 32px;
  636. position: relative;
  637. }
  638. .recored-detali-rows {
  639. border-left: 1px solid #0eaeff;
  640. display: block;
  641. padding-left: 17px;
  642. .font-size-small {
  643. margin-left: 0px;
  644. margin-bottom: 0;
  645. }
  646. .rows-replay {
  647. margin: 0;
  648. padding-top: 5px;
  649. font-size: 12px;
  650. color: #0eaeff;
  651. :first-child {
  652. color: #424656;
  653. margin-left: 0;
  654. }
  655. }
  656. }
  657. }
  658. }
  659. }
  660. // /deep/ .el-checkbox__inner {
  661. // border-radius: 50% !important;
  662. // }
  663. // /deep/ .el-checkbox-group {
  664. // display: flex;
  665. // }
  666. /deep/ iframe {
  667. width: 99% !important;
  668. }