Blogger Information
Blog 47
fans 0
comment 2
visits 102742
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
聊天室布局
拾一枝樱花的博客
Original
1759 people have browsed it

Html

  1. <div class="mobile-page">
  2. <div class="admin-group">
  3. <img class="admin-img" src="img/60x60.gif"/>
  4. <div class="admin-msg">
  5. <i class="triangle-admin"></i>
  6. <pre class="admin-reply">测试Subject</pre>
  7. </div>
  8. </div>
  9. <div class="user-group">
  10. <div class="user-msg">
  11. <pre class="user-reply">了解了解</pre>
  12. <i class="triangle-user"></i>
  13. </div>
  14. <img class="user-img" src="img/60x60.gif"/>
  15. </div>
  16. </div>
  17. </div>

Css

  1. #service-list .mobile-page pre{ white-space: pre-wrap; word-wrap: break-word; }
  2. .mobile-page{ padding-bottom: 57px; height: 100%; overflow-y: scroll;}
  3. .mobile-page .admin-img, .mobile-page .user-img{ width: 45px; height: 45px; }
  4. i.triangle-admin,i.triangle-user{ width: 0; height: 0; position: absolute; top: 10px; display: inline-block; border-top: 10px solid transparent; border-bottom: 10px solid transparent; }
  5. .mobile-page i.triangle-admin{ left: 4px; border-right: 12px solid #fff; }
  6. .mobile-page i.triangle-user{ right: 4px; border-left: 12px solid #9EEA6A; }
  7. .mobile-page .admin-group, .mobile-page .user-group{ padding: 6px; display: flex; display: -webkit-flex; }
  8. .mobile-page .admin-group{ justify-content: flex-start; -webkit-justify-content: flex-start; }
  9. .mobile-page .user-group{ justify-content: flex-end; -webkit-justify-content: flex-end; }
  10. .mobile-page .admin-reply, .mobile-page .user-reply{ display: inline-block; padding: 8px; border-radius: 4px; background-color: #fff; margin:0 15px; font-size: .8rem; }
  11. .mobile-page .admin-reply{ box-shadow: 0px 0px 2px #ddd; white-space: pre-line;}
  12. .mobile-page .user-reply{ text-align: left; background-color: #9EEA6A; box-shadow: 0px 0px 2px #bbb; white-space: pre-line; }
  13. .mobile-page .user-msg, .mobile-page .admin-msg{ width: 75%; position: relative; }
  14. .mobile-page .user-msg{ text-align: right; }
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post