app.main.less 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580
  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. cursor:default;
  24. margin-top: -5px;
  25. }
  26. .sendmessage {
  27. cursor:default;
  28. margin-top: -10px;
  29. }
  30. .curTime {
  31. cursor:default;
  32. text-align: center;
  33. font-family: "微软雅黑","宋体";
  34. font-size: 12px;
  35. }
  36. }
  37. .media-body {
  38. font-family: "微软雅黑","宋体";
  39. font-size: 13px;
  40. width: 0px;
  41. max-width: 1000px;
  42. vertical-align: top;
  43. zoom: 1;
  44. p{
  45. cursor:pointer;
  46. }
  47. p>strong {
  48. float: left;
  49. margin-left: 5px;
  50. color: #007FE0;
  51. }
  52. p>small {
  53. margin-left: 4px;
  54. font-size: 10px;
  55. vertical-align: bottom;
  56. }
  57. }
  58. .user-head {
  59. position: relative;
  60. cursor:pointer;
  61. width: 40px;
  62. height: 40px;
  63. margin: 1px 0px 10px 1px;
  64. border-radius: 100%;
  65. border:1px solid #ddd;
  66. background: #96CEDF;
  67. img {
  68. border-radius: 100%;
  69. width: 100%;
  70. height: 100%;
  71. }
  72. }
  73. .user-head-lf {
  74. float: left;
  75. }
  76. .user-head-rt {
  77. float: right;
  78. }
  79. .feed-element {
  80. padding-bottom: 4px;
  81. overflow: hidden;
  82. .well {
  83. word-wrap:break-word;
  84. word-break:break-all;
  85. background-color: #EEEEEE;
  86. color: #000000;
  87. border-radius: 6px;
  88. border: none;
  89. box-shadow: none;
  90. outline: none;
  91. margin-left: 10px;
  92. margin-top: 10px;
  93. margin-bottom: 0px;
  94. margin-right: 20px;
  95. padding: 7px 12px 7px 12px;
  96. font-size: 12px;
  97. line-height: 16px;
  98. .text-point {
  99. z-index: 99;
  100. position:absolute;
  101. top:50px;
  102. left:50px;
  103. width:0;
  104. height:0;
  105. font-size:0;
  106. border-top:solid 6px;
  107. border-bottom:solid 6px;
  108. border-right: solid 10px;
  109. border-left: solid 10px;
  110. border-color:transparent #000 transparent transparent;
  111. }
  112. }
  113. }
  114. .wellself {
  115. position: absolute;
  116. right:5px;
  117. word-wrap:break-word;
  118. word-break:break-all;
  119. background-color: #009EE0;
  120. color: #000000;
  121. border-radius: 6px;
  122. border: none;
  123. box-shadow: none;
  124. outline: none;
  125. margin-left: 20px;
  126. margin-top: 10px;
  127. margin-bottom: 0px;
  128. margin-right: 50px;
  129. padding: 7px 12px 7px 12px;
  130. font-size: 12px;
  131. line-height: 16px;
  132. .text-point {
  133. z-index: -99;
  134. position:absolute;
  135. top:7px;
  136. left:97px;
  137. width:0;
  138. height:0;
  139. font-size:0;
  140. border-top:solid 6px;
  141. border-bottom:solid 6px;
  142. border-right: solid 10px;
  143. border-left: solid 10px;
  144. border-color:transparent transparent transparent #009EE0;
  145. }
  146. }
  147. .fit-content {
  148. width: fit-content;
  149. }
  150. //
  151. .text-message{
  152. vertical-align: bottom;
  153. .thumbnail {
  154. cursor:pointer;
  155. margin-top: 5px;
  156. margin-bottom: 5px;
  157. max-width: 360px;
  158. max-height: 300px;
  159. }
  160. }
  161. .contact-box.center-version {
  162. display: block;
  163. background-color: #ffffff;
  164. padding-top: 10px;
  165. text-align: center;
  166. color: #676a6c;
  167. font-size: 13px;
  168. }
  169. .displayName{
  170. font-weight: 700;
  171. font-size: 16px;
  172. }
  173. .map {
  174. width: 370px;
  175. height: 170px;
  176. display: block;
  177. }
  178. .audio-message{
  179. display: block;
  180. }
  181. ///Message
  182. .file-message {
  183. background-color: #fff;
  184. padding: 8px;
  185. border-radius: 6px;
  186. white-space: nowrap;
  187. > img{
  188. margin:0px 5px 5px 5px;
  189. width: 48px;
  190. height: 48px;
  191. float:left;
  192. }
  193. >a>span{
  194. margin-top: 10px;
  195. margin-right: 5px;
  196. }
  197. >p>input{
  198. border: none;
  199. outline: none;
  200. width: 75%;
  201. white-space: nowrap;
  202. overflow: hidden;
  203. text-overflow: ellipsis;
  204. }
  205. .transinfo{
  206. float: left;
  207. color: #666;
  208. >span{
  209. margin-left: 5px;
  210. }
  211. }
  212. }
  213. .file-message > div{
  214. clear:both;
  215. width:100%;
  216. border-top:1px solid #ccc;
  217. height: 30px;
  218. padding-top: 10px;
  219. }
  220. #file-error {
  221. margin: 5px 10px 2px 10px;
  222. padding: 3px 5px 3px 7px;
  223. color: #555;
  224. .glyphicon {
  225. margin-right: 3px;
  226. color: #E35850;
  227. }
  228. }
  229. #file-info {
  230. margin: 5px 10px 2px 10px;
  231. padding: 3px 5px 3px 7px;
  232. color: #555;
  233. .glyphicon {
  234. margin-right: 3px;
  235. color: #4EA9E9;
  236. }
  237. }
  238. [scroll-glue-top],
  239. [scroll-glue-bottom],
  240. [scroll-glue]{
  241. overflow-y: scroll;
  242. height: 200px;
  243. }
  244. [scroll-glue-left],
  245. [scroll-glue-right]{
  246. overflow-x: scroll;
  247. }
  248. .f-transmitters{
  249. position: relative;
  250. height:100px;
  251. width:280px;
  252. margin: 10px 0px 0px 5px;
  253. font-family: "微软雅黑","宋体";
  254. font-size: 12px;
  255. margin-bottom: -30px;
  256. .f-textion{
  257. float: right;
  258. margin-top: -5px;
  259. margin-right: 7px;
  260. >a{
  261. margin: 5px;
  262. text-decoration:none;
  263. cursor:pointer;
  264. &:hover {
  265. color: #333;
  266. }
  267. }
  268. }
  269. }
  270. .f-fileInfo{
  271. white-space: nowrap;
  272. >img{
  273. float: left;
  274. height:50px;
  275. }
  276. >input{
  277. margin:5px 0px 0px;
  278. border: none;
  279. outline: none;
  280. width: 61%;
  281. white-space: nowrap;
  282. overflow: hidden;
  283. text-overflow: ellipsis;
  284. }
  285. }
  286. .progress{
  287. height:3px;
  288. width:200px;
  289. }
  290. .f-percent{
  291. position: absolute;
  292. top: 28px;
  293. left: 257px;
  294. font-size: 11px;
  295. }
  296. .f-speed{
  297. position: absolute;
  298. top: 40px;
  299. left: 50px;
  300. font-size: 11px;
  301. }
  302. body {
  303. overflow-x: hidden;
  304. }
  305. #details-right {
  306. min-width: 220px;
  307. height: 450px;
  308. margin: auto;
  309. overflow: hidden;
  310. text-align: center;
  311. position: relative;//
  312. #userHead {
  313. height: 75px;
  314. background: #96CEDF;/* Opera 11.1 - 12.0 */
  315. overflow: hidden;
  316. #icoImg {
  317. float: left;
  318. width: 55px;
  319. height: 55px;
  320. margin: 10px 0px 10px 1px;
  321. border-radius: 100%;
  322. border:2px solid #fff;
  323. background: #96CEDF;
  324. >a{
  325. cursor:pointer;
  326. >img {
  327. border-radius: 100%;
  328. width: 100%;
  329. height: 100%;
  330. }
  331. }
  332. &:hover {
  333. border:2px solid #5EB0D2;
  334. }
  335. }
  336. .displayname {
  337. color: #fff;
  338. font-size: 18px;
  339. font-family: "微软雅黑","宋体";
  340. >input {
  341. text-align: left;
  342. width: 100%;
  343. margin-left: -10px;
  344. margin-bottom: 2px;
  345. text-shadow:0px 0px 2px #999;
  346. border: none;
  347. outline: none;
  348. background: #96CEDF;
  349. }
  350. }
  351. #watch {
  352. margin-top: 12px;
  353. margin-left: 70px;
  354. text-align: left;
  355. font-family: "微软雅黑","宋体";
  356. background: #96CEDF;
  357. color: #fff;
  358. font-size: 12px;
  359. text-shadow:0px 0px 2px #aaa;
  360. white-space: nowrap; /* 自适应宽度,不换行*/
  361. >input {
  362. margin-left:-10px;
  363. border: none;
  364. outline: none;
  365. background: #96CEDF;
  366. width: 104%;
  367. white-space: nowrap;
  368. overflow: hidden;
  369. text-overflow: ellipsis;
  370. text-shadow:0px 0px 2px #999;
  371. }
  372. }
  373. }
  374. #userInfo {
  375. height: 152px;
  376. background: #fff;
  377. #content {
  378. position: relative;
  379. >ul {
  380. position: absolute;
  381. list-style: none;
  382. margin-left: -33px;
  383. >li {
  384. width: 210px;
  385. font-family: "微软雅黑","宋体";
  386. padding-top:4px;
  387. padding-bottom: 1px;
  388. text-align: left;
  389. font-size: 12px;
  390. color: #444;
  391. white-space: nowrap; /* 自适应宽度,不换行*/
  392. overflow: hidden;
  393. .lf {
  394. color: #777;
  395. }
  396. >input.lr {
  397. border: none;
  398. outline: none;
  399. background: #fff;
  400. width: 80%;
  401. white-space: nowrap;
  402. overflow: hidden;
  403. text-overflow: ellipsis;
  404. }
  405. }
  406. }
  407. }
  408. }
  409. #userCode {
  410. #code {
  411. margin: 25px auto;
  412. width: 160px;
  413. height: 160px;
  414. border: 8px solid #fff;
  415. box-shadow:0px 0px 1px #ccc;
  416. }
  417. }
  418. #remote {
  419. margin: 5px auto;
  420. #backgroundImg {
  421. margin: -50px auto -20px;
  422. background-image: url(../img/remote.png);
  423. height: 200px;
  424. .glyphicon {
  425. float: right;
  426. margin-top: 77px;
  427. color: #fff;
  428. font-size: 36px;
  429. position:relative;
  430. animation-name:arrow;
  431. animation-duration:1.5s;
  432. animation-timing-function:linear;
  433. animation-iteration-count:infinite;
  434. animation-direction:normal;
  435. /* Safari and Chrome: */
  436. -webkit-animation-name:arrow;
  437. -webkit-animation-duration:1.5s;
  438. -webkit-animation-timing-function:linear;
  439. -webkit-animation-iteration-count:infinite;
  440. -webkit-animation-direction:normal;
  441. }
  442. }
  443. p {
  444. margin-top: 10px;
  445. font-size: 12px;
  446. }
  447. button {
  448. height: 25px;
  449. width: 70px;
  450. padding: 0px;
  451. margin: 20px 8px;
  452. }
  453. }
  454. #inputBox {
  455. text-align: left;
  456. height: 210px;
  457. padding: 5px;
  458. >img {
  459. height: 100px;
  460. }
  461. .input-file {
  462. float: left;
  463. margin-bottom: 5px;
  464. width: 100px;;
  465. font-size: 12px;
  466. p {
  467. text-align: center;
  468. }
  469. img {
  470. margin-left: -10px;
  471. height: 50px;
  472. }
  473. span {
  474. text-align: center;
  475. word-wrap:break-word;
  476. word-break:break-all;
  477. }
  478. }
  479. }
  480. }
  481. @keyframes arrow
  482. {
  483. 0% {opacity:1;left:50px; top:0px;}
  484. 50% {opacity:0.5;left:-50px; top:0px;}
  485. 100% {opacity:0;left:-150px; top:0px;}
  486. }
  487. @-webkit-keyframes arrow /* Safari and Chrome */
  488. {
  489. 0% {opacity:1;left:50px; top:0px;}
  490. 50% {opacity:0.5;left:-50px; top:0px;}
  491. 100% {opacity:0;left:-150px; top:0px;}
  492. }
  493. .app-voice-pause,.app-voice-play {
  494. cursor:pointer;
  495. margin-left: 50px;
  496. height: 25px;
  497. width: 25px;
  498. background-repeat: no-repeat;
  499. background-size: 100px 30px;
  500. opacity: 1;
  501. }
  502. .app-voice-you {
  503. height: 20px;
  504. width: 75px;
  505. .app-voice-time {
  506. float: left;
  507. margin-top: 2.5px;
  508. }
  509. .app-voice-pause{
  510. /*从未播放*/
  511. background-position: -1.5px -5px;
  512. }
  513. .app-voice-unread {
  514. height:4px; width:4px; border-radius:4px;
  515. background:#EC3300;
  516. position: relative; top: -25px; right: -75px;
  517. }
  518. }
  519. .app-voice-you .app-voice-play {
  520. /*播放中(不需要过渡动画)*/
  521. background-position: -1.5px -5px;
  522. -webkit-animation: voiceplay 1.5s infinite step-start;
  523. -moz-animation: voiceplay 1.5s infinite step-start;
  524. -o-animation: voiceplay 1.5s infinite step-start;
  525. animation: voiceplay 1.5s infinite step-start;
  526. }
  527. @keyframes voiceplay {
  528. 0% {background-position: -5px -5px;}
  529. 33.333333% {
  530. background-position: -27.5px -5px;
  531. }
  532. 66.666666% {
  533. background-position: -50px -5px;
  534. }
  535. 100% {background-position: -72.5px -5px;}
  536. }
  537. @-webkit-keyframes voiceplay {
  538. 0% {background-position: -5px -5px;}
  539. 33.333333% {
  540. background-position: -27.5px -5px;
  541. }
  542. 66.666666% {
  543. background-position: -50px -5px;
  544. }
  545. 100% {background-position: -72.5px -5px;}
  546. }