article.css 2.3 KB

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