123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- .feed-element:first-child {
- margin-top: 5px;
- }
- .scrollGlue {
- overflow-y: hidden;
- }
- .full-client{
- width: 100%;
- height: 100%;
- border: 0px;
- margin: 0px 0px 0px 0px;
- padding: 0px 0px 0px 0px;
- #getMore {
- text-align: center;
- font-family: "宋体";
- color: #009BDB;
- font-size: 14px;
- }
- #loadmore {
- margin-top: -5px;
- }
- #sendmessage {
- margin-top: -10px;
- }
- }
- .media-body {
- font-family: "微软雅黑","宋体";
- font-size: 13px;
- width: 0px;
- max-width: 700px;
- vertical-align: top;
- zoom: 1;
- >p>strong {
- float: left;
- margin-left: 2px;
- color: #336699;
- }
- >p>small {
- margin-left: 4px;
- font-size: 10px;
- vertical-align: bottom;
- }
- }
- .feed-element {
- padding-bottom: 4px;
- overflow: hidden;
- .well {
- position: relative;
- float: left;
- word-wrap:break-word;
- word-break:break-all;
- background-color: #DEDFDE;
- color: #000000;
- border-radius: 6px;
- border: none;
- box-shadow: none;
- outline: none;
- margin-left: 10px;
- margin-top: -2px;
- margin-bottom: 0px;
- margin-right: 25px;
- padding: 7px 14px 7px 12px;
- font-size: 12px;
- line-height: 16px;
- .text-point {
- z-index: -99;
- position:absolute;
- top:-18px;
- left:8px;
- width:0;
- height:0;
- font-size:0;
- border-top:solid 10px;
- border-bottom:solid 10px;
- border-right: solid 7px;
- border-left: solid 7px;
- border-color:transparent transparent #DEDFDE transparent;
- }
- }
- }
- .fit-content {
- width: fit-content;
- }
- //
- .text-message{
- vertical-align: bottom;
- .thumbnail {
- margin-top: 5px;
- margin-bottom: 5px;
- max-width: 300px;
- max-height: 300px;
- }
- }
- .contact-box.center-version {
- display: block;
- background-color: #ffffff;
- padding-top: 10px;
- text-align: center;
- color: #676a6c;
- font-size: 13px;
- }
- .displayName{
- font-weight: 700;
- font-size: 16px;
- }
- .map {
- width: 370px;
- height: 170px;
- display: block;
- }
- .audio-message{
- display: block;
- }
- ///Message
- .file-message {
- background-color: #fff;
- padding: 8px;
- border-radius: 6px;
- }
- .file-message > img{
- margin:5px 5px 5px 5px;
- width: 48px;
- height: 48px;
- float:left;
- }
- .file-message > div{
- clear:both;
- width:100%;
- border-top:1px solid #ccc;
- height: 30px;
- padding-top: 10px;
- }
- .file-message > a >span{
- margin-top: 10px;
- margin-right: 5px;
- }
- [scroll-glue-top],
- [scroll-glue-bottom],
- [scroll-glue]{
- overflow-y: scroll;
- height: 200px;
- }
- [scroll-glue-left],
- [scroll-glue-right]{
- overflow-x: scroll;
- }
- #transmitters{
- position: relative;
- height:100px;
- width:280px;
- margin: 10px 0px 0px 5px;
- font-family: "微软雅黑","宋体";
- font-size: 12px;
- >a{
- margin: 5px;
- text-decoration:none;
- cursor:pointer;
- &:hover {
- color: #333;
- }
- }
- }
- #fileInfo{
- white-space: nowrap;
- >img{
- float: left;
- height:50px;
- }
- >input{
- margin:5px 0px 2px;
- border: none;
- outline: none;
- width: 61%;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- }
- .progress{
- height:3px;
- width:200px;
- }
- #progress{
- position: absolute;
- top: 27px;
- left: 257px;
- }
|