|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986 |
- /*
- * 版 本 Learun-ADMS V7.0.3 力软敏捷开发框架(http://www.learun.cn)
- * Copyright (c) 2013-2018 上海力软信息技术有限公司
- * 创建人:力软-前端开发组
- * 日 期:2017.03.16
- * 描 述:window窗口皮肤
- */
- .lr-logo-title {
- position: relative;
- margin-left: 10px;
- height: 50px;
- line-height: 50px;
- cursor: pointer;
- text-decoration: none;
- }
- /*顶部*/
- .lr-frame-top {
- background: #24A1E7;
- height: 50px;
- line-height: 50px;
- }
-
- /*菜单*/
- .lr-frame-menu {
- left: 0;
- bottom: 30px !important;
- height: 100%;
- height: calc(100% - 110px);
- width: 100%;
- max-height: 450px;
- max-width: 380px;
- z-index: 4;
- background-color: #F7FEFF;
- border-top-left-radius: 5px;
- border-top-right-radius: 5px;
- box-shadow: #D2D8D9 0px 0px 10px 1px;
- display: none;
- overflow: hidden;
- }
-
- .lr-frame-menu-overlay {
- position: fixed;
- top: 0px;
- left: 0px;
- width: 100%;
- height: 100%;
- background: #fff;
- filter: alpha(opacity=1);
- opacity: 0.01;
- -moz-opacity: 0.01;
- z-index: -1;
- }
-
- .lr-frame-menu-wrap {
- position: absolute;
- width: 160px;
- background-color: #24A1E7;
- border-top-left-radius: 5px;
- padding-top: 10px;
- }
-
- .lr-first-menu-list > li > .lr-menu-item {
- color: #fff;
- height: 40px;
- line-height: 40px;
- padding: 0px 10px 0px 20px;
- }
-
- .lr-first-menu-list > li > .lr-menu-item:hover {
- background: #178cce;
- }
-
- .lr-first-menu-list > li > .lr-menu-item > .lr-menu-item-arrow {
- display: block;
- position: absolute;
- text-indent: 0;
- font-weight: bold;
- }
-
- .lr-first-menu-list > li.active .lr-menu-item-arrow {
- width: 0;
- height: 0;
- right: 0;
- top: 50%;
- margin-top: -8px;
- text-indent: -99999px;
- border-style: solid;
- border-width: 8px;
- border-color: transparent;
- border-right-color: #f7feff;
- border-left: none;
- }
-
-
- .lr-second-menu-wrap {
- position: absolute;
- top: 0;
- right: 0;
- width: 220px;
- height: 100%;
- border-top-right-radius: 5px;
- border-bottom-right-radius: 5px;
- padding-top: 10px;
- }
-
- .lr-second-menu-list .lr-menu-item {
- height: 40px;
- line-height: 40px;
- color: #000;
- padding: 0px 15px 0px 20px;
- cursor: pointer;
- }
-
- .lr-second-menu-list .lr-menu-item:hover {
- background-color: #dfe5e6;
- }
-
- .lr-three-menu-list .lr-menu-item {
- padding-left: 50px;
- }
-
- .lr-four-menu-list {
- display: none;
- }
-
- .lr-four-menu-list .lr-menu-item {
- padding-left: 60px;
- }
-
- .lr-second-menu-list .lr-menu-item-arrow .fa-angle-left {
- position: absolute;
- right: 15px;
- top: 16px;
- }
-
- .lr-second-menu-list .open .lr-menu-item-arrow .fa-angle-left {
- -webkit-transform: rotate(-90deg);
- -ms-transform: rotate(-90deg);
- -o-transform: rotate(-90deg);
- transform: rotate(-90deg);
- }
-
-
- /*tabs条*/
- .lr-frame-tabs {
- padding: 0px 55px 0px 88px;
- background: #24A1E7;
- top: 50px;
- }
-
- .lr-frame-tabs-wrap {
- height: 30px;
- }
-
- .lr-frame-tabItem {
- height: 29px;
- line-height: 29px;
- background: #24A1E7;
- color: #fff;
- border-radius: 4px 4px 0 0;
- }
-
- .lr-frame-tabItem i {
- display: none;
- }
-
- .lr-frame-tabItem.active {
- border-bottom: 0px;
- height: 30px;
- background: #F7FEFF;
- color: #2e99d4;
- font-weight: bold;
- }
-
- .lr-frame-tabItem .reomve {
- top: 8px;
- right: 4px;
- }
- /*功能窗口*/
- .lr-frame-main {
- padding: 80px 0px 30px 0px;
- background: #F7FEFF;
- }
- /*个人设置和头像*/
- .lr-frame-personCenter {
- top: 0;
- right: 10px;
- height: 40px;
- line-height: 40px;
- }
-
- .lr-frame-personCenter > a {
- color: #fff;
- }
-
- .lr-frame-personCenter > .dropdown-toggle > img {
- border: 2px solid #fff;
- }
- /*全屏按钮*/
- .lr_frame_fullscreen {
- top: 50px;
- }
-
- .lr_frame_fullscreen a {
- color: #fff;
- }
-
- .lr_frame_fullscreen a:hover {
- color: #96CCE9;
- }
-
-
- /*炫动版独有*/
- /*应用列表按钮*/
- .lr-applist-btn {
- position: absolute;
- left: 10px;
- top: 51px;
- background: #F7FEFF;
- padding: 0px 15px;
- line-height: 29px;
- height: 29px;
- color: #2e99d4;
- font-weight: bold;
- border-radius: 4px 4px 0 0;
- cursor: pointer;
- z-index: 3;
- }
-
- .lr-applist-btn.off {
- background: #24A1E7;
- color: #fff;
- font-weight: initial;
- }
- /*开始菜单按钮*/
- .lr-windows-bottom-bar {
- position: absolute;
- bottom: 0;
- left: 0;
- height: 30px;
- width: 100%;
- background: #24A1E7;
- z-index: 3;
- }
-
- .lr-windows-start {
- position: absolute;
- top: 0px;
- left: 10px;
- height: 29px;
- line-height: 29px;
- z-index: 5;
- color: #fff;
- cursor: pointer;
- }
-
- .lr-windows-start > i {
- font-size: 16px;
- }
-
- .lr-windows-start > span {
- margin-left: 5px;
- }
-
- .lr-windows-start:hover {
- color: #96CCE9;
- }
- /*应用列表*/
- .lr-applist-content {
- position: absolute;
- padding: 80px 0px 68px 0px;
- height: 100%;
- width: 100%;
- z-index: 1;
- }
-
- .lr-applist-slidebox-slider {
- position: absolute;
- left: 0;
- bottom: 45px;
- height: 23px;
- width: 100%;
- }
-
- .lr-applist-slidebox-slider-content {
- display: table; /*重点就是这个属性,这个样式会告知浏览器当前元素的宽度,采用最小的宽度.不是默认全宽*/
- margin: 0 auto;
- }
-
- .lr-applist-slidebox-slider li {
- position: relative;
- float: left;
- cursor: pointer;
- text-align: center;
- border: 0;
- margin: 10px;
- }
-
- .lr-applist-slidebox-slider li.active i {
- color: #24A1E7;
- }
-
- .lr-applist-slidebox-slider li:first-child i {
- margin-left: 3px;
- }
-
- .lr-applist-slidebox-slider li i {
- color: #B3E1F9;
- }
-
-
- .lr-applist-slidebox {
- position: relative;
- width: 100%;
- height: 100%;
- }
-
- .lr-applist-slidebox ul {
- display: none;
- }
-
- .lr-applist-slidebox ul.active {
- display: block;
- }
-
- .lr-applist-slidebox .appItem {
- position: relative;
- float: left;
- margin: 30px;
- /*width: 130px;*/
- /*padding: 20px 10px 10px 10px;*/
- /*margin:5px 15px 15px 15px;*/
- border-radius: 10px;
- cursor: pointer;
- }
-
- .lr-applist-slidebox .appItem .icon {
- position: relative;
- width: 100px;
- height: 100px;
- margin: 0 auto;
- border-radius: 3px;
- text-align: center;
- }
-
- .lr-applist-slidebox .appItem:nth-of-type(7n+1) .icon {
- background-color: #68ADEA;
- }
-
- .lr-applist-slidebox .appItem:nth-of-type(7n+1):hover .icon {
- background-color: #429BE9;
- }
-
- .lr-applist-slidebox .appItem:nth-of-type(7n+2) .icon {
- background-color: #C96BF0;
- }
-
- .lr-applist-slidebox .appItem:nth-of-type(7n+2):hover .icon {
- background-color: #AD27E5;
- }
-
- .lr-applist-slidebox .appItem:nth-of-type(7n+3) .icon {
- background-color: #58DFE7;
- }
-
- .lr-applist-slidebox .appItem:nth-of-type(7n+3):hover .icon {
- background-color: #3DC8D0;
- }
-
- .lr-applist-slidebox .appItem:nth-of-type(7n+4) .icon {
- background-color: #FADD1B;
- }
-
- .lr-applist-slidebox .appItem:nth-of-type(7n+4):hover .icon {
- background-color: #F3C60A;
- }
-
- .lr-applist-slidebox .appItem:nth-of-type(7n+5) .icon {
- background-color: #D775E1;
- }
-
- .lr-applist-slidebox .appItem:nth-of-type(7n+5):hover .icon {
- background-color: #E44BF3;
- }
-
- .lr-applist-slidebox .appItem:nth-of-type(7n+6) .icon {
- background-color: #F4A944;
- }
-
- .lr-applist-slidebox .appItem:nth-of-type(7n+6):hover .icon {
- background-color: #E7890C;
- }
-
- .lr-applist-slidebox .appItem:nth-of-type(7n) .icon {
- background-color: #F37E8D;
- }
-
- .lr-applist-slidebox .appItem:nth-of-type(7n):hover .icon {
- background-color: #F4485D;
- }
-
- .lr-applist-slidebox .appItem .icon i {
- text-align: center;
- line-height: 80px;
- font-size: 45px;
- color: #fff;
- }
-
- .lr-applist-slidebox .appItem .icon-text {
- position: relative;
- margin: 0 auto;
- line-height: 20px;
- text-align: center;
- text-align: center;
- margin-top: -24px;
- color: #fff;
- }
-
- /*即时通讯*/
-
- .lr-im-bell {
- position: absolute;
- right: 5px;
- bottom: 0;
- width: 30px;
- height: 30px;
- line-height: 30px;
- text-align: center;
- font-size: 16px;
- color: #FFFFFF;
- cursor: pointer;
- display: none;
- }
-
- .lr-im-bell > .point {
- background: #D71012;
- position: absolute;
- right: 5px;
- top: 5px;
- width: 7px;
- height: 7px;
- border-radius: 50%;
- display: none;
- }
-
- .lr-im-body {
- position: fixed;
- right: 10px;
- bottom: 30px;
- width: 248px;
- height: 400px;
- z-index: 50;
- padding-top: 40px;
- background: #fff;
- border-radius: 3px;
- display: none;
- }
-
- .lr-im-body.open {
- display: block;
- }
-
- .lr-im-title {
- position: absolute;
- top: 0;
- left: 0;
- background: #24A1E7;
- width: 100%;
- height: 40px;
- border-radius: 3px 3px 0 0;
- }
-
- .lr-im-title .title-item {
- position: absolute;
- width: 80px;
- height: 30px;
- top: 10px;
- left: 30px;
- cursor: pointer;
- color: #fff;
- font-size: 14px;
- line-height: 30px;
- text-align: center;
- border-radius: 3px 3px 0 0;
- }
-
- .lr-im-title .title-item.active {
- color: #24A1E7;
- background: #fff;
- }
-
- .lr-im-title .title-item.title-item-two {
- left: 139px;
- }
-
- .lr-im-content {
- position: relative;
- width: 100%;
- height: 100%;
- display: none;
- border-left: 0;
- border: 1px solid #E5E5E5;
- border-top: 0;
- }
-
- .lr-im-content.active {
- display: block;
- }
-
- .lr-im-msg-list {
- position: relative;
- width: 100%;
- height: 100%;
- }
-
- .lr-im-msg-list .msg-item {
- position: relative;
- width: 100%;
- height: 50px;
- cursor: pointer;
- }
-
- .lr-im-msg-list .msg-item:after {
- content: '';
- display: block;
- position: absolute;
- height: 1px;
- width: 100%;
- background: #F8F8F8;
- bottom: 0;
- left: 0;
- }
-
- .lr-im-msg-list .msg-item .remove {
- position: absolute;
- top: 0px;
- left: 0px;
- color: #333;
- font-size: 12px;
- display: none;
- }
-
- .lr-im-msg-list .msg-item:hover .remove {
- display: block;
- }
-
- .lr-im-msg-list .msg-item .photo {
- position: absolute;
- width: 30px;
- height: 30px;
- border-radius: 3px;
- top: 10px;
- left: 10px;
- }
-
- .lr-im-msg-list .msg-item .icon {
- position: absolute;
- top: 10px;
- left: 10px;
- width: 30px;
- height: 30px;
- line-height: 30px;
- border-radius: 3px;
- background-color: #2B97DF;
- color: #fff;
- font-size: 18px;
- text-align: center;
- }
-
- .lr-im-msg-list .msg-item .point {
- width: 8px;
- height: 8px;
- background: #DB3702;
- border-radius: 50%;
- position: absolute;
- right: -4px;
- top: -2px;
- display: none;
- }
-
- .lr-im-msg-list .msg-item img {
- width: 100%;
- height: 100%;
- border-radius: 3px;
- }
-
- .lr-im-msg-list .msg-item .name {
- position: absolute;
- top: 8px;
- left: 50px;
- height: 16px;
- color: #333333;
- font-size: 12px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
-
- .lr-im-msg-list .msg-item .msg {
- position: absolute;
- top: 24px;
- left: 50px;
- height: 16px;
- width: 188px;
- color: #999;
- font-size: 12px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
-
- .lr-im-msg-list .msg-item .date {
- position: absolute;
- right: 10px;
- top: 8px;
- height: 16px;
- color: #666;
- font-size: 12px;
- text-align: right;
- }
-
-
- .lr-im-userlist {
- padding-top: 40px;
- }
-
- .lr-im-search {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 40px;
- font-size: 0;
- padding: 10px;
- }
-
- .lr-im-search i {
- position: absolute;
- left: 15px;
- top: 14px;
- font-size: 12px;
- font-weight: 100;
- color: #999;
- z-index: 1;
- }
-
- .lr-im-search input {
- position: relative;
- text-align: left;
- border: 1px solid transparent;
- font-size: 12px;
- width: 100%;
- height: 100%;
- background: #F8F8F8;
- border-radius: 3px;
- box-sizing: border-box;
- color: #999;
- outline: none;
- text-indent: 20px;
- }
-
- .lr-im-search input::-webkit-input-placeholder {
- text-align: center;
- }
-
- .lr-im-search input::-moz-placeholder { /* Mozilla Firefox 19+ */
- text-align: center;
- }
-
- .lr-im-search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
- text-align: center;
- }
-
- .lr-im-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
- text-align: center;
- }
-
-
- .lr-im-content-userlist {
- position: relative;
- width: 100%;
- height: 100%;
- }
-
- .lr-im-content-userlist .lr-scroll-box {
- padding: 0 10px;
- }
-
- .lr-im-item-name {
- position: relative;
- width: 100%;
- height: 30px;
- line-height: 30px;
- cursor: pointer;
- font-size: 12px;
- color: #666;
- }
-
- .lr-im-item-name > i {
- color: #999;
- font-size: 14px;
- margin: 3px;
- }
-
-
- .lr-im-item-name.open > i {
- -webkit-transform: rotate(90deg);
- -moz-transform: rotate(90deg);
- -ms-transform: rotate(90deg);
- -o-transform: rotate(90deg);
- transform: rotate(90deg);
- }
-
- .lr-im-user-list {
- position: relative;
- width: 100%;
- }
-
- .lr-im-user {
- position: relative;
- height: 43px;
- line-height: 43px;
- padding-left: 40px;
- }
-
- .lr-im-user > img {
- position: absolute;
- top: 6px;
- left: 0;
- width: 30px;
- height: 30px;
- border-radius: 50%;
- }
-
-
- .lr-im-black-overlay {
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- overflow: hidden;
- background: rgba(51,51,51,0.4);
- z-index: 52;
- display: none;
- }
-
- .lr-im-black-overlay.open {
- display: block;
- }
-
- .lr-im-dialog {
- position: absolute;
- left: 50%;
- top: 50%;
- margin-left: -270px;
- margin-top: -240px;
- width: 540px;
- height: 480px;
- background: #f3f3f3;
- border-radius: 3px;
- box-shadow: 0 0 2px 0 rgba(0,0,0,0.50);
- padding-top: 40px;
- padding-bottom: 135px;
- }
-
- .lr-im-header {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 40px;
- border-bottom: 1px solid #E5E5E5;
- line-height: 39px;
- padding-left: 10px;
- font-size: 14px;
- color: #fff;
- background: #24A1E7;
- text-align: center;
- }
-
- .lr-im-header .im-close {
- position: absolute;
- top: 10px;
- right: 10px;
- width: 20px;
- height: 20px;
- line-height: 20px;
- text-align: center;
- cursor: pointer;
- font-size: 12px;
- color: #fff;
- font-weight: 100;
- }
-
- .lr-im-msgcontent {
- position: relative;
- width: 100%;
- height: 100%;
- }
-
- .lr-im-msgcontent-tool {
- position: absolute;
- height: 25px;
- line-height: 24px;
- text-align: right;
- width: 100%;
- left: 0;
- bottom: 110px;
- padding-right: 10px;
- border-top: 1px solid #E5E5E5;
- background: #F8F8F8;
- }
-
- .lr-im-msgcontent-tool > span {
- cursor: pointer;
- }
-
- .lr-im-input {
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 110px;
- border-top: 1px solid #E5E5E5;
- }
-
- .lr-im-input .inp {
- width: 100%;
- height: 100%;
- resize: none;
- border: 0;
- outline: 0;
- padding: 5px;
- background: transparent;
- }
-
- .lr-im-msgcontent .im-time {
- position: relative;
- font-size: 12px;
- color: #999;
- width: 100%;
- height: 15px;
- line-height: 15px;
- text-align: left;
- padding: 0 50px;
- }
-
- .lr-im-msgcontent .me.im-time {
- text-align: right;
- }
-
- .lr-im-msgcontent .im-me,
- .lr-im-msgcontent .im-other {
- position: relative;
- word-break: break-all;
- height: auto;
- overflow: hidden;
- width: 100%;
- padding: 0 50px;
- margin-bottom: 10px;
- text-align: right;
- }
-
- .lr-im-msgcontent .im-other {
- text-align: left;
- }
-
- .lr-im-msgcontent .im-other .headimg {
- position: absolute;
- top: 0;
- left: 10px;
- width: 30px;
- height: 30px;
- border-radius: 50%;
- }
-
- .lr-im-msgcontent .im-me img,
- .lr-im-msgcontent .im-other img {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
-
- .lr-im-msgcontent .im-me .content,
- .lr-im-msgcontent .im-other .content {
- display: inline-block;
- background: #FFFFFF;
- border: 1px solid #E5E5E5;
- padding: 5px 13px 6px 19px;
- font-size: 12px;
- color: #333333;
- box-sizing: border-box;
- position: relative;
- float: left;
- max-width: 100%;
- text-align: left;
- line-height: 20px;
- }
-
- .lr-im-msgcontent .im-me .content {
- float: right;
- }
-
- .lr-im-msgcontent .im-other .arrow {
- width: 8px;
- height: 8px;
- border: 1px solid #E5E5E5;
- -webkit-transform: rotate(-45deg);
- -moz-transform: rotate(-45deg);
- -ms-transform: rotate(-45deg);
- -o-transform: rotate(-45deg);
- transform: rotate(-45deg);
- background: #fff;
- position: absolute;
- top: 11px;
- left: 46px;
- z-index: 1;
- clip: rect(0,8px,8px,0);
- border-bottom: 0;
- border-right: 0;
- }
-
- .lr-im-msgcontent .im-me .headimg {
- position: absolute;
- top: 0;
- right: 10px;
- width: 30px;
- height: 30px;
- border-radius: 50%;
- }
-
-
- .lr-im-msgcontent .im-me .arrow {
- width: 8px;
- height: 8px;
- border: 1px solid #E5E5E5;
- -webkit-transform: rotate(-45deg);
- -moz-transform: rotate(-45deg);
- -ms-transform: rotate(-45deg);
- -o-transform: rotate(-45deg);
- transform: rotate(-45deg);
- background: #fff;
- position: absolute;
- top: 11px;
- right: 46px;
- z-index: 1;
- clip: rect(0,8px,8px,0);
- border-top: 0;
- border-left: 0;
- }
-
- .imHasMsg .point {
- display: block;
- }
-
- /*语言设置*/
- .lr-lg-setting {
- position: absolute;
- top: 21px;
- left: 333px;
- font-size: 14px;
- z-index: 4;
- color: #c6c6c6;
- }
-
- .lr-lg-setting > a {
- color: #c6c6c6;
- }
-
- .lr-lg-setting span {
- color: #fff;
- }
-
- .photo .fa {
- display: block;
- font-size: 20px;
- line-height: 30px;
- height: 30px;
- width: 30px;
- border-radius: 5px;
- margin: 0 auto;
- text-align: center;
- color: #fff;
- background-color: #985CE2;
- }
|