123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213 |
- body {
- font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
- background-color:#F7F6F2
-
- }
- .tree {
- min-height: 10px;
- padding: 2px;
- margin-bottom: 10px;
- background-color: #fbfbfb;
-
-
-
-
- font-size: 14px;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
- }
- .tree li {
- list-style-type: none;
- margin: 0;
- padding: 7px 5px 0 0px;
- position: relative
- }
- .tree li::before, .tree li::after {
- content: '';
- left: -20px;
- position: absolute;
- right: auto
- }
- .tree li::before {
- border-left: 1px solid #999;
- bottom: 50px;
- height: 100%;
- top: 0;
- width: 1px
- }
- .tree li::after {
- border-top: 1px solid #999;
- height: 20px;
- top: 25px;
- width: 25px
- }
- .tree li span {
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border: 1px solid #999;
- border-radius: 5px;
- display: inline-block;
- padding: 1px 4px;
- text-decoration: none
- }
- .tree li.parent_li > span {
- cursor: pointer
- }
- .tree > ul > li::before, .tree > ul > li::after {
- border: 0
- }
- .tree li:last-child::before {
- height: 25px
- }
- .tree li.parent_li > span:hover, .tree li.parent_li > span:hover + ul li span {
- background: #eee;
- border: 1px solid #94a0b4;
- color: #000
- }
- .table-condensed > tbody > tr > th,
- .table-condensed > tfoot > tr > th,
- .table-condensed > tbody > tr > td,
- .table-condensed > tfoot > tr > td {
- padding: 2px 2px;
- font-size: 14px;
- }
- .table-condensed > thead {
- border-top:0px ;
- font-weight: bold;
- font-size: 17px;
- }
- .thead ,
- .thead > td {
- border-top:0px !important;
- font-weight: bold;
- font-size: 17px;
- }
- .no-border > tbody > tr > td{
- border-top:0px !important;
- }
- div[role="tabpanel"] {
- background-color: white;
- }
- .bs-callout {
- padding: 10px;
- margin: 10px 0;
- border: 1px solid #eee;
- border-left-width: 5px;
- border-radius: 3px;
- background-color: white;
- }
- .bs-callout h4 {
- margin-top: 0;
- margin-bottom: 5px;
- }
- .bs-callout-info {
- border-left-color: #1b809e;
- }
- .bs-callout-info h4 {
- color: #1b809e;
- }
- .bs-callout-grey {
- border-left-color: grey;
- }
- .bs-callout-grey > h4 {
- color: grey;
- }
- .bs-callout-grey > h4 a{
- color: grey;
- }
- .bs-callout-danger {
- border-left-color: #ce4844;
- }
- .bs-callout-danger h4 {
- color: #ce4844
- }
- .bs-callout-warning {
- border-left-color: #aa6708;
- }
- .bs-callout-warning h4 {
- color: #aa6708
- }
- .bs-callout + .bs-callout {
- margin-top: -5px;
- }
- .error-message-container{
- display: none;
- }
- .float_left{
- float: left;
- }
- .float_right {
- float:right;
- }
- #global-notification{
- display:none ;
- margin-top:30px;
- text-align: center;
- width: 50%;
- margin-left: 25%;
- }
- .container-fluid>.row{
- margin-top: 30px;
- }
- .modal-content >.container-fluid>.row{
- margin-top: 0px;
- }
- .modal-content >.container-fluid >.row>.panel{
- margin-bottom: 0px;
- }
- thead {
- font-weight: bold;
- font-size: 18px;
- }
- .navbar-default .navbar-nav>li>p,
- .navbar-default .navbar-nav>li>a {
- color: black;
- font-size: 16px;
- }
- .navbar-default .navbar-nav>li>a:hover
- {
- background-color:white;
- }
- .panel-white {
- border-color: #FFF;
- }
- .panel-heading {
- font-size: 19px;
- }
- code{
- font-size: 100%;
- }
- .question-item > .list-group > .list-group-item{
- padding: 8px 10px;
- }
|