kjxq.less 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. @import '../common/header1.less';
  2. @import url('../../font/iconfont.less');
  3. .kjxq-page {
  4. position: fixed;
  5. top: 0;
  6. bottom: 0;
  7. width: 100%;
  8. z-index: 999;
  9. background: #fff;
  10. .page-container {
  11. position: fixed;
  12. top: 40px;
  13. bottom: 0;
  14. overflow: auto;
  15. width: 100%;
  16. .kjxq-kjjg-btn-wrapper {
  17. padding: 10px 0;
  18. }
  19. }
  20. .page-header {
  21. padding: 5px 10px;
  22. height: 60px;
  23. font-size: 13px;
  24. .header-left {
  25. height: 100%;
  26. width: 50px;
  27. float: left;
  28. .center();
  29. .iconfont {
  30. font-size: 40px;
  31. }
  32. }
  33. .header-right {
  34. margin-left: 55px;
  35. margin-right: -10PX;
  36. .header-right-ads {
  37. margin-top: -5px;
  38. border-bottom: 2px #e84542 solid;
  39. color: #808080;
  40. }
  41. .header-right-res {
  42. }
  43. }
  44. }
  45. .kjxq-wrapper {
  46. padding: 0 15px;
  47. .kjxq-title {
  48. padding: 10px 15px;
  49. .title-bg();
  50. font-size: 16px;
  51. margin: -5px -15px;
  52. }
  53. .kjxq-content {
  54. padding: 15px 0;
  55. .kjxq-kjjg-detail, .cash-box {
  56. color: #666;
  57. font-size: 14px;
  58. overflow: hidden;
  59. .kjxq-kjjg-detail-list {
  60. float: left;
  61. padding: 3px 20px 3px 0;
  62. }
  63. }
  64. .kjxq-kjjg-tips {
  65. height: 30px;
  66. line-height: 30px;
  67. font-size: 14px;
  68. color: #999;
  69. }
  70. .kjxq-kjjg-btn {
  71. display: inline-block;
  72. padding: 5px 12px;
  73. border: 1px #52a8e1 solid;
  74. color: #52a8e1;
  75. font-size: 12px;
  76. border-radius: 5px;
  77. margin: 0 5px;
  78. }
  79. }
  80. }
  81. }
  82. .ball-wrapper {
  83. display: inline-block;
  84. overflow: hidden;
  85. .ball-item {
  86. float: left;
  87. height: 28px;
  88. width: 28px;
  89. font-size: 12px;
  90. color: #fff;
  91. border-radius: 50%;
  92. margin: 2px 2px;
  93. .center();
  94. }
  95. .huase-item {
  96. float: left;
  97. font-size: 25px;
  98. border-radius: 50%;
  99. margin: 2px 5px;
  100. font-weight: 700;
  101. .center();
  102. .iconfont {
  103. font-size: 26px;
  104. }
  105. &.hongtao, &.fangpian {
  106. color: #E84542;
  107. }
  108. }
  109. }
  110. .table-response {
  111. text-align: center;
  112. color: #666;
  113. .table {
  114. width: 100%;
  115. border-collapse: collapse;
  116. border-top: 1px solid #e5e5e5;
  117. border-left: 1px solid #e5e5e5;
  118. }
  119. .tr-response {
  120. th.td-response {
  121. font-weight: 500;
  122. font-size: 16px;
  123. }
  124. .td-response {
  125. border-right: 1px solid #e5e5e5;
  126. border-bottom: 1px solid #e5e5e5;
  127. text-align: center;
  128. padding: 3px 0;
  129. }
  130. td.td-response {
  131. font-size: 14px;
  132. }
  133. &.tr-strong {
  134. background: #fafcff;
  135. }
  136. }
  137. }