shu-c-view
Version:
rollup 打包vue组件库框架
1 lines • 1.21 kB
CSS
.base-password-style .strength-meter-bar{position:relative;height:6px;margin:10px auto 6px;background-color:rgba(0,0,0,.25);border-radius:6px}.base-password-style .strength-meter-bar::after,.base-password-style .strength-meter-bar::before{position:absolute;z-index:10;display:block;width:20%;height:inherit;content:'';background-color:transparent;border-color:#fff;border-style:solid;border-width:0 5px}.base-password-style .strength-meter-bar::before{left:20%}.base-password-style .strength-meter-bar::after{right:20%}.base-password-style .strength-meter-bar--fill{position:absolute;width:0;height:inherit;background-color:transparent;border-radius:inherit;transition:width .5s ease-in-out,background .25s}.base-password-style .strength-meter-bar--fill[data-score='0']{width:20%;background-color:#da1c1c}.base-password-style .strength-meter-bar--fill[data-score='1']{width:40%;background-color:#e74242}.base-password-style .strength-meter-bar--fill[data-score='2']{width:60%;background-color:#efbd47}.base-password-style .strength-meter-bar--fill[data-score='3']{width:80%;background-color:rgba(85,209,135,.5)}.base-password-style .strength-meter-bar--fill[data-score='4']{width:100%;background-color:#55d187}