app.main.less 14 KB

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