style.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. .no-padding {
  2. padding: 0 0 50px 0;
  3. }
  4. .icon-color {
  5. /*color: #B7B6B6;*/
  6. color: #1e88e5;
  7. }
  8. .color-333 {
  9. color: #333;
  10. }
  11. .padding-0 {
  12. padding: 0 !important;
  13. }
  14. .badge-danger {
  15. background-color: #d9534f;
  16. color: #fff;
  17. }
  18. .pagination {
  19. display: inline-block;
  20. padding-left: 0;
  21. margin: 20px 0;
  22. border-radius: 4px;
  23. }
  24. .pagination > li {
  25. display: inline;
  26. }
  27. .pagination > li:first-child > a, .pagination > li:first-child > span {
  28. margin-left: 0;
  29. border-top-left-radius: 4px;
  30. border-bottom-left-radius: 4px;
  31. }
  32. .pagination [disabled] {
  33. color: #ccc;
  34. cursor: default;
  35. }
  36. .pagination > li > a, .pagination > li > span {
  37. position: relative;
  38. float: left;
  39. padding: 6px 12px;
  40. margin-left: -1px;
  41. line-height: 1.42857143;
  42. color: #337ab7;
  43. text-decoration: none;
  44. background-color: #fff;
  45. border: 1px solid #ddd;
  46. }
  47. .badge {
  48. font-size: 11px !important;
  49. text-align: center;
  50. height: 18px;
  51. padding: 3px 6px 3px 6px;
  52. -webkit-border-radius: 12px !important;
  53. -moz-border-radius: 12px !important;
  54. border-radius: 12px !important;
  55. text-shadow: none !important;
  56. text-align: center;
  57. vertical-align: middle;
  58. line-height: 1;
  59. min-width: 10px;
  60. }
  61. .badge-danger, .navbar-default .badge-danger {
  62. background-color: #d9534f;
  63. color: #fff;
  64. }
  65. .weui-form-preview:before {
  66. border: none;
  67. }
  68. .text-success {
  69. color: #45B6AF;
  70. }
  71. .text-label {
  72. color: #45B6AF;
  73. }
  74. .text-warning {
  75. color: #dfba49;
  76. }
  77. .text-danger {
  78. color: #F3565D;
  79. }
  80. .table {
  81. width: 100%;
  82. max-width: 100%;
  83. border-collapse: collapse;
  84. font-size: 14px;
  85. border: 1px solid #ddd;
  86. text-align: center;
  87. }
  88. .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  89. border: 1px solid #ddd;
  90. padding: 8px;
  91. }
  92. .instruction-img {
  93. border: 1px solid #e5e5e5;
  94. max-height: 300px;
  95. margin-right: 3px;
  96. max-width: 500px;
  97. }
  98. .instruction-img-maxwidth {
  99. max-width: 400px;
  100. }
  101. .article-ckzl ol {
  102. margin-left: 25px;
  103. }
  104. .btn-index {
  105. width: 36px;
  106. height: 36px;
  107. border-radius: 18px;
  108. padding: 0;
  109. font-size: 18px;
  110. line-height: 36px;
  111. position: fixed;
  112. right: 15px;
  113. bottom: 15px;
  114. opacity: 0.8;
  115. }
  116. .weui-media-box__info__meta {
  117. line-height: 17px;
  118. }
  119. .weui-panel {
  120. --margin-top: 10px !important;
  121. }
  122. .clause-span {
  123. float: right;
  124. font-weight: bold;
  125. }
  126. .clause-allresults:last-child {
  127. border-bottom: none;
  128. }
  129. .clause-allresults {
  130. border-bottom: 1px solid #E5E5E5;
  131. margin: 5px 0 5px 0;
  132. }
  133. .clause-allresults .weui-media-box__desc:last-child {
  134. margin-bottom: 5px;
  135. }
  136. .clause-p { /*color: #999999;*/
  137. font-size: 13px;
  138. }
  139. .notifyjs-container {
  140. font-size: 14px;
  141. }
  142. .white-space-normal {
  143. white-space: normal !important;
  144. }
  145. .background-EA {
  146. background: #EAEAEA !important;
  147. }
  148. .padding-20 {
  149. padding: 0 20px;
  150. }
  151. .small-right {
  152. display: block;
  153. text-align: right;
  154. }
  155. .weui-footer {
  156. margin-top: 20px;
  157. }
  158. .text-align-last-normal {
  159. -webkit-text-align-last: inherit;
  160. text-align-last: inherit;
  161. }
  162. .text-color-initial {
  163. color: initial !important;
  164. }
  165. .float-right {
  166. float: right;
  167. }
  168. .user_heading_avatar img {
  169. width: 82px;
  170. height: 82px;
  171. }
  172. .box-shadow-none {
  173. box-shadow: none !important;
  174. }
  175. .padding-top-15 {
  176. padding-top: 15px !important;
  177. }
  178. .weui-media-box__title {
  179. font-size: 16px !important;
  180. }
  181. .border-none {
  182. border: none !important;
  183. }
  184. .color-000 {
  185. color: #000 !important;
  186. }
  187. .weui-form-preview__label {
  188. color: #000 !important;
  189. }
  190. .text-center {
  191. text-align: center;
  192. }
  193. .border-right {
  194. border-right: 1px solid rgba(0,0,0,.12);
  195. }
  196. .border-bottom {
  197. border-bottom: 1px solid rgba(0,0,0,.12);
  198. }
  199. .background-f8 {
  200. background-color: #f8f8f8;
  201. }
  202. .list-item {
  203. display: list-item;
  204. height: 10px;
  205. }
  206. .padding-bottom-5 {
  207. padding-bottom: 5px !important;
  208. }
  209. .padding-top-10 {
  210. padding-top: 10px !important;
  211. }
  212. .padding-bottom-10 {
  213. padding-bottom: 10px !important;
  214. }
  215. .no-margin {
  216. margin: 0 !important;
  217. }
  218. .color-primary {
  219. color: #1976d2;
  220. }
  221. .article-ckzl {
  222. background: #fff;
  223. }