juminxufangjilu.css 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392
  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. }
  320. .c-panel .list-selected a {
  321. color: #19b4ec;
  322. }
  323. .list-selected:after {
  324. position: absolute;
  325. top: 50%;
  326. right: 0.75rem;
  327. margin-top: -8px;
  328. content: "";
  329. display: block;
  330. width: 17px;
  331. height: 17px;
  332. background-image: url(../images/gouxuan_lanse_icon.png);
  333. background-size: 17px;
  334. background-repeat: no-repeat;
  335. background-position: 50%;
  336. }
  337. .c-list .c-list-info > p.c-323232 {
  338. color: #323232;
  339. }
  340. .c-list .c-list-action {
  341. padding: 0 20px;
  342. }