| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- .fr {
- float: right;
- }
- .fr li {
- float: left;
- }
- .size-14 {
- font-size: 14px!important;
- }
- .size-16 {
- font-size: 16px;
- }
- .anniu i {
- margin-right: 5px;
- }
- .x-color {
- width: 100px;
- background-color: #FFF;
- background-image: none;
- border: 1px solid #e5e6e7;
- border-radius: 1px;
- color: inherit;
- }
- .inputs {
- border: 1px solid #e5e6e7;
- width: 150px;
- padding: 6px 12px;
- }
- .d {
- color: forestgreen;
- }
- .du {
- color: #0064B6;
- }
- .w {
- color: #e43926;
- }
- .Title_box {
- line-height: 20px;
- border-bottom: 1px solid #ccc;
- padding-bottom: 10px;
- }
- .btns:hover {
- background-color: #06caa2;
- }
- /*外呼计划*/
- .anniu {
- margin-bottom: 10px;
- }
- .operation a{
- margin-right: 5px;
- }
- /*增加试题分类*/
- .Content {
- text-align: center;
- padding: 10px;
- }
-
- .btn {
- background: #1ab394;
- }
-
- .Btn_box {
- margin-top: 20px;
- color: #fff;
- }
-
- .Content_ {
- padding-bottom: 10px;
- }
-
- .form_table {
- width: 100%;
- }
-
- .form_table th {
- padding: 5px 8px 5px 0;
- color: #333;
- font-weight: 700;
- text-align: right;
- background: #f9f9f9;
- }
-
- .form_table td {
- padding: 6px 0 5px 10px;
- text-align: left;
- color: #717171;
- line-height: 200%;
- margin-bottom: 20px;
- }
-
- .txtInput {
- width: 50%;
- margin-right: 5px;
- padding: 0 3px 0 3px;
- height: 22px;
- line-height: 22px;
- background: #FAFAFA;
- border: 1px solid #D7D7D7;
- vertical-align: middle;
- font-size: 12px;
- }
-
- #Search {
- color: #1ab394;
- }
-
- .Table_box {
- display: none;
- }
-
- .Btn_box {
- margin-top: 10px;
- text-align: center;
- }
-
- /*外呼计划*/
- .tbleft{
- float: left;
- width: 38%;
- }
- .tblert{
- float: right;
- width: 60%;
- }
|