app.main.less 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  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. .fit-content {
  82. width: fit-content;
  83. }
  84. //
  85. .text-message{
  86. vertical-align: bottom;
  87. .thumbnail {
  88. margin-top: 5px;
  89. margin-bottom: 5px;
  90. max-width: 300px;
  91. max-height: 300px;
  92. }
  93. }
  94. .contact-box.center-version {
  95. display: block;
  96. background-color: #ffffff;
  97. padding-top: 10px;
  98. text-align: center;
  99. color: #676a6c;
  100. font-size: 13px;
  101. }
  102. .displayName{
  103. font-weight: 700;
  104. font-size: 16px;
  105. }
  106. .map {
  107. width: 370px;
  108. height: 170px;
  109. display: block;
  110. }
  111. .audio-message{
  112. display: block;
  113. }
  114. ///Message
  115. .file-message {
  116. background-color: #fff;
  117. padding: 8px;
  118. border-radius: 6px;
  119. }
  120. .file-message > img{
  121. margin:5px 5px 5px 5px;
  122. width: 48px;
  123. height: 48px;
  124. float:left;
  125. }
  126. .file-message > div{
  127. clear:both;
  128. width:100%;
  129. border-top:1px solid #ccc;
  130. height: 30px;
  131. padding-top: 10px;
  132. }
  133. .file-message > a >span{
  134. margin-top: 10px;
  135. margin-right: 5px;
  136. }
  137. [scroll-glue-top],
  138. [scroll-glue-bottom],
  139. [scroll-glue]{
  140. overflow-y: scroll;
  141. height: 200px;
  142. }
  143. [scroll-glue-left],
  144. [scroll-glue-right]{
  145. overflow-x: scroll;
  146. }
  147. #transmitters{
  148. position: relative;
  149. height:100px;
  150. width:280px;
  151. margin: 10px 0px 0px 5px;
  152. font-family: "微软雅黑","宋体";
  153. font-size: 12px;
  154. >a{
  155. margin: 5px;
  156. text-decoration:none;
  157. cursor:pointer;
  158. &:hover {
  159. color: #333;
  160. }
  161. }
  162. }
  163. #fileInfo{
  164. white-space: nowrap;
  165. >img{
  166. float: left;
  167. height:50px;
  168. }
  169. >input{
  170. margin:5px 0px 2px;
  171. border: none;
  172. outline: none;
  173. width: 61%;
  174. white-space: nowrap;
  175. overflow: hidden;
  176. text-overflow: ellipsis;
  177. }
  178. }
  179. .progress{
  180. height:3px;
  181. width:200px;
  182. }
  183. #progress{
  184. position: absolute;
  185. top: 27px;
  186. left: 257px;
  187. }