1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- .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
- }
- .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 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;
- }
|