style.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. .skillbar {
  2. position: relative;
  3. display: inline-block;
  4. width: 100%;
  5. background:rgba(255, 255, 255, 0.1);
  6. height: 15px;
  7. margin-left: 5px;
  8. margin-right: 5px;
  9. line-height: 15px;
  10. vertical-align: middle;
  11. margin-bottom: 4px;
  12. }
  13. .skillbar-title span {
  14. display: block;
  15. background: #49bcf7;
  16. padding: 0 20px;
  17. height: 15px;
  18. line-height: 15px;
  19. }
  20. .skillbar-bar {
  21. height: 15px;
  22. width: 0px;
  23. background: #49bcf7;
  24. }
  25. .skill-bar-percent {
  26. position: absolute;
  27. right: 10px;
  28. top: 0;
  29. font-size: 14px;
  30. height: 15px;
  31. line-height: 15px;
  32. color: #49bcf7;
  33. color: #fff;
  34. }
  35. .col25{
  36. width: 25%;
  37. text-align: center;
  38. }
  39. .col50{
  40. width: 50% !important;
  41. text-align: center;
  42. padding-top: -10px;
  43. }
  44. .pmProgress {
  45. height: 82%;
  46. overflow: hidden;
  47. }
  48. .pmProgress li {
  49. line-height: 24px;
  50. height: 24px;
  51. }
  52. .pmProgress li p,
  53. .pmProgresstit {
  54. font-size: 0;
  55. }
  56. .pmProgress li span,
  57. .pmProgresstit span {
  58. display: inline-block;
  59. font-size: 14px;
  60. color: rgba(255, 255, 255, 0.6);
  61. }
  62. .pmProgresstit {
  63. border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  64. padding: 0 0 5px 0;
  65. margin-bottom: 0px;
  66. }
  67. .li-num{
  68. width: 15% !important;
  69. text-align: center;
  70. }
  71. .li-pname{
  72. width: 30% !important;
  73. text-align: center;
  74. }
  75. .li-mac{
  76. width: 30% !important;
  77. text-align: center;
  78. }
  79. .li-duty{
  80. width: 25% !important;
  81. text-align: center;
  82. }
  83. .col15{
  84. width: 15% !important;
  85. text-align: center;
  86. }
  87. .col20{
  88. width: 20% !important;
  89. text-align: center;
  90. }