123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- .re-title .name{font-size: 18px;font-weight: bold;color: #333;height: 40px;line-height: 40px;display: inline-block;padding: 0px 20px;}
- .re-title .team{font-size: 14px;color: #333;display: inline-block;}
- .no-select{-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select:none}
- .re-title{border-bottom:solid 1px #ededed;}
- .w3-row:after {
- content: "";
- display: table;
- clear: both
- }
- .btn.disabled{pointer-events: none;}
- .w3-col {
- float: left;
- width: 100%
- }
- .w3-rest{overflow:hidden}
- .div-table {
- display: table;
- width: 100%;
- }
- .table-row {
- display: table-row;
- }
- .table-cell {
- display: table-cell;
- text-align: center;
- vertical-align: middle;
- }
- .pr20{
- padding-right: 20px;
- }
- .fr{
- float: right;
- }
- .lheight-20{
- line-height: 20px;
- }
- .lheight-40{
- line-height: 40px;
- }
- .lheight-60{
- line-height: 60px;
- }
- .mt80{
- margin-top: 80px;
- }
- .w-160{
- width: 160px;
- }
- .w-220{
- width: 220px;
- }
- .btn{
- color:#fff;
- width: 80px;
- padding: 4px 8px;
- height: 28px;
- }
- select.form-control{
- padding: 0px 1px;
- height: 28px;
- }
- .bgc-12B7F5{
- background-color: #12B7F5;
- }
- .c-12B7F5{
- color: #12B7F5;
- }
- .bgc-FF9630{
- background-color: #FF9630;
- }
- .c-FF9630{
- color: #FF9630;
- }
- .bgc-2DBE55{
- background-color: #2DBE55;
- }
- .data-model{
- border: 1px solid #e1e1e1;
- border-radius: 5px;
- }
- #sc_table{}
- #sc_table tr td:nth-child(2):hover{
- color:#12B7F5;
- cursor: pointer;
- }
- #sc_table th,#sc_table td{
- height: 40px;
- font-size: 14px;
- padding-left:5px;
- padding-right:5px;
- }
- #sc_table th{
- background-color: #F5F5FA;
- text-align: center;
- color: #909090;
- font-weight: normal;
- }
- [v-cloak] {
- display: none;
- }
- .ellipsis{
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- }
- .dataCell {
- height: 24px;
- line-height: 24px;
- float: left;
- margin-right:10px;
- }
- .w160{
- width:160px;
- }
- .c-vam {
- vertical-align: middle;
- }
- .inline {
- display: inline-block!important;
- vertical-align: middle;
- }
- button.dropdown-toggle{
- width: 35px;
- }
- button.dropdown-toggle .caret,
- button.dropdown-toggle:hover .caret {
- background: url(../images/jiantou_xia_icon.png) no-repeat;
- width: 11px;
- height: 11px;
- background-size: 100%;
- border: 0;
- }
- .form-control{
- height: 28px;
- background-color: #FFFFFF !important;
-
- }
|