common.scss 5.2 KB

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