1
0

common.scss 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  1. .main {
  2. padding: 15px;
  3. .form {
  4. border-radius: 10px;
  5. background-color: white;
  6. }
  7. }
  8. .tab {
  9. padding: 0px 5px 5px 5px;
  10. /* #ifdef H5 */
  11. margin-top: -1px;
  12. /* #endif */
  13. overflow: hidden;
  14. }
  15. .omit {
  16. white-space: nowrap;
  17. text-overflow: ellipsis;
  18. overflow: hidden;
  19. }
  20. .ellip {
  21. -webkit-line-clamp: 3;
  22. text-overflow: ellipsis;
  23. display: -webkit-box;
  24. -webkit-box-orient: vertical;
  25. overflow: hidden;
  26. margin-top: 7px;
  27. color: #666666;
  28. }
  29. .mt10 {
  30. margin-top: 10px !important;
  31. }
  32. .mt20 {
  33. margin-top: 20px !important;
  34. }
  35. .pdt0{
  36. padding-top: 0px;
  37. }
  38. .pl5 {
  39. padding-left: 5px;
  40. }
  41. .flex {
  42. display: flex;
  43. text-align: center;
  44. .f {
  45. flex: 1;
  46. overflow: hidden;
  47. }
  48. }
  49. .btn {
  50. color: white;
  51. background-color: $main-color;
  52. border-radius: 30px;
  53. font-size: 15px;
  54. text-align: center;
  55. padding: 5px;
  56. margin-top: 15px;
  57. }
  58. .search {
  59. padding: 5px 15px 5px 15px;
  60. }
  61. .msilde {
  62. .top {
  63. padding: 10px;
  64. text-align: center;
  65. font-size: 15px;
  66. color: #535353;
  67. .icon {
  68. padding-left: 5px;
  69. }
  70. }
  71. .left {
  72. position: fixed;
  73. width: 33%;
  74. overflow-y: auto;
  75. z-index: 2;
  76. height: 95%;
  77. .item {
  78. padding: 13px 8px 13px 8px;
  79. font-size: 14px;
  80. text-align: center;
  81. &.active {
  82. background-color: white;
  83. color: $main-color;
  84. }
  85. }
  86. }
  87. .right {
  88. position: fixed;
  89. height: 100%;
  90. width: 67%;
  91. overflow-y: auto;
  92. left: 33%;
  93. z-index: 1;
  94. background-color: white;
  95. .contents {
  96. padding: 10px 10px 50px 10px;
  97. font-size: 14px;
  98. }
  99. .list {
  100. padding: 10px 10px 85px 10px;
  101. .item {
  102. padding: 15px 5px 15px 0px;
  103. overflow: hidden;
  104. border-bottom: 1px solid $line;
  105. &:first-child {
  106. padding-top: 0px;
  107. }
  108. .avatar {
  109. width: 70px;
  110. height: 100px;
  111. border-radius: 5px;
  112. float: left;
  113. }
  114. .con {
  115. float: left;
  116. width: 60%;
  117. padding-left: 12px;
  118. .name {
  119. font-weight: bold;
  120. }
  121. .brief {
  122. font-size: 13px;
  123. color: $font-c;
  124. line-height: 20px;
  125. }
  126. }
  127. }
  128. }
  129. }
  130. }
  131. /*****设置**********/
  132. .cmd {
  133. margin-top: 15px;
  134. border-radius: 5px;
  135. overflow: hidden;
  136. .s_item {
  137. padding: 10px;
  138. background-color: white;
  139. color: $font-c;
  140. overflow: hidden;
  141. border-bottom: 1px solid #f0f2f7;
  142. font-size: 15px;
  143. .ic {
  144. display: block;
  145. float: left;
  146. width: 27px;
  147. height: 27px;
  148. font-size: 25px;
  149. text-align: center;
  150. padding: 7px;
  151. border-radius: 50%;
  152. margin-right: 5px;
  153. line-height: 29px;
  154. }
  155. .title {
  156. color: #545555;
  157. padding-top: 11px;
  158. float: left;
  159. }
  160. .arrow {
  161. font-size: 20px;
  162. float: right;
  163. color: #9a9a9a;
  164. margin-top: 10px;
  165. }
  166. }
  167. }
  168. .xy {
  169. color: $font-c;
  170. padding-top: 15px;
  171. font-size: 14px;
  172. .checkbox {
  173. float: left;
  174. font-size: 14px;
  175. margin-top: 1px;
  176. }
  177. .a {
  178. color: blue;
  179. }
  180. }
  181. /**底部按钮操作******/
  182. .mfooter {
  183. position: fixed;
  184. width: 100%;
  185. bottom: 30px;
  186. text-align: center;
  187. .btn {
  188. border-radius: 35px;
  189. width: 40%;
  190. .icon {
  191. padding-right: 5px;
  192. }
  193. }
  194. }
  195. .form_group {
  196. padding: 9px 15px 9px 15px;
  197. overflow: hidden;
  198. position: relative;
  199. background-color: white;
  200. border-bottom: 1px solid $line;
  201. &.form_group:last-child {
  202. border-bottom: 0px;
  203. }
  204. .lable {
  205. font-size: 17px;
  206. text-align: left;
  207. position: relative;
  208. font-weight: bold;
  209. float: left;
  210. color: $font-c;
  211. margin-top: 7px;
  212. .limit {
  213. padding-left: 8px;
  214. font-size: 13px;
  215. font-weight: normal;
  216. color: darkgray;
  217. }
  218. }
  219. .re {
  220. &::before {
  221. content: '*';
  222. width: 0px;
  223. height: 0px;
  224. color: red;
  225. position: absolute;
  226. top: -7px;
  227. left: -8px;
  228. font-weight: bold;
  229. }
  230. }
  231. .bgm {
  232. color: white;
  233. border-radius: 5px;
  234. margin-top: 12px;
  235. position: relative;
  236. .input {
  237. border: 0px;
  238. width: 75%;
  239. margin-top: 0px;
  240. }
  241. .msg {
  242. position: absolute;
  243. right: 10px;
  244. top: 9px;
  245. }
  246. }
  247. .avatar {
  248. position: absolute;
  249. top: 0px;
  250. right: 0px;
  251. width: 55px;
  252. height: 55px;
  253. border-radius: 50%;
  254. }
  255. .desc{
  256. float: right;
  257. padding-top: 5px;
  258. width: 72%;
  259. text-align: right;
  260. }
  261. input {
  262. font-size: 15px;
  263. border-radius: 5px;
  264. padding: 10px 5px 10px 10px;
  265. width: 72%;
  266. float: right;
  267. text-align: right;
  268. }
  269. picker {
  270. position: relative;
  271. text-align: right;
  272. width: 72%;
  273. float: right;
  274. line-height: 0px;
  275. }
  276. textarea {
  277. font-size: 15px;
  278. border-radius: 5px;
  279. padding: 10px;
  280. margin-top: 40px;
  281. height: 120px;
  282. width: 93%;
  283. background-color: #f1f1f1;
  284. }
  285. .more {
  286. position: absolute;
  287. right: -10px;
  288. top: 20px;
  289. font-weight: normal;
  290. }
  291. }
  292. .detail {
  293. padding: 15px;
  294. background-color: white;
  295. border-radius: 8px;
  296. .top {
  297. text-align: center;
  298. .avatar {
  299. width: 55%;
  300. border-radius: 5px;
  301. }
  302. .title {
  303. font-size: 18px;
  304. padding-top: 3px;
  305. }
  306. }
  307. .desc {
  308. padding-top: 15px;
  309. font-size: 13px;
  310. color: #7c8388;
  311. .time {
  312. padding-right: 25px;
  313. }
  314. .fx {
  315. background-color: white;
  316. float: right;
  317. font-size: 15px;
  318. margin-right: -14px;
  319. margin-top: -13px;
  320. color: $main-color;
  321. .icon {
  322. padding-right: 3px;
  323. }
  324. }
  325. }
  326. .con {
  327. font-size: 14px;
  328. line-height: 23px;
  329. image {
  330. border-radius: 5px !important;
  331. }
  332. }
  333. }
  334. .bz {
  335. font-size: 12px;
  336. color: $font-c;
  337. margin-top:7px;
  338. .icon {
  339. padding-right: 3px;
  340. }
  341. .contact {
  342. background-color: #f1f1f1;
  343. float: right;
  344. font-size: 13px;
  345. color: $main-color;
  346. margin-top: -5px;
  347. }
  348. }
  349. .message-bubble-received {
  350. background: white;
  351. border-radius: 10px;
  352. padding: 13px;
  353. width: 85%;
  354. word-wrap: break-word;
  355. position: relative;
  356. margin-left: 10px;
  357. float: left;
  358. clear: both;
  359. font-size: 14px;
  360. color: #262626;
  361. margin-bottom: 15px;
  362. &::before {
  363. content: '';
  364. position: absolute;
  365. width: 0;
  366. height: 0;
  367. border-style: solid;
  368. border-width: 0 10px 10px 10px;
  369. border-color: transparent transparent white transparent;
  370. left: -10px;
  371. }
  372. }