press-pix
Version:
25 lines (24 loc) • 609 B
text/less
// 技能展示组件
.skill-content {
width: 4.3rem;
height: .6rem;
background-image: url(https://image-1251917893.file.myqcloud.com/Esports/pix/img/random/skill-bg.png);
background-size: 100% 100%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
:not(:last-child) {
margin-right: .05rem;
}
.skill-item {
width: .4rem;
height: .4rem;
}
.left-arrow {
width: .21rem;
height: .28rem;
background-image: url(https://image-1251917893.file.myqcloud.com/Esports/pix/img/random/left-arrow.png);
background-size: 100% 100%;
}
}