app.main.less 8.3 KB

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