2016-09-12 05:40:06 +08:00
|
|
|
.pass-meter {
|
|
|
|
width:100%;
|
|
|
|
padding-top:3px;
|
|
|
|
padding-bottom:4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pass-meter.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pass-meter-col {
|
|
|
|
float:left;
|
|
|
|
width:25%;
|
|
|
|
padding:1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pass-meter-col .indicator {
|
|
|
|
border-radius:3px;
|
|
|
|
background-color:#eee;
|
|
|
|
height:5px;
|
|
|
|
|
|
|
|
}
|
|
|
|
.pass-meter-col.poor .indicator{
|
|
|
|
background-color:#ef4e3a;
|
|
|
|
}
|
|
|
|
.pass-meter-col.weak .indicator{
|
|
|
|
background-color:#F27B1C;
|
|
|
|
}
|
|
|
|
.pass-meter-col.good .indicator{
|
|
|
|
background-color:#66cc33;
|
|
|
|
}
|
|
|
|
.pass-meter-col.strong .indicator{
|
|
|
|
background-color:#33A7E3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pass-meter .pass-meter-message {
|
2016-09-12 06:23:06 +08:00
|
|
|
width:49%;
|
2016-09-12 05:40:06 +08:00
|
|
|
text-align:right;
|
|
|
|
font-family: "Arial Black", Gadget, sans-serif;
|
|
|
|
font-size:10px;
|
|
|
|
line-height:10px;
|
|
|
|
font-style:bold;
|
|
|
|
color:#555;
|
|
|
|
min-height:7px;
|
2016-09-12 06:23:06 +08:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
.pass-meter .details{
|
|
|
|
width:49%;
|
|
|
|
text-align:left;
|
|
|
|
font-family: "Arial Black", Gadget, sans-serif;
|
|
|
|
font-size:10px;
|
|
|
|
line-height:10px;
|
|
|
|
font-style:bold;
|
|
|
|
color:#555;
|
|
|
|
min-height:7px;
|
|
|
|
float: left;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pass-meter .details:hover{
|
|
|
|
color: rgb(0, 102, 255) !important;
|
2016-09-12 05:40:06 +08:00
|
|
|
}
|