system_list.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. /*// 主题色*/
  2. /*字体主色调*/
  3. /*线条主色调*/
  4. /*按钮主色调*/
  5. /*底纹色*/
  6. .articlelisttable {
  7. padding: 0 9px;
  8. }
  9. .articlelisttable .table > tbody > tr > td,
  10. .articlelisttable .table > tbody > tr > th,
  11. .articlelisttable .table > tfoot > tr > td,
  12. .articlelisttable .table > tfoot > tr > th,
  13. .articlelisttable .table > thead > tr > td,
  14. .articlelisttable .table > thead > tr > th {
  15. border-bottom: none;
  16. cursor: pointer;
  17. }
  18. /*文章页*/
  19. .articledetailbox {
  20. padding: 0 60px;
  21. }
  22. .articledetailtit {
  23. text-align: center;
  24. line-height: 60px;
  25. font-size: 30px;
  26. border-bottom: 1px solid #eceff4;
  27. padding-top: 15px;
  28. padding-bottom: 5px;
  29. }
  30. .articledetailcon {
  31. padding-top: 15px ;
  32. }
  33. .system_list .m-withe {
  34. padding-bottom: 190px;
  35. min-width: 1200px;
  36. max-width: 1500px;
  37. }
  38. .system_tit .right {
  39. float: right;
  40. padding-top: 12px;
  41. }
  42. .system_list_content {
  43. padding-top: 20px;
  44. }
  45. .system_list_content ul li {
  46. width: 275px;
  47. margin-left: 20px;
  48. margin-bottom: 20px;
  49. display: inline-block;
  50. float: left;
  51. padding: 10px;
  52. padding-bottom: 15px;
  53. border: 1px solid #eceff4;
  54. transition: all 0.1s ease-in-out 0s;
  55. -moz-transition: all 0.1s ease-in-out 0s;
  56. -webkit-transition: all 0.1s ease-in-out 0s;
  57. -o-transition: all 0.1s ease-in-out 0s;
  58. }
  59. .system_list_content ul li:hover {
  60. -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  61. box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  62. -webkit-transform: translate3d(0, -2px, 0);
  63. transform: translate3d(0, -2px, 0);
  64. transition: all 0.1s ease-in-out 0s;
  65. -moz-transition: all 0.1s ease-in-out 0s;
  66. -webkit-transition: all 0.1s ease-in-out 0s;
  67. -o-transition: all 0.1s ease-in-out 0s;
  68. }
  69. .system_list_content ul li h1 {
  70. font-size: 16px;
  71. line-height: 30px;
  72. padding-bottom: 10px;
  73. font-weight: bold;
  74. }
  75. .system_list_content ul li .imgbox {
  76. width: 100%;
  77. max-height: 130px;
  78. overflow: hidden;
  79. margin-bottom: 10px;
  80. }
  81. .system_list_content ul li .imgbox img {
  82. width: 100%;
  83. }
  84. .system_list_content ul li .listinfo {
  85. line-height: 25px;
  86. height: 50px;
  87. white-space: inherit;
  88. display: -webkit-box;
  89. -webkit-box-sizing: border-box;
  90. word-break: break-all;
  91. word-wrap: break-word;
  92. -webkit-line-clamp: 2;
  93. -webkit-box-orient: vertical;
  94. text-overflow: ellipsis;
  95. overflow: hidden;
  96. margin-bottom: 10px;
  97. }
  98. .system_list_content ul li .listinfo2 .f_l {
  99. line-height: 28px;
  100. }