app.main.less 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462
  1. .feed-element:first-child {
  2. margin-top: 5px;
  3. }
  4. .scrollGlue {
  5. overflow-y: hidden;
  6. }
  7. .full-client{
  8. width: 100%;
  9. height: 100%;
  10. border: 0px;
  11. margin: 0px 0px 0px 0px;
  12. padding: 0px 0px 0px 0px;
  13. .getMore {
  14. text-align: center;
  15. font-family: "宋体";
  16. color: #009BDB;
  17. font-size: 14px;
  18. .n-More{
  19. color: #777;
  20. }
  21. }
  22. .loadmore {
  23. margin-top: -5px;
  24. }
  25. .sendmessage {
  26. margin-top: -10px;
  27. }
  28. .curTime {
  29. text-align: center;
  30. font-family: "微软雅黑","宋体";
  31. font-size: 12px;
  32. margin-bottom: -5px;
  33. }
  34. }
  35. .media-body {
  36. font-family: "微软雅黑","宋体";
  37. font-size: 13px;
  38. width: 0px;
  39. max-width: 700px;
  40. vertical-align: top;
  41. zoom: 1;
  42. p>strong {
  43. float: left;
  44. margin-left: 3px;
  45. color: #336699;
  46. }
  47. p>small {
  48. margin-left: 4px;
  49. font-size: 10px;
  50. vertical-align: bottom;
  51. }
  52. }
  53. .feed-element {
  54. padding-bottom: 4px;
  55. overflow: hidden;
  56. .well {
  57. position: relative;
  58. float: left;
  59. word-wrap:break-word;
  60. word-break:break-all;
  61. background-color: #DEDFDE;
  62. color: #000000;
  63. border-radius: 6px;
  64. border: none;
  65. box-shadow: none;
  66. outline: none;
  67. margin-left: 8px;
  68. margin-top: -2px;
  69. margin-bottom: 0px;
  70. margin-right: 20px;
  71. padding: 7px 15px 7px 12px;
  72. font-size: 12px;
  73. line-height: 16px;
  74. .text-point {
  75. z-index: -99;
  76. position:absolute;
  77. top:-17px;
  78. left:7px;
  79. width:0;
  80. height:0;
  81. font-size:0;
  82. border-top:solid 10px;
  83. border-bottom:solid 10px;
  84. border-right: solid 7px;
  85. border-left: solid 7px;
  86. border-color:transparent transparent #DEDFDE transparent;
  87. }
  88. }
  89. }
  90. .wellself {
  91. position: relative;
  92. float: left;
  93. word-wrap:break-word;
  94. word-break:break-all;
  95. background-color: #009BDB;
  96. color: #000000;
  97. border-radius: 6px;
  98. border: none;
  99. box-shadow: none;
  100. outline: none;
  101. margin-left: 8px;
  102. margin-top: -2px;
  103. margin-bottom: 0px;
  104. margin-right: 20px;
  105. padding: 7px 15px 7px 12px;
  106. font-size: 12px;
  107. line-height: 16px;
  108. .text-point {
  109. z-index: -99;
  110. position:absolute;
  111. top:-17px;
  112. left:7px;
  113. width:0;
  114. height:0;
  115. font-size:0;
  116. border-top:solid 10px;
  117. border-bottom:solid 10px;
  118. border-right: solid 7px;
  119. border-left: solid 7px;
  120. border-color:transparent transparent #009BDB transparent;
  121. }
  122. }
  123. .fit-content {
  124. width: fit-content;
  125. }
  126. //
  127. .text-message{
  128. vertical-align: bottom;
  129. .thumbnail {
  130. cursor:pointer;
  131. margin-top: 5px;
  132. margin-bottom: 5px;
  133. max-width: 360px;
  134. max-height: 300px;
  135. }
  136. }
  137. .contact-box.center-version {
  138. display: block;
  139. background-color: #ffffff;
  140. padding-top: 10px;
  141. text-align: center;
  142. color: #676a6c;
  143. font-size: 13px;
  144. }
  145. .displayName{
  146. font-weight: 700;
  147. font-size: 16px;
  148. }
  149. .map {
  150. width: 370px;
  151. height: 170px;
  152. display: block;
  153. }
  154. .audio-message{
  155. display: block;
  156. }
  157. ///Message
  158. .file-message {
  159. background-color: #fff;
  160. padding: 8px;
  161. border-radius: 6px;
  162. white-space: nowrap;
  163. > img{
  164. margin:0px 5px 5px 5px;
  165. width: 48px;
  166. height: 48px;
  167. float:left;
  168. }
  169. >a>span{
  170. margin-top: 10px;
  171. margin-right: 5px;
  172. }
  173. >p>input{
  174. border: none;
  175. outline: none;
  176. width: 75%;
  177. white-space: nowrap;
  178. overflow: hidden;
  179. text-overflow: ellipsis;
  180. }
  181. .transinfo{
  182. float: left;
  183. color: #666;
  184. >span{
  185. margin-left: 5px;
  186. }
  187. }
  188. }
  189. .file-message > div{
  190. clear:both;
  191. width:100%;
  192. border-top:1px solid #ccc;
  193. height: 30px;
  194. padding-top: 10px;
  195. }
  196. #file-error {
  197. margin: 5px 10px 2px 10px;
  198. padding: 3px 5px 3px 7px;
  199. color: #555;
  200. .glyphicon {
  201. margin-right: 3px;
  202. color: #E35850;
  203. }
  204. }
  205. #file-info {
  206. margin: 5px 10px 2px 10px;
  207. padding: 3px 5px 3px 7px;
  208. color: #555;
  209. .glyphicon {
  210. margin-right: 3px;
  211. color: #4EA9E9;
  212. }
  213. }
  214. [scroll-glue-top],
  215. [scroll-glue-bottom],
  216. [scroll-glue]{
  217. overflow-y: scroll;
  218. height: 200px;
  219. }
  220. [scroll-glue-left],
  221. [scroll-glue-right]{
  222. overflow-x: scroll;
  223. }
  224. .f-transmitters{
  225. position: relative;
  226. height:100px;
  227. width:280px;
  228. margin: 10px 0px 0px 5px;
  229. font-family: "微软雅黑","宋体";
  230. font-size: 12px;
  231. margin-bottom: -30px;
  232. .f-textion{
  233. float: right;
  234. margin-top: -5px;
  235. margin-right: 7px;
  236. >a{
  237. margin: 5px;
  238. text-decoration:none;
  239. cursor:pointer;
  240. &:hover {
  241. color: #333;
  242. }
  243. }
  244. }
  245. }
  246. .f-fileInfo{
  247. white-space: nowrap;
  248. >img{
  249. float: left;
  250. height:50px;
  251. }
  252. >input{
  253. margin:5px 0px 0px;
  254. border: none;
  255. outline: none;
  256. width: 61%;
  257. white-space: nowrap;
  258. overflow: hidden;
  259. text-overflow: ellipsis;
  260. }
  261. }
  262. .progress{
  263. height:3px;
  264. width:200px;
  265. }
  266. .f-percent{
  267. position: absolute;
  268. top: 28px;
  269. left: 257px;
  270. font-size: 11px;
  271. }
  272. .f-speed{
  273. position: absolute;
  274. top: 40px;
  275. left: 50px;
  276. font-size: 11px;
  277. }
  278. body {
  279. overflow-x: hidden;
  280. }
  281. #details-right {
  282. min-width: 220px;
  283. height: 480px;
  284. margin: auto;
  285. overflow: hidden;
  286. text-align: center;
  287. position: relative;//
  288. #userHead {
  289. height: 75px;
  290. background: #96CEDF;/* Opera 11.1 - 12.0 */
  291. overflow: hidden;
  292. #icoImg {
  293. float: left;
  294. width: 55px;
  295. height: 55px;
  296. margin: 10px 0px 10px 1px;
  297. border-radius: 100%;
  298. border:2px solid #fff;
  299. background: #96CEDF;
  300. >a{
  301. cursor:pointer;
  302. >img {
  303. border-radius: 100%;
  304. width: 100%;
  305. height: 100%;
  306. }
  307. }
  308. &:hover {
  309. border:2px solid #5EB0D2;
  310. }
  311. }
  312. .displayname {
  313. color: #fff;
  314. font-size: 18px;
  315. font-family: "微软雅黑","宋体";
  316. >input {
  317. text-align: left;
  318. width: 100%;
  319. margin-left: -10px;
  320. margin-bottom: 2px;
  321. text-shadow:0px 0px 2px #999;
  322. border: none;
  323. outline: none;
  324. background: #96CEDF;
  325. }
  326. }
  327. #watch {
  328. margin-top: 12px;
  329. margin-left: 70px;
  330. text-align: left;
  331. font-family: "微软雅黑","宋体";
  332. background: #96CEDF;
  333. color: #fff;
  334. font-size: 12px;
  335. text-shadow:0px 0px 2px #aaa;
  336. white-space: nowrap; /* 自适应宽度,不换行*/
  337. >input {
  338. margin-left:-10px;
  339. border: none;
  340. outline: none;
  341. background: #96CEDF;
  342. width: 104%;
  343. white-space: nowrap;
  344. overflow: hidden;
  345. text-overflow: ellipsis;
  346. text-shadow:0px 0px 2px #999;
  347. }
  348. }
  349. }
  350. #userInfo {
  351. height: 152px;
  352. background: #fff;
  353. #content {
  354. position: relative;
  355. >ul {
  356. position: absolute;
  357. list-style: none;
  358. margin-left: -33px;
  359. >li {
  360. width: 210px;
  361. font-family: "微软雅黑","宋体";
  362. padding-top:4px;
  363. padding-bottom: 1px;
  364. text-align: left;
  365. font-size: 12px;
  366. color: #444;
  367. white-space: nowrap; /* 自适应宽度,不换行*/
  368. overflow: hidden;
  369. .lf {
  370. color: #777;
  371. }
  372. >input.lr {
  373. border: none;
  374. outline: none;
  375. background: #fff;
  376. width: 80%;
  377. white-space: nowrap;
  378. overflow: hidden;
  379. text-overflow: ellipsis;
  380. }
  381. }
  382. }
  383. }
  384. }
  385. #userCode {
  386. #code {
  387. margin: 25px auto;
  388. width: 160px;
  389. height: 160px;
  390. border: 8px solid #fff;
  391. box-shadow:0px 0px 1px #ccc;
  392. }
  393. }
  394. #remote {
  395. margin: 5px auto;
  396. #backgroundImg {
  397. margin: -50px auto -20px;
  398. background-image: url(../img/remote.png);
  399. height: 200px;
  400. .glyphicon {
  401. float: right;
  402. margin-top: 75px;
  403. color: #fff;
  404. font-size: 36px;
  405. position:relative;
  406. animation-name:arrow;
  407. animation-duration:1.5s;
  408. animation-timing-function:linear;
  409. animation-iteration-count:infinite;
  410. animation-direction:normal;
  411. /* Safari and Chrome: */
  412. -webkit-animation-name:arrow;
  413. -webkit-animation-duration:1.5s;
  414. -webkit-animation-timing-function:linear;
  415. -webkit-animation-iteration-count:infinite;
  416. -webkit-animation-direction:normal;
  417. }
  418. }
  419. p {
  420. margin-top: 10px;
  421. font-size: 12px;
  422. }
  423. button {
  424. height: 25px;
  425. width: 70px;
  426. padding: 0px;
  427. margin: 15px 8px;
  428. }
  429. }
  430. }
  431. @keyframes arrow
  432. {
  433. 0% {opacity:1;left:50px; top:0px;}
  434. 50% {opacity:0.5;left:-50px; top:0px;}
  435. 100% {opacity:0;left:-150px; top:0px;}
  436. }
  437. @-webkit-keyframes arrow /* Safari and Chrome */
  438. {
  439. 0% {opacity:1;left:50px; top:0px;}
  440. 50% {opacity:0.5;left:-50px; top:0px;}
  441. 100% {opacity:0;left:-150px; top:0px;}
  442. }