1234567891011121314151617 |
- @charset "utf-8";
- .sys_right_index .queryForm{
- position: relative;
- }
- .sys_right_index .queryForm .icon-search{
- position: absolute;
- top:7px;
- right:15px;
- font-size:25px;
- }
- .sys_right_index .table-opt .icon {
- margin: 10px;
- font-size: 20px;
- }
- .sys_right_new,.sys_right_display{
- width:600px;
- }
|