style.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. body {
  2. font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
  3. background-color:#F7F6F2
  4. /*background-color: rgb(249, 249, 249)*/
  5. }
  6. .tree {
  7. min-height: 10px;
  8. padding: 2px;
  9. margin-bottom: 10px;
  10. background-color: #fbfbfb;
  11. /*border: 1px solid #C2CDDE;*/
  12. /*-webkit-border-radius: 4px;*/
  13. /*-moz-border-radius: 4px;*/
  14. /*border-radius: 1px;*/
  15. font-size: 14px;
  16. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  17. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  18. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
  19. }
  20. .tree li {
  21. list-style-type: none;
  22. margin: 0;
  23. padding: 7px 5px 0 0px;
  24. position: relative
  25. }
  26. .tree li::before, .tree li::after {
  27. content: '';
  28. left: -20px;
  29. position: absolute;
  30. right: auto
  31. }
  32. .tree li::before {
  33. border-left: 1px solid #999;
  34. bottom: 50px;
  35. height: 100%;
  36. top: 0;
  37. width: 1px
  38. }
  39. .tree li::after {
  40. border-top: 1px solid #999;
  41. height: 20px;
  42. top: 25px;
  43. width: 25px
  44. }
  45. .tree li span {
  46. -moz-border-radius: 5px;
  47. -webkit-border-radius: 5px;
  48. border: 1px solid #999;
  49. border-radius: 5px;
  50. display: inline-block;
  51. padding: 1px 4px;
  52. text-decoration: none
  53. }
  54. .tree li.parent_li > span {
  55. cursor: pointer
  56. }
  57. .tree > ul > li::before, .tree > ul > li::after {
  58. border: 0
  59. }
  60. .tree li:last-child::before {
  61. height: 25px
  62. }
  63. .tree li.parent_li > span:hover, .tree li.parent_li > span:hover + ul li span {
  64. background: #eee;
  65. border: 1px solid #94a0b4;
  66. color: #000
  67. }
  68. .table-condensed > tbody > tr > th,
  69. .table-condensed > tfoot > tr > th,
  70. .table-condensed > tbody > tr > td,
  71. .table-condensed > tfoot > tr > td {
  72. padding: 2px 2px;
  73. font-size: 14px;
  74. }
  75. .table-condensed > thead {
  76. border-top:0px ;
  77. font-weight: bold;
  78. font-size: 17px;
  79. }
  80. .thead ,
  81. .thead > td {
  82. border-top:0px !important;
  83. font-weight: bold;
  84. font-size: 17px;
  85. }
  86. .no-border > tbody > tr > td{
  87. border-top:0px !important;
  88. }
  89. div[role="tabpanel"] {
  90. background-color: white;
  91. }
  92. .bs-callout {
  93. padding: 10px;
  94. margin: 10px 0;
  95. border: 1px solid #eee;
  96. border-left-width: 5px;
  97. border-radius: 3px;
  98. background-color: white;
  99. }
  100. .bs-callout h4 {
  101. margin-top: 0;
  102. margin-bottom: 5px;
  103. }
  104. .bs-callout-info {
  105. border-left-color: #1b809e;
  106. }
  107. .bs-callout-info h4 {
  108. color: #1b809e;
  109. }
  110. .bs-callout-grey {
  111. border-left-color: grey;
  112. }
  113. .bs-callout-grey > h4 {
  114. color: grey;
  115. }
  116. .bs-callout-grey > h4 a{
  117. color: grey;
  118. }
  119. .bs-callout-danger {
  120. border-left-color: #ce4844;
  121. }
  122. .bs-callout-danger h4 {
  123. color: #ce4844
  124. }
  125. .bs-callout-warning {
  126. border-left-color: #aa6708;
  127. }
  128. .bs-callout-warning h4 {
  129. color: #aa6708
  130. }
  131. .bs-callout + .bs-callout {
  132. margin-top: -5px;
  133. }
  134. .error-message-container{
  135. display: none;
  136. }
  137. .float_left{
  138. float: left;
  139. }
  140. .float_right {
  141. float:right;
  142. }
  143. #global-notification{
  144. display:none ;
  145. margin-top:30px;
  146. text-align: center;
  147. width: 50%;
  148. margin-left: 25%;
  149. }
  150. .container-fluid>.row{
  151. margin-top: 30px;
  152. }
  153. .modal-content >.container-fluid>.row{
  154. margin-top: 0px;
  155. }
  156. .modal-content >.container-fluid >.row>.panel{
  157. margin-bottom: 0px;
  158. }
  159. thead {
  160. font-weight: bold;
  161. font-size: 18px;
  162. }
  163. .navbar-default .navbar-nav>li>p,
  164. .navbar-default .navbar-nav>li>a {
  165. color: black;
  166. font-size: 16px;
  167. }
  168. .navbar-default .navbar-nav>li>a:hover
  169. {
  170. background-color:white;
  171. }
  172. .panel-white {
  173. border-color: #FFF;
  174. }
  175. .panel-heading {
  176. font-size: 19px;
  177. }
  178. code{
  179. font-size: 100%;
  180. }
  181. .question-item > .list-group > .list-group-item{
  182. padding: 8px 10px;
  183. }