| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279 |
- body{
- margin: 0;
- }
- /* login */
- .coupleItem {
- display: flex;
- height: 100%;
- justify-content: center;
- align-items: center;
- }
- .coupleForm {
- padding: 100px;
- box-shadow: #585858 1px 0 50px 2px;
- background: #fff;
- border: 1px solid #e7e7e7;
- }
- .form-control {
- display: block;
- width: 275px;
- height: 26px;
- padding: 6px 12px;
- font-size: 14px;
- line-height: 1.42857143;
- color: #555;
- background-color: #fff;
- background-image: none;
- border: 1px solid #ccc;
- border-radius: 4px;
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
- -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
- -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
- transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
- }
- .coupleItemInfo{
- display: block;
- height: 20px;
- padding: 10px 3px;
- color: #e4393c;
- font-size: 14px;
- }
- .loginSubmit{
- width: 100%;
- height: 30px;
- border-radius: 5px;
- border: 0;
- background: #5ea7fd;
- color: #fff;
- }
- /* login end */
- .informationtHeader{
- height: 30px;
- width: 100%;
- padding: 20px 0;
- display: inline-flex;
- background: #121b29;
- color: #fff;
- }
- .informationHeaderRight {
- position: absolute;
- right: 30px;
- top: 25px;
- font-size: 14px;
- }
- .informationHeaderRight>a{
- color: #fff;
- text-decoration: none;
- }
- .informationtPermissions, .informationtAddUser, .informationtcreateItem {
- display: none;
- margin: 30px 15px 0 80px;
- 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;
- }
- .informationtcreateItem{
- padding: 20px;
- }
- .informationtcreateItem form{
- padding: 30px;
- }
- .informationtcreateItem input {
- width: 100%;
- border: 1px solid #eee;
- height: 35px;
- border-radius: 3px;
- margin: 10px 0;
- padding: 4px;
- resize: none;
- }
- .permissionsHead, .AddUserHead {
- 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;
- }
- .informationtSet{
- display: none;
- padding-right: 20px;
- }
- .informationtHeaderLogo{
- margin-left: 18px;
- }
- .logoTitle {
- margin: 0;
- margin-left: 10px;
- line-height: 29px;
- font-weight: 400;
- font-size: 24px;
- }
- .aside {
- position: absolute;
- left: 0;
- z-index: 10000;
- width: 60px;
- height: 1000px;
- }
- .icon-2x {
- font-size: 2em;
- }
- .icon {
- position: relative;
- display: table-cell;
- width: 60px;
- height: 36px;
- text-align: center;
- vertical-align: middle;
- font-size:20px;
- }
- .asideMenu:hover,nav.asideMenu.expanded {
- width:250px;
- overflow:visible;
- }
- .asideMenu {
- background: #212121;
- border-right: 1px solid #e5e5e5;
- position: fixed;
- top: 70px;
- bottom: 0;
- height: 100%;
- left: 0;
- width: 60px;
- overflow: hidden;
- -webkit-transition: width .05s linear;
- transition: width .05s linear;
- -webkit-transform: translateZ(0) scale(1,1);
- z-index: 1000;
- }
- .asideMenu>ul {
- margin:7px 0;
- }
- .asideMenu li {
- position:relative;
- display:block;
- width:250px;
- }
- .asideMenu li>a {
- position:relative;
- display:table;
- border-collapse:collapse;
- border-spacing:0;
- color:#999;
- font-iconmily: arial;
- font-size: 14px;
- text-decoration:none;
- -webkit-transform:translateZ(0) scale(1,1);
- -webkit-transition:all .1s linear;
- transition:all .1s linear;
- }
- .asideMenu .nav-icon {
- position:relative;
- display:table-cell;
- width:60px;
- height:36px;
- text-align:center;
- vertical-align:middle;
- font-size:18px;
- }
- .asideMenu .asideItemText {
- position:relative;
- width:190px;
- display:table-cell;
- vertical-align:middle;
- }
- .no-touch .scrollable.hover {
- overflow-y:hidden;
- }
- .no-touch .scrollable.hover:hover {
- overflow-y:auto;
- overflow:visible;
- }
- a:hover,a:focus {
- text-decoration:none;
- }
- nav {
- -webkit-user-select:none;
- -moz-user-select:none;
- -ms-user-select:none;
- -o-user-select:none;
- user-select:none;
- }
- nav ul,nav li {
- outline:0;
- margin:0;
- padding:0;
- }
- .asideMenu li:hover>a,nav.asideMenu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,.dashboard-page nav.dashboard-menu ul li.active a {
- color:#fff;
- background-color:#5fa2db;
- }
- .asideArea {
- float: left;
- background: #e2e2e2;
- width: 100%;
- height: 100%;
- }
- .informationtBody {
- padding: 30px 0 0 80px;
- }
- .timeItem ,.delectInfo, .setInfo, .addUser,.btnAdd, .createItem{
- width: 80px;
- height: 35px;
- margin-right: 10px;
- border: 0 solid transparent;
- border-radius: 4px;
- color: #fff;
- background: #3372e1;
- }
- .informationtTitle{
- display: inline-block;
- }
- .informationtInfo {
- padding: 40px 10px;
- }
- .informationtInfo .tbMain td{
- width: 100px;
- height: 60px;
- text-align: center;
- color: #333;
- font-size: 16px;
- border: 1px solid #c8dbff;
- }
- .informationtInfo .tbMain td:last-child{
- border: 0 solid transparent !important;
- }
- .informationtInfo .tbMain .infoTitle{
- background: #ebf2ff;
- }
- .informationtInfo .tbMain .trTitle{
- width: 300px;
- }
- .informationtInfo .tbMain .trContent{
- width: 500px;
- }
- .informationtInfo .tbMain .trCoupleTime{
- width: 150px;
- }
- .permissionsMembers .tbMain tr, .informationtAddUser .tbMain tr{
- height: 50px;
- }
- .permissionsMembers .tbMain tr td, .informationtAddUser .tbMain tr td{
- padding-right: 30px;
- }
- .NoPowerMembers {
- padding-left: 10px;
- color: #cf0a0a;
- font-size: 18px;
- }
|