common.scss 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535
  1. .main {
  2. padding: 15px;
  3. .form {
  4. border-radius: 6px;
  5. background-color: white;
  6. overflow: hidden;
  7. }
  8. }
  9. .tab {
  10. padding: 0px 5px 5px 5px;
  11. /* #ifdef H5 */
  12. margin-top: -1px;
  13. /* #endif */
  14. overflow: hidden;
  15. }
  16. .omit {
  17. white-space: nowrap;
  18. text-overflow: ellipsis;
  19. overflow: hidden;
  20. }
  21. .ellip {
  22. -webkit-line-clamp: 3;
  23. text-overflow: ellipsis;
  24. display: -webkit-box;
  25. -webkit-box-orient: vertical;
  26. overflow: hidden;
  27. margin-top: 7px;
  28. color: #666666;
  29. }
  30. .mt10 {
  31. margin-top: 10px !important;
  32. }
  33. .mt20 {
  34. margin-top: 20px !important;
  35. }
  36. .pdt0 {
  37. padding-top: 0px;
  38. }
  39. .pl5 {
  40. padding-left: 5px;
  41. }
  42. .flex {
  43. display: flex;
  44. text-align: center;
  45. .f {
  46. flex: 1;
  47. overflow: hidden;
  48. }
  49. }
  50. .btn {
  51. color: white;
  52. background-color: $main-color;
  53. border-radius: 30px;
  54. font-size: 15px;
  55. text-align: center;
  56. padding: 5px;
  57. margin-top: 20px;
  58. }
  59. .search {
  60. padding: 5px 15px 5px 15px;
  61. }
  62. .msilde {
  63. .search {
  64. padding: 7px 15px 10px 15px;
  65. }
  66. .top {
  67. padding: 10px;
  68. text-align: center;
  69. font-size: 15px;
  70. color: #535353;
  71. .icon {
  72. padding-left: 5px;
  73. }
  74. }
  75. .left {
  76. position: fixed;
  77. width: 33%;
  78. overflow-y: auto;
  79. z-index: 2;
  80. height: 95%;
  81. .item {
  82. padding: 13px 8px 13px 8px;
  83. font-size: 14px;
  84. text-align: center;
  85. &.active {
  86. background-color: white;
  87. color: $main-color;
  88. }
  89. }
  90. }
  91. .right {
  92. position: fixed;
  93. height: 100%;
  94. width: 67%;
  95. overflow-y: auto;
  96. left: 33%;
  97. z-index: 1;
  98. background-color: white;
  99. .contents {
  100. padding: 10px 10px 50px 10px;
  101. font-size: 14px;
  102. }
  103. .list {
  104. padding: 10px 10px 85px 10px;
  105. .item {
  106. padding: 15px 5px 15px 0px;
  107. overflow: hidden;
  108. border-bottom: 1px solid $line;
  109. &:first-child {
  110. padding-top: 0px;
  111. }
  112. .avatar {
  113. width: 70px;
  114. height: 100px;
  115. border-radius: 5px;
  116. float: left;
  117. }
  118. .title {
  119. color: $font-c;
  120. font-size: 14px;
  121. width: 85%;
  122. }
  123. .icon {
  124. float: right;
  125. color: $font-c;
  126. margin-top: -18px;
  127. font-size: 15px;
  128. }
  129. .con {
  130. float: left;
  131. width: 60%;
  132. padding-left: 12px;
  133. .name {
  134. font-weight: bold;
  135. }
  136. .brief {
  137. font-size: 13px;
  138. color: $font-c;
  139. line-height: 20px;
  140. }
  141. }
  142. }
  143. }
  144. }
  145. }
  146. /*****设置**********/
  147. .cmd {
  148. margin-top: 15px;
  149. border-radius: 5px;
  150. overflow: hidden;
  151. .s_item {
  152. padding: 10px;
  153. background-color: white;
  154. color: $font-c;
  155. overflow: hidden;
  156. border-bottom: 1px solid #f0f2f7;
  157. font-size: 15px;
  158. position: relative;
  159. .ic {
  160. display: block;
  161. float: left;
  162. width: 27px;
  163. height: 27px;
  164. font-size: 25px;
  165. text-align: center;
  166. padding: 7px;
  167. border-radius: 50%;
  168. margin-right: 5px;
  169. line-height: 29px;
  170. }
  171. .title {
  172. color: #545555;
  173. padding-top: 11px;
  174. float: left;
  175. }
  176. .bage {
  177. position: absolute;
  178. padding: 0px 5px;
  179. border-radius: 20px;
  180. background-color: red;
  181. color: white;
  182. top: 22px;
  183. right: 35px;
  184. font-size: 13px;
  185. }
  186. .arrow {
  187. font-size: 20px;
  188. float: right;
  189. color: #9a9a9a;
  190. margin-top: 10px;
  191. }
  192. }
  193. }
  194. .xy {
  195. color: $font-c;
  196. padding-top: 15px;
  197. font-size: 14px;
  198. .checkbox {
  199. float: left;
  200. font-size: 14px;
  201. margin-top: 1px;
  202. }
  203. .a {
  204. color: blue;
  205. }
  206. }
  207. /**底部按钮操作******/
  208. .mfooter {
  209. position: fixed;
  210. width: 100%;
  211. bottom: 30px;
  212. text-align: center;
  213. .btn {
  214. border-radius: 35px;
  215. width: 40%;
  216. .icon {
  217. padding-right: 5px;
  218. }
  219. }
  220. }
  221. .form_group {
  222. padding: 9px 15px 9px 15px;
  223. overflow: hidden;
  224. position: relative;
  225. background-color: white;
  226. border-bottom: 1px solid $line;
  227. font-size: 15px;
  228. &.form_group:last-child {
  229. border-bottom: 0px;
  230. }
  231. .lable {
  232. font-size: 15px;
  233. text-align: left;
  234. position: relative;
  235. float: left;
  236. color: $font-c;
  237. margin-top: 2px;
  238. .limit {
  239. padding-left: 8px;
  240. font-size: 13px;
  241. font-weight: normal;
  242. color: darkgray;
  243. }
  244. }
  245. .re {
  246. &::before {
  247. content: '*';
  248. width: 0px;
  249. height: 0px;
  250. color: red;
  251. position: absolute;
  252. top: -7px;
  253. left: -8px;
  254. font-weight: bold;
  255. }
  256. }
  257. .bgm {
  258. color: white;
  259. border-radius: 5px;
  260. margin-top: 12px;
  261. position: relative;
  262. .input {
  263. border: 0px;
  264. width: 75%;
  265. margin-top: 0px;
  266. }
  267. .msg {
  268. position: absolute;
  269. right: 10px;
  270. top: 9px;
  271. }
  272. }
  273. .avatar {
  274. position: absolute;
  275. top: 0px;
  276. right: 0px;
  277. width: 55px;
  278. height: 55px;
  279. border-radius: 50%;
  280. }
  281. .desc {
  282. float: right;
  283. padding-top: 2px;
  284. width: 72%;
  285. text-align: right;
  286. color: #9e9e9e;
  287. }
  288. input {
  289. font-size: 15px;
  290. border-radius: 5px;
  291. padding: 4px 10px 0px 3px;
  292. width: 72%;
  293. float: right;
  294. text-align: right;
  295. }
  296. picker {
  297. position: relative;
  298. text-align: right;
  299. width: 72%;
  300. float: right;
  301. line-height: 0px;
  302. }
  303. textarea {
  304. font-size: 15px;
  305. border-radius: 5px;
  306. padding: 10px;
  307. margin-top: 40px;
  308. height: 120px;
  309. width: 93%;
  310. background-color: #f1f1f1;
  311. }
  312. .more {
  313. position: absolute;
  314. right: -13px;
  315. top: 14px;
  316. font-weight: normal;
  317. color: $font-c;
  318. }
  319. }
  320. .detail {
  321. padding: 15px;
  322. background-color: white;
  323. border-radius: 8px;
  324. .top {
  325. text-align: center;
  326. .avatar {
  327. width: 55%;
  328. border-radius: 5px;
  329. }
  330. .title {
  331. font-size: 18px;
  332. padding-top: 3px;
  333. }
  334. }
  335. .desc {
  336. padding-top: 15px;
  337. font-size: 13px;
  338. color: #7c8388;
  339. .time {
  340. padding-right: 25px;
  341. }
  342. .fx {
  343. background-color: white;
  344. float: right;
  345. font-size: 15px;
  346. margin-right: -14px;
  347. margin-top: -13px;
  348. color: $main-color;
  349. .icon {
  350. padding-right: 3px;
  351. }
  352. }
  353. }
  354. .con {
  355. font-size: 14px;
  356. line-height: 23px;
  357. image {
  358. border-radius: 5px !important;
  359. }
  360. }
  361. }
  362. .bz {
  363. font-size: 12px;
  364. color: $font-c;
  365. margin-top: 7px;
  366. .icon {
  367. padding-right: 3px;
  368. }
  369. .contact {
  370. background-color: #f1f1f1;
  371. float: right;
  372. font-size: 13px;
  373. color: $main-color;
  374. margin-top: -5px;
  375. }
  376. }
  377. .message-bubble-received {
  378. background: white;
  379. border-radius: 10px;
  380. padding: 13px;
  381. width: 85%;
  382. word-wrap: break-word;
  383. position: relative;
  384. margin-left: 10px;
  385. float: left;
  386. clear: both;
  387. font-size: 14px;
  388. color: #262626;
  389. margin-bottom: 15px;
  390. &::before {
  391. content: '';
  392. position: absolute;
  393. width: 0;
  394. height: 0;
  395. border-style: solid;
  396. border-width: 0 10px 10px 10px;
  397. border-color: transparent transparent white transparent;
  398. left: -10px;
  399. }
  400. }
  401. .ql-editor.ql-blank:before {
  402. font-style: normal !important;
  403. }
  404. .listv {
  405. padding: 5px 12px 5px 10px;
  406. background-color: white;
  407. margin: 10px;
  408. border-radius: 10px;
  409. .item {
  410. border-radius: 5px;
  411. padding: 13px 8px 13px 8px;
  412. margin-bottom: 10px;
  413. overflow: hidden;
  414. border-bottom: 1px solid $line;
  415. &:last-child {
  416. border: 0px;
  417. }
  418. .title {
  419. font-size: 15px;
  420. font-weight: bold;
  421. .icon {
  422. color: orangered;
  423. padding-right: 3px;
  424. }
  425. }
  426. .desc {
  427. font-size: 14px;
  428. padding-top: 10px;
  429. color: $font-c;
  430. text {
  431. padding-right: 15px;
  432. }
  433. .state {
  434. float: right;
  435. }
  436. .edit {
  437. float: right;
  438. color: $main-color;
  439. }
  440. .del {
  441. color: red;
  442. float: right;
  443. padding-right: 0px;
  444. }
  445. }
  446. }
  447. }
  448. .popup {
  449. padding: 15px;
  450. background-color: white;
  451. border-radius: 10px;
  452. .mtt {
  453. text-align: center;
  454. font-size: 18px;
  455. padding-top: 15px;
  456. padding-bottom: 20px;
  457. }
  458. .item {
  459. overflow: hidden;
  460. border-bottom: 1px solid $line;
  461. padding: 10px;
  462. &:first-child {
  463. margin-top: 10px;
  464. }
  465. &:last-child {
  466. border: 0px;
  467. }
  468. .tt {
  469. float: left;
  470. }
  471. .la {
  472. float: right;
  473. width: 70%;
  474. text-align: right;
  475. image {
  476. width: 50px;
  477. height: 50px;
  478. border-radius: 5px;
  479. }
  480. }
  481. }
  482. }
  483. .history {
  484. overflow: hidden;
  485. padding-top: 10px;
  486. padding-bottom: 10px;
  487. .title {
  488. margin-bottom: 12px;
  489. font-weight: bold;
  490. }
  491. .del {
  492. float: right;
  493. font-size: 14px;
  494. margin-top: -30px;
  495. color: #f44336;
  496. .icon {
  497. padding-right: 3px;
  498. }
  499. }
  500. .tag {
  501. float: left;
  502. padding: 4px 10px;
  503. border-radius: 30px;
  504. background-color: #eeeeee;
  505. margin-right: 10px;
  506. margin-bottom: 5px;
  507. font-size: 14px;
  508. color: $font-c;
  509. }
  510. }
  511. .search_list {
  512. padding: 0px 10px 0px 10px;
  513. background-color: white;
  514. border-radius: 10px;
  515. margin-top: 15px;
  516. .item {
  517. padding: 15px 5px 15px 0px;
  518. overflow: hidden;
  519. border-bottom: 1px solid $line;
  520. &:last-child {
  521. border: 0px;
  522. }
  523. .title {
  524. color: $font-c;
  525. font-size: 14px;
  526. width: 85%;
  527. }
  528. .icon {
  529. float: right;
  530. color: $font-c;
  531. margin-top: -18px;
  532. font-size: 15px;
  533. }
  534. }
  535. }