app.main.less 12 KB

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