style.scss 19 KB

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