item_small_view.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .item-small-view {
  2. margin-top: 20px;
  3. max-width: 600px;
  4. min-width: 600px;
  5. height: 175px;
  6. }
  7. .item-small-view .description {
  8. overflow: hidden;
  9. max-height: 110px;
  10. text-align: left;
  11. }
  12. #item-small-view img {
  13. height: 150px;
  14. width: auto;
  15. }
  16. #item-small-view div {
  17. min-height: 100px;
  18. max-height: 100px;
  19. overflow: hidden;
  20. }
  21. #item-small-preview {
  22. padding: 5px;
  23. background-color: #cccccc;
  24. max-width: 100px;
  25. min-width: 100px;
  26. }
  27. #item-small-information {
  28. padding: 5px;
  29. background-color: lightgoldenrodyellow;
  30. }
  31. .card-body .card-text {
  32. font-size: 15px;
  33. }
  34. #item-small-manipulate {
  35. padding: 5px;
  36. background-color: #cccccc;
  37. max-width: 50px;
  38. min-width: 50px;
  39. }
  40. .user-r {
  41. padding-left: 6px;
  42. }
  43. .user-l >img,
  44. .user-r >img {
  45. width: 150px;
  46. }
  47. .redes >ul li a {
  48. width: 42px;
  49. margin-left: 5px;
  50. margin-right: 5px;
  51. text-align: center;
  52. border-radius: 10em;
  53. border: #EEE 1px solid;
  54. }
  55. .redes >ul li span {
  56. color: #CCC;
  57. font-size: 18px;
  58. }
  59. .footer {
  60. padding: 16px 0;
  61. }