123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- .skillbar {
- position: relative;
- display: inline-block;
- width: 100%;
- background:rgba(255, 255, 255, 0.1);
- height: 15px;
- margin-left: 5px;
- margin-right: 5px;
- line-height: 15px;
- vertical-align: middle;
- margin-bottom: 4px;
- }
- .skillbar-title span {
- display: block;
- background: #49bcf7;
- padding: 0 20px;
- height: 15px;
- line-height: 15px;
- }
- .skillbar-bar {
- height: 15px;
- width: 0px;
- background: #49bcf7;
- }
- .skill-bar-percent {
- position: absolute;
- right: 10px;
- top: 0;
- font-size: 14px;
- height: 15px;
- line-height: 15px;
- color: #49bcf7;
- color: #fff;
- }
- .col25{
- width: 25%;
- text-align: center;
- }
- .col50{
- width: 50% !important;
- text-align: center;
- padding-top: -10px;
- }
- .pmProgress {
- height: 82%;
- overflow: hidden;
- }
- .pmProgress li {
- line-height: 24px;
- height: 24px;
- }
- .pmProgress li p,
- .pmProgresstit {
- font-size: 0;
- }
- .pmProgress li span,
- .pmProgresstit span {
- display: inline-block;
- font-size: 14px;
- color: rgba(255, 255, 255, 0.6);
- }
- .pmProgresstit {
- border-bottom: 1px solid rgba(255, 255, 255, 0.2);
- padding: 0 0 5px 0;
- margin-bottom: 0px;
- }
- .li-num{
- width: 15% !important;
- text-align: center;
- }
- .li-pname{
- width: 30% !important;
- text-align: center;
- }
- .li-mac{
- width: 30% !important;
- text-align: center;
- }
- .li-duty{
- width: 25% !important;
- text-align: center;
- }
- .col15{
- width: 15% !important;
- text-align: center;
- }
- .col20{
- width: 20% !important;
- text-align: center;
- }
|