press-pix
Version:
基于 PixUI 的 Press 组件库
31 lines (27 loc) • 617 B
text/less
.secondary-btn-container {
display: flex;
&.secondary-btn-container--single {
flex: 1;
.secondary-btn {
margin: 0 auto;
}
}
}
.secondary-btn {
color: #060B19;
width: 2.32rem;
height: .9rem;
text-align: center;
font-size: .26rem;
background: url(https://image-1251917893.file.myqcloud.com/Esports/pix/img/btn/second-blue-btn.png) no-repeat center center;
background-size: 100% 100%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
position: relative;
.secondary-btn-text {
font-family: GameFont;
text-align: justify;
}
}