tuandui.css 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395
  1. * {
  2. -webkit-box-sizing: border-box;
  3. -moz-box-sizing: border-box;
  4. box-sizing: border-box;
  5. }
  6. html {
  7. -ms-touch-action: none;
  8. }
  9. body,ul,li {
  10. padding: 0;
  11. margin: 0;
  12. border: 0;
  13. }
  14. body {
  15. /*font-size: 12px;*/
  16. /*font-family: ubuntu, helvetica, arial;*/
  17. overflow: hidden; /* this is important to prevent the whole page to bounce */
  18. background-color: #f2f4f6;
  19. }
  20. .lin-conf{
  21. display: block;
  22. width: 45px;
  23. height: 45px;
  24. position: absolute;
  25. left: 0;
  26. top: 0;
  27. }
  28. .lin-conf div{
  29. margin: 10px;
  30. width: 25px;
  31. height: 25px;
  32. background: url(../images/tuanduishezi_icon.png) no-repeat;
  33. background-size: 25px 25px;
  34. }
  35. .lin-gp-add{
  36. display: block;
  37. width: 45px;
  38. height: 45px;
  39. position: absolute;
  40. right: 0;
  41. top: 0;
  42. }
  43. .lin-gp-add div{
  44. margin: 10px;
  45. width: 25px;
  46. height: 25px;
  47. background: url(../images/tianjiacehngyuan_icon.png) no-repeat;
  48. background-size: 25px 25px;
  49. }
  50. .lin-down-arrow{
  51. position: relative;
  52. top: -2px;
  53. left: 5px;
  54. height: 10px;
  55. width: 10px;
  56. border-bottom: 3px solid #fff;
  57. border-right: 3px solid #fff;
  58. display: inline-block;
  59. transform:rotate(45deg);
  60. -ms-transform:rotate(45deg); /* IE 9 */
  61. -moz-transform:rotate(45deg); /* Firefox */
  62. -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
  63. -o-transform:rotate(45deg); /* Opera */
  64. zoom: 1;
  65. box-sizing: border-box;
  66. }
  67. #wrapper {
  68. position: fixed;
  69. z-index: 1;
  70. /*top: 60px;*/
  71. top: 90px;
  72. bottom: 0px;
  73. left: 0;
  74. width: 100%;
  75. /*background: #ccc;*/
  76. overflow: hidden;
  77. /*高度100%-top*/
  78. height: -moz-calc(100% - 40px);
  79. height: -webkit-calc(100% - 40px);
  80. height: calc(100% -40px);
  81. }
  82. #scroller {
  83. min-height: 100%;
  84. padding-bottom: 2px;
  85. box-sizing: content-box;
  86. position: absolute;
  87. z-index: 1;
  88. -webkit-tap-highlight-color: rgba(0,0,0,0);
  89. width: 100%;
  90. -webkit-transform: translateZ(0);
  91. -moz-transform: translateZ(0);
  92. -ms-transform: translateZ(0);
  93. -o-transform: translateZ(0);
  94. transform: translateZ(0);
  95. -webkit-touch-callout: none;
  96. -webkit-user-select: none;
  97. -moz-user-select: none;
  98. -ms-user-select: none;
  99. user-select: none;
  100. -webkit-text-size-adjust: none;
  101. -moz-text-size-adjust: none;
  102. -ms-text-size-adjust: none;
  103. -o-text-size-adjust: none;
  104. text-size-adjust: none;
  105. }
  106. .lin-doc-group{
  107. list-style: none;
  108. padding: 0;
  109. margin: 0;
  110. width: 100%;
  111. text-align: left;
  112. }
  113. .lin-doc-group li.title{
  114. padding: 0 10px;
  115. height: 50px;
  116. line-height: 50px;
  117. border-bottom: 1px solid #f2f4f6;
  118. border-top: 1px solid #fff;
  119. background-color: #fff;
  120. font-size: 16px;
  121. }
  122. .lin-doc-group li.title label{
  123. font-size: 12px;
  124. color: #aaa;
  125. }
  126. .lin-doc-group li.title label{
  127. font-size: 12px;
  128. color: #aaa;
  129. }
  130. .lin-doc-group div.lin-down-triangle{
  131. position: relative;
  132. float: right;
  133. top: 20px;
  134. width: 0px;
  135. height: 0px;
  136. border-left: 5px solid transparent;
  137. border-right: 5px solid transparent;
  138. border-top: 5px solid #999;
  139. }
  140. .lin-doc-group.lin-open div.lin-down-triangle{
  141. border-bottom: 5px solid #999;
  142. border-top: none;
  143. }
  144. ul.doc-list{
  145. background: #fff;
  146. display: none;
  147. }
  148. ul.doc-list li{
  149. padding: 0px 16px;
  150. border-bottom: 1px solid #f2f4f6;
  151. }
  152. .doc-item{
  153. display: -webkit-box;
  154. position: relative;
  155. /*left: -120px;*/
  156. }
  157. .doc-item img{
  158. width: 50px;
  159. height: 50px;
  160. border-radius: 25px;
  161. margin: 10px 0px;
  162. }
  163. .doc-item .content{
  164. width: 100%;
  165. display: -webkit-box;
  166. -webkit-box-orient: vertical;
  167. -webkit-box-pack: center;
  168. }
  169. .doc-item .operate{
  170. width: 120px;
  171. float: right;
  172. position: relative;
  173. top: 0px;
  174. z-index: 0;
  175. left: -24px;
  176. display: -webkit-box;
  177. }
  178. .operate div{
  179. font-size: 16px;
  180. color: #fff;
  181. -webkit-box-flex: 1;
  182. height: 70px;
  183. padding: 12px 13px;
  184. }
  185. .zyjm{
  186. background-color: #FFA54B;
  187. }
  188. .sccy{
  189. background-color: #FF4C4C;
  190. }
  191. .doc-item .name{
  192. font-size: 16px;
  193. padding: 0px 0px 0px 10px;
  194. }
  195. .doc-item .qyzs{
  196. padding: 0px 0px 0px 10px;
  197. color: #999;
  198. display: block;
  199. font-size: 14px;
  200. }
  201. .lin-doc-group.lin-open ul.doc-list{
  202. display: block;
  203. }
  204. .lin-search{
  205. height: 45px;
  206. padding: 8px 10px;
  207. background-color: #fff;
  208. }
  209. .lin-search img{
  210. width: 29px;
  211. }
  212. .lin-search div{
  213. text-align: center;
  214. border-radius: 5px;
  215. line-height: 29px;
  216. background-color: #f2f4f6;
  217. color: #999;
  218. }
  219. .lin-search-ipt{
  220. height: 45px;
  221. padding: 8px 10px;
  222. background-color: #fff;
  223. display: -webkit-box;
  224. }
  225. .lin-search-ipt div{
  226. border-radius: 5px;
  227. line-height: 29px;
  228. background-color: #f2f4f6;
  229. color: #999;
  230. text-align: left;
  231. -webkit-box-flex: 1;
  232. }
  233. .lin-search-ipt input{
  234. background-color: #f2f4f6 ;
  235. border-radius: 5px;
  236. height: 30px;
  237. color: #999;
  238. text-align: left;
  239. padding-left: 30px;
  240. background: url(../../../images/sousuo_icon.png) no-repeat;
  241. background-size: 30px 30px;
  242. width: 100%;
  243. }
  244. .lin-search-ipt a{
  245. font-size: 16px;
  246. display: block;
  247. width: 50px;
  248. padding: 4px 6px 4px 12px;
  249. color: #17b3ec;
  250. }
  251. .lin-group-chat{
  252. background: #fff;
  253. height: 47px;
  254. padding: 10px 10px;
  255. border-top: 1px solid #f2f4f6;
  256. border-bottom: 1px solid #f2f4f6;
  257. display: -webkit-box;
  258. }
  259. .lin-group-chat div.title{
  260. line-height: 25px;
  261. background: url(../images/tuanduquanliao_icon.png) no-repeat;
  262. background-size: 25px 25px;
  263. padding-left: 36px;
  264. font-size: 16px;
  265. -webkit-box-flex: 1;
  266. }
  267. .lin-group-chat div.lin-arrow{
  268. transform: rotate(45deg);
  269. -webkit-transform: rotate(45deg);
  270. -moz-transform: rotate(45deg);
  271. -ms-transform:rotate(7deg);
  272. -o-transform:rotate(7deg);
  273. border-top: 2px solid #ccc;
  274. border-right: 2px solid #ccc;
  275. width: 12px;
  276. height: 12px;
  277. margin-top: 5px;
  278. }
  279. .lin-sel-group{
  280. position: fixed;
  281. top: 45px;
  282. background: #fff;
  283. width: 100%;
  284. z-index: 11;
  285. display: none;
  286. max-height: 260px;
  287. overflow: scroll;
  288. overflow-x: hidden;
  289. overflow-y: scroll;
  290. }
  291. .lin-sel-group li{
  292. text-align: center;
  293. color: #17b3ec;
  294. height: 40px;
  295. line-height: 40px;
  296. font-size: 16px;
  297. border-bottom: 1px solid #f2f4f6;
  298. }
  299. .lin-sel-group img{
  300. width: 20px;
  301. margin: 10px;
  302. display: none;
  303. }
  304. .lin-sel-group li.checked img{
  305. display: inline;
  306. }
  307. .lin-mask{
  308. position: absolute;
  309. top: 45px;
  310. height: 100%;
  311. width: 100%;
  312. /*background: #000;*/
  313. height: 100%;
  314. z-index: 10;
  315. display: none;
  316. background-color: rgba(0,0,0,0.5);
  317. }
  318. .text-ellipsis{
  319. overflow: hidden;
  320. white-space: nowrap;
  321. text-overflow: ellipsis;
  322. }
  323. .no-result-img {
  324. display: block;
  325. width: 320px;
  326. height: 184px;
  327. margin: 0 auto;
  328. margin-top: 160px;
  329. }
  330. .c-hide{
  331. display: none;
  332. }
  333. .lin-search{
  334. padding: 10px 10px 4px 10px;
  335. background-color: #fff;
  336. }
  337. .lin-search img{
  338. width: 29px;
  339. }
  340. .lin-search div{
  341. text-align: center;
  342. border-radius: 5px;
  343. line-height: 29px;
  344. background-color: #f2f4f6;
  345. color: #999;
  346. }