article.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. *{box-sizing: content-box;}
  2. li{list-style: none;}
  3. p{margin: 0;}
  4. .c-f12{font-size: 12px;}
  5. .select-tit{padding-left: 10px;}
  6. .c-h80 {height: 60%;}
  7. .pt60 {padding-top: 60px;}
  8. .w40 {width: 32px; height: 21px; text-indent: 0.5em;display: block;line-height: 1;padding: 0;}
  9. .lh24 {
  10. height: 24px;
  11. line-height: 24px;
  12. }
  13. .lh34 {
  14. height: 34px;
  15. line-height: 33px;
  16. }
  17. .lh30 {
  18. height: 30px;
  19. line-height: 30px;
  20. }
  21. .b-r-5500 {border-radius: 5px 5px 0 0;}
  22. .b-r-3 {border-radius: 3px;}
  23. .bgc-f5f5fa {background-color: #f5f5fa;}
  24. .select-tit li {
  25. width: 100px;
  26. text-align: center;
  27. }
  28. .select-tit li.active {
  29. line-height: 34px;
  30. background-color: #fff;
  31. color: #12b7f5;
  32. }
  33. /*.set-article-content {
  34. overflow-y: scroll;
  35. height: calc(100% - 100px)
  36. }*/
  37. .set-article-content:hover::-webkit-scrollbar-thumb {
  38. background-color: #dcdce1;
  39. border-radius: 5px;
  40. }
  41. .list-tit {
  42. display: inline-block;
  43. width: 110px;
  44. height: 28px;
  45. padding: 0 5px;
  46. border: 1px solid #e1e1e1;
  47. }
  48. .set-bg {
  49. background: url("../images/tiaozhuan_xia_icon.png") no-repeat 105px center;
  50. }
  51. .pull-list {
  52. position: absolute;
  53. top: 30px;
  54. right: 0;
  55. width: 120px;
  56. margin: 0;
  57. padding: 0;
  58. background: #fff;
  59. z-index: 9;
  60. }
  61. .pull-list li {
  62. padding: 0 5px;
  63. }
  64. .pull-list li:hover {
  65. background-color: #e1e1e1;
  66. }
  67. .w80 {width: 80px;}
  68. .w150 {width: 150px;}
  69. .c-f666 {color: #666}
  70. .c-f999 {color: #999;}
  71. .bgc-12b7f5 {background-color: #12b7f5;}
  72. .article-list{list-style: none;padding: 0;font-size: 12px;margin: 0;}
  73. .article-list li {
  74. height: 40px;
  75. line-height: 40px;
  76. }
  77. .text-ellipsis {
  78. overflow: hidden;
  79. white-space: nowrap;
  80. text-overflow: ellipsis;
  81. }
  82. .c-w35 {width: 34%; width: calc(35% - 3px)}
  83. .c-w35-10 {width: 34%; width: calc(35% - 13px); padding: 0 5px;}
  84. .c-w30 {width: 30%}
  85. .c-w30-10 {width: 29%; width: calc(30% - 10px); padding: 0 5px;}
  86. .c-w13 {width: 13%}
  87. .c-w22 {width: 22%}
  88. .c-w22-10 {width: 21%; width: calc(22% - 10px); padding: 0 5px;}
  89. .c-12b7f5{color: #12b7f5;}
  90. .operate{
  91. color: #17B3EC;
  92. text-decoration: underline;
  93. }
  94. /*.operate:hover {text-decoration: underline;}*/
  95. .operate:active {color: red;}
  96. .page-btn {
  97. text-align: center;
  98. height: 24px;
  99. width: 24px;
  100. padding: 0;
  101. background: #fff;
  102. color: #ccc;
  103. }
  104. .sure-btn {
  105. height: 26px;
  106. width: 36px;
  107. border-radius: 0;
  108. border: 0;
  109. padding: 0;
  110. line-height: 26px;
  111. text-align: center;
  112. }
  113. .btn-active {
  114. background-color: #12b7f5;
  115. color: #fff;
  116. }
  117. .article-table{
  118. border: 1px solid #e1e1e1;
  119. }
  120. th,td{
  121. height: 40px;
  122. border-bottom: 1px solid #e1e1e1;
  123. border-right: 1px solid #e1e1e1;
  124. }
  125. th:last-child, td:last-child{
  126. border-right: 0;
  127. }