xufangguanli.css 6.8 KB

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