information.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. .mui-content .ca_slider .mui-slider-item img {
  2. height: 200px;
  3. width: 100%;
  4. }
  5. .mui-content .ca_slider .mui-slider-indicator .mui-indicator {
  6. box-shadow: none;
  7. border: none;
  8. }
  9. .mui-content .ca_slider .mui-slider-indicator {
  10. text-align: right;
  11. border: none;
  12. /*background: rgba(0,0,0,.4);
  13. bottom: 0;
  14. padding: 5px 0;*/
  15. bottom: 3px;
  16. }
  17. .mui-content .ca_slider .mui-slider-title {
  18. background: rgba(0, 0, 0, .4);
  19. color: #FFFFFF;
  20. }
  21. .mui-content .ca_slider .mui-slider-group .mui-slider-item p span {
  22. width: 200px;
  23. overflow: hidden;
  24. display: block;
  25. font-size: 14px;
  26. text-overflow: ellipsis;
  27. }
  28. .ca_media_list .mui-table-view .mui-table-view-cell .mui-media-object {
  29. max-width: 100px;
  30. width: 100px;
  31. height: 75px;
  32. }
  33. .ca_media_list .mui-table-view .mui-table-view-cell .mui-media-body h4 {
  34. white-space: normal;
  35. overflow: hidden;
  36. -webkit-line-clamp: 2;
  37. text-overflow: ellipsis;
  38. overflow: hidden;
  39. font-size: 16px;
  40. font-weight: normal;
  41. line-height: 24px;
  42. margin-top: -3px;
  43. }
  44. .ca_media_list .mui-table-view .mui-table-view-cell>a:not(.mui-btn) {
  45. white-space: normal;
  46. text-overflow: inherit;
  47. }
  48. .ca_media_list .mui-table-view .mui-table-view-cell a {
  49. position: relative;
  50. }
  51. .ca_media_list .mui-table-view .mui-table-view-cell .mui-ellipsis {
  52. white-space: nowrap;
  53. overflow: hidden;
  54. text-overflow: ellipsis;
  55. position: absolute;
  56. top: 64px;
  57. }
  58. .ca_media_list .mui-card-header {
  59. background-color: #FFFFFF;
  60. }
  61. .ca_media_list .mui-table-view .mui-table-view-cell {
  62. padding-bottom: 10px;
  63. }
  64. .ca_media_list .mui-table-view .mui-table-view-cell.mui-active a {
  65. background: #FFFFFF;
  66. }
  67. .nav {
  68. padding-top: 8px;
  69. padding-bottom: 8px;
  70. overflow: hidden;
  71. position: relative;
  72. }
  73. .nav>div {
  74. float: left;
  75. line-height: 1;
  76. }
  77. .nav>div:first-child {
  78. width: 34px;
  79. height: 34px;
  80. }
  81. .nav>div:nth-child(2) {
  82. padding: 11px 10px;
  83. }
  84. .nav>div:nth-child(2)>div:first-child {
  85. font-size: 14px;
  86. margin-bottom: 5px;
  87. }
  88. .nav img {
  89. width: 100%;
  90. height: 100%;
  91. border-radius: 50%;
  92. }
  93. .nav>div:nth-child(3) {
  94. font-size: 14px;
  95. position: absolute;
  96. top: 19px;
  97. right: 0;
  98. color: #1BADF8;
  99. }
  100. .mui-active {
  101. background: #FFFFFF !important;
  102. }