1
0

common.scss 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537
  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. font-size: 14px;
  197. .checkbox {
  198. float: left;
  199. font-size: 14px;
  200. margin-top: 1px;
  201. }
  202. .a {
  203. color: blue;
  204. }
  205. }
  206. /**底部按钮操作******/
  207. .mfooter {
  208. position: fixed;
  209. width: 100%;
  210. bottom: 30px;
  211. text-align: center;
  212. .btn {
  213. border-radius: 35px;
  214. width: 40%;
  215. .icon {
  216. padding-right: 5px;
  217. }
  218. }
  219. }
  220. .form_group {
  221. padding: 9px 15px 9px 15px;
  222. overflow: hidden;
  223. position: relative;
  224. background-color: white;
  225. border-bottom: 1px solid $line;
  226. font-size: 15px;
  227. &.form_group:last-child {
  228. border-bottom: 0px;
  229. }
  230. .lable {
  231. font-size: 15px;
  232. text-align: left;
  233. position: relative;
  234. float: left;
  235. color: $font-c;
  236. margin-top: 2px;
  237. .limit {
  238. padding-left: 8px;
  239. font-size: 13px;
  240. font-weight: normal;
  241. color: darkgray;
  242. }
  243. }
  244. .re {
  245. &::before {
  246. content: '*';
  247. width: 0px;
  248. height: 0px;
  249. color: red;
  250. position: absolute;
  251. top: -7px;
  252. left: -8px;
  253. font-weight: bold;
  254. }
  255. }
  256. .bgm {
  257. color: white;
  258. border-radius: 5px;
  259. margin-top: 12px;
  260. position: relative;
  261. .input {
  262. border: 0px;
  263. width: 75%;
  264. margin-top: 0px;
  265. }
  266. .msg {
  267. position: absolute;
  268. right: 10px;
  269. top: 9px;
  270. }
  271. }
  272. .avatar {
  273. position: absolute;
  274. top: 0px;
  275. right: 0px;
  276. width: 55px;
  277. height: 55px;
  278. border-radius: 50%;
  279. }
  280. .desc {
  281. float: right;
  282. padding-top: 2px;
  283. width: 72%;
  284. text-align: right;
  285. color: #9e9e9e;
  286. }
  287. input {
  288. font-size: 15px;
  289. border-radius: 5px;
  290. padding: 4px 10px 0px 3px;
  291. width: 72%;
  292. float: right;
  293. text-align: right;
  294. }
  295. picker {
  296. position: relative;
  297. text-align: right;
  298. width: 72%;
  299. float: right;
  300. line-height: 0px;
  301. }
  302. textarea {
  303. font-size: 15px;
  304. border-radius: 5px;
  305. padding: 10px;
  306. margin-top: 40px;
  307. height: 120px;
  308. width: 93%;
  309. background-color: #f1f1f1;
  310. }
  311. .more {
  312. position: absolute;
  313. right: -13px;
  314. top: 14px;
  315. font-weight: normal;
  316. color: $font-c;
  317. }
  318. }
  319. .detail {
  320. padding: 15px;
  321. background-color: white;
  322. border-radius: 8px;
  323. .top {
  324. text-align: center;
  325. .avatar {
  326. width: 55%;
  327. border-radius: 5px;
  328. }
  329. .title {
  330. font-size: 18px;
  331. padding-top: 3px;
  332. }
  333. }
  334. .desc {
  335. padding-top: 15px;
  336. font-size: 13px;
  337. color: #7c8388;
  338. .time {
  339. padding-right: 25px;
  340. }
  341. .fx {
  342. background-color: white;
  343. float: right;
  344. font-size: 15px;
  345. margin-right: -14px;
  346. margin-top: -13px;
  347. color: $main-color;
  348. .icon {
  349. padding-right: 3px;
  350. }
  351. }
  352. }
  353. .con {
  354. font-size: 14px;
  355. line-height: 23px;
  356. image {
  357. border-radius: 5px !important;
  358. }
  359. }
  360. }
  361. .bz {
  362. font-size: 12px;
  363. color: $font-c;
  364. margin-top: 7px;
  365. .icon {
  366. padding-right: 3px;
  367. }
  368. .contact {
  369. background-color: #f1f1f1;
  370. float: right;
  371. font-size: 13px;
  372. color: $main-color;
  373. margin-top: -5px;
  374. }
  375. }
  376. .message-bubble-received {
  377. background: white;
  378. border-radius: 10px;
  379. padding: 13px;
  380. width: 85%;
  381. word-wrap: break-word;
  382. position: relative;
  383. margin-left: 10px;
  384. float: left;
  385. clear: both;
  386. font-size: 14px;
  387. color: #262626;
  388. margin-bottom: 15px;
  389. &::before {
  390. content: '';
  391. position: absolute;
  392. width: 0;
  393. height: 0;
  394. border-style: solid;
  395. border-width: 0 10px 10px 10px;
  396. border-color: transparent transparent white transparent;
  397. left: -10px;
  398. }
  399. }
  400. .ql-editor.ql-blank:before {
  401. font-style: normal !important;
  402. }
  403. .listv {
  404. padding: 5px 12px 5px 10px;
  405. background-color: white;
  406. margin: 10px;
  407. border-radius: 10px;
  408. .item {
  409. border-radius: 5px;
  410. padding: 13px 8px 13px 8px;
  411. margin-bottom: 10px;
  412. overflow: hidden;
  413. border-bottom: 1px solid $line;
  414. &:last-child {
  415. border: 0px;
  416. }
  417. .title {
  418. font-size: 15px;
  419. font-weight: bold;
  420. .icon {
  421. color: orangered;
  422. padding-right: 3px;
  423. }
  424. }
  425. .desc {
  426. font-size: 14px;
  427. padding-top: 10px;
  428. color: $font-c;
  429. text {
  430. padding-left: 15px;
  431. &:first-child {
  432. padding-left: 0px;
  433. }
  434. }
  435. .state {
  436. float: right;
  437. }
  438. .edit {
  439. float: right;
  440. color: $main-color;
  441. }
  442. .del {
  443. color: red;
  444. float: right;
  445. padding-right: 0px;
  446. }
  447. }
  448. }
  449. }
  450. .popup {
  451. padding: 15px;
  452. background-color: white;
  453. border-radius: 10px;
  454. .mtt {
  455. text-align: center;
  456. font-size: 18px;
  457. padding-top: 15px;
  458. padding-bottom: 20px;
  459. }
  460. .item {
  461. overflow: hidden;
  462. border-bottom: 1px solid $line;
  463. padding: 10px;
  464. &:first-child {
  465. margin-top: 10px;
  466. }
  467. &:last-child {
  468. border: 0px;
  469. }
  470. .tt {
  471. float: left;
  472. }
  473. .la {
  474. float: right;
  475. width: 70%;
  476. text-align: right;
  477. image {
  478. width: 50px;
  479. height: 50px;
  480. border-radius: 5px;
  481. }
  482. }
  483. }
  484. }
  485. .history {
  486. overflow: hidden;
  487. padding-top: 10px;
  488. padding-bottom: 10px;
  489. .title {
  490. margin-bottom: 12px;
  491. font-weight: bold;
  492. }
  493. .del {
  494. float: right;
  495. font-size: 14px;
  496. margin-top: -30px;
  497. color: #f44336;
  498. .icon {
  499. padding-right: 3px;
  500. }
  501. }
  502. .tag {
  503. float: left;
  504. padding: 4px 10px;
  505. border-radius: 30px;
  506. background-color: #eeeeee;
  507. margin-right: 10px;
  508. margin-bottom: 5px;
  509. font-size: 14px;
  510. color: $font-c;
  511. }
  512. }
  513. .search_list {
  514. padding: 0px 10px 0px 10px;
  515. background-color: white;
  516. border-radius: 10px;
  517. margin-top: 15px;
  518. .item {
  519. padding: 15px 5px 15px 0px;
  520. overflow: hidden;
  521. border-bottom: 1px solid $line;
  522. &:last-child {
  523. border: 0px;
  524. }
  525. .title {
  526. color: $font-c;
  527. font-size: 14px;
  528. width: 85%;
  529. }
  530. .icon {
  531. float: right;
  532. color: $font-c;
  533. margin-top: -18px;
  534. font-size: 15px;
  535. }
  536. }
  537. }