123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327 |
- @charset "utf-8";
- *{
- margin: 0;
- padding: 0;
- font-family:Microsoft YaHei,fontello;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- list-style: none;
- }
- body{
- margin: 0;
- padding: 0;
- }
- ul,li{
- margin: 0;
- padding: 0;
- list-style: none;
- text-align: center;
- }
- button:focus,button{
- outline: none;
- cursor: pointer;
- }
- .clearfix:after{
- content: "";
- height: 0;
- line-height: 0;
- display: block;
- visibility: hidden;
- clear: both;
- }
- .clearfix{
- zoom:1;
- }
- body {
- margin: 0;
- overflow-y: hidden;
- }
- .informationtHeader{
- height: 30px;
- width: 100%;
- padding: 20px 0;
- display: inline-flex;
- background: #121b29;
- color: #fff;
- }
- .informationHeaderRight {
- position: absolute;
- right: 30px;
- font-size: 14px;
- }
- .informationHeaderRight>a{
- color: #fff;
- text-decoration: none;
- }
- .mainCouple {
- float: right;
- width: calc(100% - 150px);
- margin: 20px 0;
- overflow-y: scroll;
- overflow-x: hidden;
- }
- div.informationtPermissions{
- width: 450px;
- }
- .informationtPermissions, .informationtAddUser, .informationtcreateItem, .informationDetailed {
- display: none;
- position: absolute;
- left: 50%;
- top: 30%;
- width: 370px;
- margin-left: -185px;
- padding: 0 20px;
- background: #fff;
- color: #000;
- transition: all .4s linear;
- box-shadow: 2px 2px 13px #acacac;
- -moz-box-shadow: 2px 2px 13px #acacac;
- -webkit-box-shadow: 2px 2px 13px #acacac;
- z-index: 999;
- }
- .informationDetailed .infoItem{
- position: relative;
- padding: 20px 5px;
- }
- .informationDetailed .infoItem .close{
- right: 0;
- }
- .informationDetailed .infoItem p{
- margin: 20px 0 5px;
- }
- .informationDetailed .infoItem h4 {
- width: 320px;
- /* height: 22px; */
- line-height: 22px;
- overflow: hidden;
- /* white-space: nowrap; */
- text-overflow: ellipsis;
- }
- .permissionsHead span{
- font-size: 16px;
- line-height: 35px;
- }
- .informationtcreateItem {
- padding: 40px 20px 10px;
- }
- .informationtcreateItem form{
- padding: 30px;
- }
- .informationtcreateItem input {
- width: 360px;
- border: 1px solid #eee;
- height: 35px;
- border-radius: 3px;
- margin: 10px 0;
- padding: 4px;
- resize: none;
- }
- .permissionsHead, .AddUserHead {
- height: 35px;
- padding: 15px 0;
- border-bottom: 1px solid #e1e1e1;
- }
- .AddItem{
- float: right;
- width: 65px;
- height: 35px;
- background: #3372e1;
- color: #fff;
- border: 0px solid transparent;
- border-radius: 4px;
- }
- .actionItem {
- display: inline-block;
- }
- .informationtSet{
- display: none;
- }
- .informationtHeaderLogo {
- width: 30px;
- margin-left: 18px;
- }
- .logoTitle {
- margin: 0;
- margin-left: 10px;
- line-height: 29px;
- font-weight: 400;
- font-size: 24px;
- }
- .asideMenu {
- text-align: center;
- }
- .asideMenu ul li span{
- width: 143px;
- height: 35px;
- display: inline-block;
- }
- .asideMenu h3{
- margin:20px 0;
- }
- .asideItem:visited asideItem, .asideItembg, .asideItem:hover, asideItem {
- background: #cfdff5;
- color: #6490e7;
- }
- .asideItem {
- height: 35px;
- margin: 3px 0;
- line-height: 35px;
- }
- .asideMenu .active {
- width: 4px !important;
- height: 35px;
- display: inline-block;
- float: left;
- background: #3372e1;
- }
- .aside {
- position: absolute;
- left: 0;
- width: 147px;
- min-height: 1000px;
- height: 530px;
- background-color: #e7f1ff;
- color: #000;
- }
- .informationtTime{
- padding: 10px 0;
- }
- .timeItem, .delectInfo, .setInfo, .btnAdd, .createItem, .closeItem, .moreInfo {
- width: 80px;
- height: 30px;
- margin: 0 10px;
- border: 0 solid transparent;
- border-radius: 4px;
- color: #fff;
- background: #3372e1;
- font-size: 14px;
- }
- .delectInfo, .moreInfo{
- margin: 0 !important;
- }
- .addItem, .addUser, .delItem, .informationtSet {
- width: 80px;
- height: 35px;
- margin: 0 10px;
- border: 1px solid #777;
- border-radius: 4px;
- color: #fff;
- background: transparent;
- }
- .addItem:hover, addItem, .addUser:hover, addUser, .delItem:hover, delItem, .informationtSet:hover, informationtSet{
- background: #121b29;
- border: 1px solid transparent;
- color: #fff !important;
- }
- .createItem, .closeItem {
- position: relative;
- left: 190px;
- margin: 0;
- margin-left: 10px;
- }
- .informationtInfo {
- padding: 20px 10px 60px;
- }
- .tbMain{
- border-spacing: 0;
- }
- tbody td{
- max-width: 160px;
- padding-right: 10px;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .AddUserMembers .tbMain{
- min-width: 380px;
- }
- .informationtInfo .tbMain{
- min-width: 600px;
- }
- .informationtInfo .tbMain td {
- max-width: 80px;
- padding: 10px;
- text-align: center;
- color: #333;
- font-size: 16px;
- border: 1px solid #c8dbff;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .coupleData {
- position: absolute;
- width: 678px;
- padding: 10px;
- text-align: center;
- border: 1px solid #c8dbff;
- }
- .informationtInfo .tbMain .infoTitle{
- background: #ebf2ff;
- }
- .informationtInfo .tbMain .trContent {
- max-width: 700px;
- width: 50%;
- }
- .informationtInfo .tbMain .trCoupleTime{
- width: 150px;
- }
- .informationtPaging ul *{
- display: inline-block;
- color: #428bca;
- display: inline-block;
- height: 25px;
- line-height: 25px;
- padding: 0 5px;
- border: 1px solid #ddd;
- margin: 0 2px;
- border-radius: 4px;
- vertical-align: middle;
- }
- .informationtPaging ul *:hover{
- text-decoration: none;
- border: 1px solid #428bca;
- }
- .informationtPaging {
- display: none;
- }
- .informationtPaging .active{
- color: #fff;
- background-color: #428bca;
- border: 1px solid #428bca;
- }
- .permissionsMembers .tbMain tr td:first-child, .AddUserMembers .tbMain tr td:first-child{
- display: none;
- }
- .permissionsMembers .tbMain tr, .informationtAddUser .tbMain tr {
- height: 50px;
- text-align: left;
- }
- .permissionsMembers .tbMain tr td{
- width: 160px;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .permissionsMembers .tbMain .trUserName{
- padding-right: 10px;
- }
- .NoPowerMembers {
- padding-left: 10px;
- color: #cf0a0a;
- font-size: 18px;
- }
- .close {
- position: absolute;
- right: 15px;
- top: 13px;
- }
- .title {
- position: absolute;
- left: 15px;
- top: 13px;
- }
- .lidis {
- background: #f2f2f2;
- color: #bfbfbf!important;
- pointer-events: none;
- }
|