sign_manage.css 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. p {margin-bottom: 0; margin-top: 0;}
  2. .re-title .name{font-size: 18px;font-weight: bold;color: #333;height: 40px;line-height: 40px;display: inline-block;padding: 0px 20px;}
  3. .re-title .team{font-size: 14px;color: #333;display: inline-block;}
  4. .no-select{-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select:none}
  5. .re-title{border-bottom:solid 1px #ededed;}
  6. .lh28 {line-height: 28px;}
  7. .plr5 {padding-left: 5px; padding-right: 5px;}
  8. .bgc-12b7f5 {background-color: #12b7f5;}
  9. .w40 {width: 32px; height: 24px; text-indent: 0.5em;}
  10. .lh24 {height: 24px; line-height: 24px;}
  11. .h30 {height: 30px; line-height: 30px}
  12. .lh40 {line-height: 40px}
  13. .w-10-1 {width: calc(10% - 1px)}
  14. .w-14 {width: 14%}
  15. .w-18-1 {width: calc(18% - 1px)}
  16. .w-20-1 {width: calc(20% - 1px)}
  17. .list-tit {
  18. display: inline-block;
  19. width: 110px;
  20. height: 28px;
  21. padding: 0 5px;
  22. border: 1px solid #e1e1e1;
  23. }
  24. .set-bg {
  25. background: url("../../../images/tiaozhuan_xia_icon.png") no-repeat 105px center;
  26. }
  27. .pull-list {
  28. position: absolute;
  29. top: 30px;
  30. right: 0;
  31. width: 120px;
  32. background: #fff;
  33. z-index: 9;
  34. }
  35. .pull-list li {
  36. padding: 0 5px;
  37. }
  38. .pull-list li:hover {
  39. background-color: #e1e1e1;
  40. }
  41. .sosou-btn {
  42. float: right;
  43. width: 20px;
  44. height: 28px;
  45. background: url(../../../images/sousuo_icon.png) no-repeat no-repeat center center;
  46. background-size: 16px 16px;
  47. cursor: pointer;
  48. }
  49. .inp::-webkit-input-placeholder {
  50. color: #999;
  51. }
  52. .operate:hover {text-decoration: underline;}
  53. .operate:active {color: red;}
  54. .page-btn {
  55. height: 24px;
  56. width: 24px;
  57. padding: 0;
  58. background: #fff;
  59. color: #ccc;
  60. }
  61. .sure-btn {
  62. height: 26px;
  63. width: 36px;
  64. border-radius: 0;
  65. border: 0;
  66. padding: 0;
  67. line-height: 26px;
  68. }
  69. .btn-active {
  70. background-color: #12b7f5;
  71. color: #fff;
  72. }
  73. ul {
  74. list-style: none;
  75. }
  76. input {border: 0;outline:none;}
  77. .h22 {height: 22px;}
  78. .c-12b7f5 {color: #12b7f5;}
  79. .cur-pit {cursor: pointer;}
  80. span.c-12b7f5:active {
  81. text-decoration: underline;
  82. }