system_list.less 2.6 KB

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