123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- @charset "utf-8";
- .sys_resourceinfo_index .tpl-btns .row {
- padding-left: 10px;
- }
- .sys_resourceinfo_index th.opt-check {
- width: 35px;
- }
- .sys_resourceinfo_index .table {
- table-layout: fixed;
- }
- .sys_resourceinfo_index .orderBy .icon-close{
- display: none;
- }
- .sys_resourceinfo_index .number {
- width: 4%;
- }
- .sys_resourceinfo_index .table-opt .name {
- cursor: pointer;
- }
- .sys_resourceinfo_sort {
- width: 600px;
- height: 200px;
- }
- .sys_resourceinfo_subject {
- width: 600px;
- height: 300px;
- }
- .sys_resourceinfo_sort .content,.sys_resourceinfo_subject .content{
- font-size: 25px;
- font-weight: bold;
- }
- .sys_resourceinfo_subject .orgSize.dyn-mselect .icon-drop {
- display: none !important;
- }
- .sys_resourceinfo_subject .orgSize.dyn-mselect .dd-drop {
- display: none !important;
- }
- .sys_resourceinfo_subject .orgSize.dyn-mselect .placeholder {
- display: none !important;
- }
- .sys_resourceinfo_contacts {
- width:800px;
- height: 480px;
- }
- .sys_resourceinfo_contacts .table {
- table-layout: fixed;
- }
- .sys_resourceinfo_contacts .container {
- padding-right: 20px;
- padding-left: 20px;
- margin-right: auto;
- margin-left: auto;
- }
- .sys_resourceinfo_contacts .row {
- margin-right: 10px;
- margin-left: -10px;
- overflow: visible;
- }
- .sys_resourceinfo_contacts .number{
- width:60px;
- }
|