123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395 |
- * {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- html {
- -ms-touch-action: none;
- }
- body,ul,li {
- padding: 0;
- margin: 0;
- border: 0;
- }
- body {
- /*font-size: 12px;*/
- /*font-family: ubuntu, helvetica, arial;*/
- overflow: hidden; /* this is important to prevent the whole page to bounce */
- background-color: #f2f4f6;
- }
- .lin-conf{
- display: block;
- width: 45px;
- height: 45px;
- position: absolute;
- left: 0;
- top: 0;
-
- }
- .lin-conf div{
- margin: 10px;
- width: 25px;
- height: 25px;
- background: url(../images/tuanduishezi_icon.png) no-repeat;
- background-size: 25px 25px;
- }
- .lin-gp-add{
- display: block;
- width: 45px;
- height: 45px;
- position: absolute;
- right: 0;
- top: 0;
- }
- .lin-gp-add div{
- margin: 10px;
- width: 25px;
- height: 25px;
- background: url(../images/tianjiacehngyuan_icon.png) no-repeat;
- background-size: 25px 25px;
- }
- .lin-down-arrow{
- position: relative;
- top: -2px;
- left: 5px;
- height: 10px;
- width: 10px;
- border-bottom: 3px solid #fff;
- border-right: 3px solid #fff;
- display: inline-block;
- transform:rotate(45deg);
- -ms-transform:rotate(45deg); /* IE 9 */
- -moz-transform:rotate(45deg); /* Firefox */
- -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
- -o-transform:rotate(45deg); /* Opera */
- zoom: 1;
- box-sizing: border-box;
- }
- #wrapper {
- position: fixed;
- z-index: 1;
- /*top: 60px;*/
- top: 90px;
- bottom: 0px;
- left: 0;
- width: 100%;
- /*background: #ccc;*/
- overflow: hidden;
- /*高度100%-top*/
- height: -moz-calc(100% - 40px);
- height: -webkit-calc(100% - 40px);
- height: calc(100% -40px);
- }
- #scroller {
- min-height: 100%;
- padding-bottom: 2px;
- box-sizing: content-box;
- position: absolute;
- z-index: 1;
- -webkit-tap-highlight-color: rgba(0,0,0,0);
- width: 100%;
- -webkit-transform: translateZ(0);
- -moz-transform: translateZ(0);
- -ms-transform: translateZ(0);
- -o-transform: translateZ(0);
- transform: translateZ(0);
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- -webkit-text-size-adjust: none;
- -moz-text-size-adjust: none;
- -ms-text-size-adjust: none;
- -o-text-size-adjust: none;
- text-size-adjust: none;
- }
- .lin-doc-group{
- list-style: none;
- padding: 0;
- margin: 0;
- width: 100%;
- text-align: left;
- }
- .lin-doc-group li.title{
- padding: 0 10px;
- height: 50px;
- line-height: 50px;
- border-bottom: 1px solid #f2f4f6;
- border-top: 1px solid #fff;
- background-color: #fff;
- font-size: 16px;
- }
- .lin-doc-group li.title label{
- font-size: 12px;
- color: #aaa;
- }
- .lin-doc-group li.title label{
- font-size: 12px;
- color: #aaa;
- }
- .lin-doc-group div.lin-down-triangle{
- position: relative;
- float: right;
- top: 20px;
- width: 0px;
- height: 0px;
- border-left: 5px solid transparent;
- border-right: 5px solid transparent;
- border-top: 5px solid #999;
- }
- .lin-doc-group.lin-open div.lin-down-triangle{
- border-bottom: 5px solid #999;
- border-top: none;
- }
- ul.doc-list{
- background: #fff;
- display: none;
- }
- ul.doc-list li{
- padding: 0px 16px;
- border-bottom: 1px solid #f2f4f6;
- }
- .doc-item{
- display: -webkit-box;
- position: relative;
- /*left: -120px;*/
- }
- .doc-item img{
- width: 50px;
- height: 50px;
- border-radius: 25px;
- margin: 10px 0px;
- }
- .doc-item .content{
- width: 100%;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-box-pack: center;
- }
- .doc-item .operate{
- width: 120px;
- float: right;
- position: relative;
- top: 0px;
- z-index: 0;
- left: -24px;
- display: -webkit-box;
- }
- .operate div{
- font-size: 16px;
- color: #fff;
- -webkit-box-flex: 1;
- height: 70px;
- padding: 12px 13px;
- }
- .zyjm{
- background-color: #FFA54B;
- }
- .sccy{
- background-color: #FF4C4C;
- }
- .doc-item .name{
- font-size: 16px;
- padding: 0px 0px 0px 10px;
- }
- .doc-item .qyzs{
- padding: 0px 0px 0px 10px;
- color: #999;
- display: block;
- font-size: 14px;
- }
- .lin-doc-group.lin-open ul.doc-list{
- display: block;
- }
- .lin-search{
- height: 45px;
- padding: 8px 10px;
- background-color: #fff;
- }
- .lin-search img{
- width: 29px;
- }
- .lin-search div{
- text-align: center;
- border-radius: 5px;
- line-height: 29px;
- background-color: #f2f4f6;
- color: #999;
- }
- .lin-search-ipt{
- height: 45px;
- padding: 8px 10px;
- background-color: #fff;
- display: -webkit-box;
- }
- .lin-search-ipt div{
- border-radius: 5px;
- line-height: 29px;
- background-color: #f2f4f6;
- color: #999;
- text-align: left;
- -webkit-box-flex: 1;
- }
- .lin-search-ipt input{
- background-color: #f2f4f6 ;
- border-radius: 5px;
- height: 30px;
- color: #999;
- text-align: left;
- padding-left: 30px;
- background: url(../../../images/sousuo_icon.png) no-repeat;
- background-size: 30px 30px;
- width: 100%;
- }
- .lin-search-ipt a{
- font-size: 16px;
- display: block;
- width: 50px;
- padding: 4px 6px 4px 12px;
- color: #17b3ec;
- }
-
- .lin-group-chat{
- background: #fff;
- height: 47px;
- padding: 10px 10px;
- border-top: 1px solid #f2f4f6;
- border-bottom: 1px solid #f2f4f6;
- display: -webkit-box;
- }
- .lin-group-chat div.title{
- line-height: 25px;
- background: url(../images/tuanduquanliao_icon.png) no-repeat;
- background-size: 25px 25px;
- padding-left: 36px;
- font-size: 16px;
- -webkit-box-flex: 1;
- }
- .lin-group-chat div.lin-arrow{
- transform: rotate(45deg);
- -webkit-transform: rotate(45deg);
- -moz-transform: rotate(45deg);
- -ms-transform:rotate(7deg);
- -o-transform:rotate(7deg);
- border-top: 2px solid #ccc;
- border-right: 2px solid #ccc;
- width: 12px;
- height: 12px;
- margin-top: 5px;
- }
- .lin-sel-group{
- position: fixed;
- top: 45px;
- background: #fff;
- width: 100%;
- z-index: 11;
- display: none;
- max-height: 260px;
- overflow: scroll;
- overflow-x: hidden;
- overflow-y: scroll;
- }
- .lin-sel-group li{
- text-align: center;
- color: #17b3ec;
- height: 40px;
- line-height: 40px;
- font-size: 16px;
- border-bottom: 1px solid #f2f4f6;
- }
- .lin-sel-group img{
- width: 20px;
- margin: 10px;
- display: none;
- }
- .lin-sel-group li.checked img{
- display: inline;
- }
- .lin-mask{
- position: absolute;
- top: 45px;
- height: 100%;
- width: 100%;
- /*background: #000;*/
- height: 100%;
- z-index: 10;
- display: none;
- background-color: rgba(0,0,0,0.5);
- }
- .text-ellipsis{
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .no-result-img {
- display: block;
- width: 320px;
- height: 184px;
- margin: 0 auto;
- margin-top: 160px;
- }
- .c-hide{
- display: none;
- }
- .lin-search{
- padding: 10px 10px 4px 10px;
- background-color: #fff;
- }
- .lin-search img{
- width: 29px;
- }
- .lin-search div{
- text-align: center;
- border-radius: 5px;
- line-height: 29px;
- background-color: #f2f4f6;
- color: #999;
- }
|