yy-qygl.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. @charset "utf-8";
  2. /* CSS Document */
  3. body,
  4. html {
  5. background: #f2f4f6;
  6. }
  7. .sign-comonhd {
  8. display: -webkit-box;
  9. display: box;
  10. /*box-sizing: border-box;*/
  11. /*position: relative;
  12. z-index: 2;*/
  13. }
  14. .sign-comonhd .sanp-flex {
  15. -webkit-box-flex: 1;
  16. box-flex: 1;
  17. text-align: center;
  18. padding-bottom: 6px;
  19. }
  20. .sign-comonhd .sanp-flex p {
  21. color: #333;
  22. font-size:0.85rem;
  23. }
  24. .sanp-flex .pic {
  25. width: 26px;
  26. height: 26px;
  27. background: url(../images/hd-grey-bg.png) no-repeat left top;
  28. overflow: hidden;
  29. margin: 0 auto;
  30. background-size: cover;
  31. margin-bottom: 2px;
  32. }
  33. .sanp-flex.curr .pic {
  34. width: 26px;
  35. height: 26px;
  36. background: url(../images/hd-blue-bg.png) no-repeat left top;
  37. overflow: hidden;
  38. margin: 0 auto;
  39. background-size: cover;
  40. margin-bottom: 2px;
  41. }
  42. .sanp-flex .pic.p-01 {
  43. background-position: 0 0;
  44. }
  45. .sanp-flex .pic.p-02 {
  46. background-position: 0 -27px;
  47. }
  48. .sanp-flex .pic.p-03 {
  49. background-position: 0 -53px;
  50. }
  51. .sanp-flex .pic.p-04 {
  52. background-position: 0 -79px;
  53. }
  54. .sign-comonhd .sanp-flex.curr {
  55. border-bottom: 2px solid #1ca3e7;
  56. }
  57. .posater-oper li {
  58. padding: 10px 0;
  59. }
  60. .c-btn-1ca3e7 {
  61. background: #1ca3e7;
  62. }
  63. .posater-oper.c-list .c-list-info > h4 span.c-909090 {
  64. color: #909090 !important;
  65. font-size: 12px;
  66. margin-left: 10px;
  67. }
  68. .posater-oper.c-list .c-list-info > p {
  69. font-size: 13px;
  70. }
  71. .posater-oper.c-list .c-list-action {
  72. right: 10px;
  73. }
  74. .qy-jjboxer .input-group .form-textarea {
  75. border-radius: 0;
  76. }
  77. .c-btn.c-btn-fff.unbjy {
  78. color: #f65252;
  79. }
  80. .posater-oper.long.c-list .c-list-info {
  81. padding-right: 88px !important;
  82. }
  83. .view-more {
  84. display: inline-block;
  85. width: 100%;
  86. text-align: center;
  87. }
  88. .view-more a {
  89. /*color: #5b5b5b;*/
  90. display: block;
  91. padding: 15px 0 10px 0;
  92. font-size:0.85rem;
  93. color: #17b3ec;
  94. }
  95. .l-pullDown, .l-pullUp, .l-loading, .l-flip, .noMoreData{
  96. text-align: center; height: 40px!important; line-height: 39px!important; font-size: 14px;color: #909090;
  97. }
  98. .mj-flex{display:-webkit-box;-webkit-box-align:center;padding-top: 5px;}
  99. .weixin-icon { width: 20px; height: 17px; margin-top: 0px; margin-right: 5px; }
  100. .xuetang-icon { width: 12px; height: 21px; margin-top: 0px; margin-right: 0px; }
  101. .xueya-icon { width: 15px; height: 18px; margin-top: 0px; margin-right: 5px; }
  102. .mb-icon-round{width: 40px;height: 40px;border-radius: 50%;text-align: center;line-height: 39px;font-size: 16px;}
  103. .mb-icon-round.red{border: solid 1px #FF4c4c;color: #FF4c4c;}
  104. .mb-icon-round.orange{border: solid 1px #FFc691;color: #FFc691;}
  105. .mb-icon-round.green{border: solid 1px #06bf04;color: #06bf04;}
  106. .icon-yujing{ width: 36px; height: 18px;margin-left: 5px;}
  107. .mb-price{color: #909090;font-size: 14px;margin-right: 5px;}