message.preview.css 887 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .msg_preview{
  2. width: 100%;
  3. height: 100px;
  4. position: relative;
  5. border: 1px solid #ccc;
  6. }
  7. .preview_img_imgtext{
  8. width: 100%;
  9. height: 100%;
  10. background: pink;
  11. display: block;
  12. }
  13. .preview_handler{
  14. position: absolute;
  15. width: 100%;
  16. height: 50px;
  17. /* background: rgba(0,0,0,.3); */
  18. bottom: 0;
  19. }
  20. .preview_imgtext_title{
  21. margin: 0;
  22. float: left;
  23. height: 50px;
  24. line-height: 50px;
  25. padding: 0;
  26. color: #333;
  27. width: 80%;
  28. overflow: hidden;
  29. text-align: left;
  30. }
  31. .preview_del{
  32. float: right;
  33. width: 8%;
  34. line-height: 30px;
  35. height: 30px;
  36. margin-top: 10px;
  37. border: none;
  38. border-radius: 5px;
  39. margin-right: 3px;
  40. }
  41. .prevoew_edit{
  42. float: right;
  43. width: 8%;
  44. line-height: 30px;
  45. height: 30px;
  46. margin-top: 10px;
  47. border: none;
  48. border-radius: 5px;
  49. margin-right: 3px;
  50. }