xufangdingdan-jg.css 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478
  1. @charset "utf-8";
  2. /* CSS Document */
  3. body,
  4. html {
  5. background: #f2f4f6;
  6. }
  7. .dis-block {
  8. display: inline-block;
  9. }
  10. .c-vam {
  11. vertical-align: middle;
  12. }
  13. .f-fwb {
  14. font-weight: bold;
  15. }
  16. .sign-comonhd {
  17. display: -webkit-box;
  18. display: box;
  19. /*box-sizing: border-box;*/
  20. /*position: relative;
  21. z-index: 2;*/
  22. }
  23. .fa-sort-desc {
  24. position: absolute;
  25. top:50%;
  26. margin-top: -10px;
  27. margin-left: 5px;
  28. }
  29. .sanp-flex p {
  30. position: relative;
  31. }
  32. .sanp-flex:not(:last-child) p:after {
  33. position: absolute;
  34. top: 0;
  35. right: 0;
  36. content: '';
  37. width: 1px;
  38. height: 100%;
  39. background-color: #dcdcdc;
  40. }
  41. .sign-comonhd {
  42. border-bottom: 1px solid #dcdcdc;
  43. }
  44. .sign-comonhd .sanp-flex {
  45. -webkit-box-flex: 1;
  46. box-flex: 1;
  47. text-align: center;
  48. padding-bottom: 10px;
  49. }
  50. .sign-comonhd .sanp-flex p {
  51. color: #333;
  52. font-size:0.85rem;
  53. }
  54. .sanp-flex .pic {
  55. width: 26px;
  56. height: 26px;
  57. background: url(../images/hd-grey-bg.png) no-repeat left top;
  58. overflow: hidden;
  59. margin: 0 auto;
  60. background-size: cover;
  61. margin-bottom: 2px;
  62. }
  63. .sanp-flex.curr .pic {
  64. width: 26px;
  65. height: 26px;
  66. background: url(../images/hd-blue-bg.png) no-repeat left top;
  67. overflow: hidden;
  68. margin: 0 auto;
  69. background-size: cover;
  70. margin-bottom: 2px;
  71. }
  72. .sanp-flex .pic.p-01 {
  73. background-position: 0 0;
  74. }
  75. .sanp-flex .pic.p-02 {
  76. background-position: 0 -27px;
  77. }
  78. .sanp-flex .pic.p-03 {
  79. background-position: 0 -53px;
  80. }
  81. .sanp-flex .pic.p-04 {
  82. background-position: 0 -79px;
  83. }
  84. .sign-comonhd .sanp-flex.curr {
  85. border-bottom: 2px solid #1ca3e7;
  86. }
  87. .posater-oper li {
  88. padding: 10px 0;
  89. }
  90. .c-btn-1ca3e7 {
  91. background: #1ca3e7;
  92. }
  93. .posater-oper.c-list .c-list-info > h4 span.c-909090 {
  94. color: #909090 !important;
  95. font-size: 12px;
  96. margin-left: 10px;
  97. }
  98. .posater-oper.c-list .c-list-info > p {
  99. font-size: 13px;
  100. }
  101. .posater-oper.c-list .c-list-action {
  102. right: 10px;
  103. }
  104. .qy-jjboxer .input-group .form-textarea {
  105. border-radius: 0;
  106. }
  107. .c-btn.c-btn-fff.unbjy {
  108. color: #f65252;
  109. }
  110. .posater-oper.long.c-list .c-list-info {
  111. padding-right: 88px !important;
  112. }
  113. .view-more {
  114. display: inline-block;
  115. width: 100%;
  116. text-align: center;
  117. }
  118. .view-more a {
  119. /*color: #5b5b5b;*/
  120. display: block;
  121. padding: 15px 0 10px 0;
  122. font-size:0.85rem;
  123. color: #17b3ec;
  124. }
  125. .c-list{
  126. background-color: transparent;
  127. border: 0;
  128. }
  129. .posater-oper li {
  130. margin: 10px 10px;
  131. background: #fff;
  132. border-radius: 5px;
  133. }
  134. .c-list-indent-m {
  135. padding-right: 50px !important;
  136. }
  137. .bc-ff4c4c {
  138. background-color: #ff4c4c;
  139. }
  140. .bc-19d5c5 {
  141. background-color: #19D5C5;
  142. }
  143. .c-to-remind-action { background-color: #FF4D4C; }
  144. .c-reminded-action { background-color: #CCC; }
  145. .c-list-action{
  146. color: #fff !important;
  147. text-align: center;
  148. border-bottom-right-radius: 5px;
  149. border-top-right-radius: 5px;
  150. right: 0px!important;
  151. width: 50px;
  152. }
  153. .c-list-action>p{
  154. color: #fff;
  155. }
  156. .c-list .c-list-info > p {
  157. line-height: 26px;
  158. }
  159. .c-list-key, .c-list-info {
  160. display: -webkit-box;
  161. display: box;
  162. -webkit-box-orient: vertical;
  163. box-orient: vertical;
  164. -webkit-box-pack: center;
  165. box-pack: center;
  166. }
  167. .c-list > .c-list-cover {
  168. /*padding-left: 0 !important;*/
  169. margin-left: 10px !important;
  170. }
  171. .c-list .c-list-key {
  172. margin: 0 10px;
  173. }
  174. .c-list-key img{
  175. width: 50px;
  176. border-radius: 50%;
  177. }
  178. .posater-oper li{
  179. padding: 10px 0;
  180. }
  181. .allTx{
  182. width: 50px;
  183. height: 50px;
  184. position: absolute;
  185. bottom: 10px;
  186. right: 10px;
  187. color: #fff;
  188. border-radius: 50%;
  189. z-index: 9999;
  190. text-align: center;
  191. display: -webkit-box;
  192. -webkit-box-align: center;
  193. -webkit-box-orient: horizontal;
  194. padding-left: 12px;
  195. }
  196. .allTx>img {
  197. width: 50px;
  198. height: 50px;
  199. }
  200. .f-fs14{
  201. font-size: 14px!important;
  202. }
  203. .lh26{
  204. line-height: 26px!important;
  205. }
  206. .weixin-icon { width: 30px; height: 30px; margin-left: 15px; }
  207. .lin-sel-group{
  208. position: fixed;
  209. top: 45px;
  210. background: #fff;
  211. width: 100%;
  212. z-index: 11;
  213. display: none;
  214. max-height: 260px;
  215. overflow: scroll;
  216. overflow-x: hidden;
  217. overflow-y: scroll;
  218. }
  219. .lin-sel-group li{
  220. text-align: center;
  221. color: #17b3ec;
  222. height: 40px;
  223. line-height: 40px;
  224. font-size: 16px;
  225. border-bottom: 1px solid #f2f4f6;
  226. }
  227. .lin-sel-group img{
  228. width: 20px;
  229. margin: 10px;
  230. display: none;
  231. }
  232. .lin-sel-group li.checked img{
  233. display: inline;
  234. }
  235. .lin-mask{
  236. position: absolute;
  237. top: 45px;
  238. height: 100%;
  239. width: 100%;
  240. /*background: #000;*/
  241. height: 100%;
  242. z-index: 10;
  243. display: none;
  244. background-color: rgba(0,0,0,0.5);
  245. }
  246. .lin-down-arrow{
  247. position: relative;
  248. top: -2px;
  249. left: 5px;
  250. height: 10px;
  251. width: 10px;
  252. border-bottom: 3px solid #fff;
  253. border-right: 3px solid #fff;
  254. display: inline-block;
  255. transform:rotate(45deg);
  256. -ms-transform:rotate(45deg); /* IE 9 */
  257. -moz-transform:rotate(45deg); /* Firefox */
  258. -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
  259. -o-transform:rotate(45deg); /* Opera */
  260. zoom: 1;
  261. box-sizing: border-box;
  262. }
  263. .icon-checkbox{
  264. position: relative;
  265. -webkit-appearance: none;
  266. }
  267. .icon-checkbox[type=radio]:before{
  268. content: '\e411';
  269. font-family: Muiicons;
  270. font-size: 28px;
  271. font-weight: 400;
  272. line-height: 1;
  273. text-decoration: none;
  274. color: #e1e1e1;
  275. border-radius: 0;
  276. background: 0 0;
  277. -webkit-font-smoothing: antialiased;
  278. }
  279. .icon-checkbox[type=radio]:checked:before{
  280. content: '\e442';
  281. color: #17B3EC;
  282. }
  283. .icon-checkbox[type=checkbox]:disabled:before{
  284. content: '\e442'; color: #e1e1e1;
  285. }
  286. .red-dot{
  287. display: inline-block;
  288. background-color: red;
  289. width: 5px;
  290. height: 5px;
  291. border-radius: 50%;
  292. margin-bottom: 5px;
  293. margin-right:5px;
  294. }
  295. .icon-zhuanqian{
  296. position: absolute;
  297. top: 50%;
  298. right: 58px;
  299. margin-top: -25px;
  300. }
  301. .c-panels {
  302. position: absolute;
  303. width: 100%;
  304. top: 42px;
  305. left: 0;
  306. }
  307. .c-panel {
  308. background-color: #fff;
  309. }
  310. .c-panel {
  311. display: none;
  312. }
  313. .c-panel li {
  314. margin-left: 0;
  315. padding-left: 5px;
  316. }
  317. .c-panel li a {
  318. color: #323232;
  319. font-size: 14px;
  320. }
  321. .c-panel .list-selected a {
  322. color: #19b4ec;
  323. }
  324. .list-selected:after {
  325. position: absolute;
  326. top: 50%;
  327. right: 0.75rem;
  328. margin-top: -8px;
  329. content: "";
  330. display: block;
  331. width: 17px;
  332. height: 17px;
  333. background-image: url(../images/gouxuan_lanse_icon.png);
  334. background-size: 17px;
  335. background-repeat: no-repeat;
  336. background-position: 50%;
  337. }
  338. .c-list .c-list-info > p.c-323232 {
  339. color: #323232;
  340. }
  341. .c-list .c-list-action {
  342. padding: 0 20px;
  343. }
  344. #search_btn {
  345. position:absolute;
  346. top:50%;
  347. right: 10px;
  348. margin-top:-10px;
  349. width:20px;
  350. height:20px;
  351. background-image:url(../images/icon_sousuo.png);
  352. background-size: 20px;
  353. background-repeat: no-repeat;
  354. }
  355. .f-fs12{
  356. font-size: 12px!important;
  357. }
  358. .f-fs14{
  359. font-size: 14px!important;
  360. }
  361. .f-fs16{
  362. font-size: 16px!important;
  363. }
  364. .xu-flex{
  365. width: 100%;
  366. display: -webkit-flex;
  367. font-size: 14px;
  368. }
  369. .xu-flex div:nth-child(1){
  370. width: calc(100% - 70px);
  371. white-space: nowrap;
  372. text-overflow: ellipsis;
  373. overflow: hidden;
  374. }
  375. .xu-flex div:nth-child(2){
  376. min-width: 70px;
  377. text-align: right;
  378. padding-left: 5px;
  379. padding-right: 15px;
  380. }
  381. #unassignedLink {
  382. background-color: #fff;
  383. border-bottom-width: 1px;
  384. border-bottom-color: #e1e1e1;
  385. border-bottom-style: solid;
  386. }
  387. #unassignedLink .c-list-fun {
  388. margin-left: 0;
  389. }
  390. .icon-daifenpei{
  391. display: inline-block;
  392. width: 20px;
  393. height: 20px;
  394. background-image: url(../images/fenpeirenyuan_icon.png);
  395. background-repeat: no-repeat;
  396. background-size: 20px;
  397. vertical-align: middle;
  398. }
  399. .c-list > .list-arrow-r:after, .c-list > .list-arrow-u:after, .c-list > .list-arrow-d:after {
  400. position: absolute;
  401. top: 50%;
  402. right: 0.75rem;
  403. margin-top: -0.25rem;
  404. content: "";
  405. display: block;
  406. width: 0.7rem;
  407. height: 0.7rem;
  408. border: solid #cdcdcd;
  409. border-width: 0.1rem 0.1rem 0 0;
  410. -webkit-transform: rotate(45deg);
  411. transform: rotate(45deg);
  412. }
  413. .img-daifenpei {
  414. position:absolute;
  415. right:55px;
  416. top:-5px;
  417. width:77px;
  418. height:48px;
  419. }
  420. #dest_list li {
  421. min-height: 150px;
  422. }