press-pix
Version:
基于 PixUI 的 Press 组件库
103 lines (102 loc) • 1.96 kB
text/less
.rule-warp{
display: flex;
flex-direction: column;
width: 9.35rem;
height: 4.4rem;
margin-top: 0;
margin-left: .56rem;
overflow: scroll;
scrollbar-color: transparent;
scrollbar-width: 0;
}
.rule-content{
display: block;
flex-shrink: 0;
word-break: break-all;
line-height: .34rem;
font-size: .2rem;
color: #294391;
width: 100%;
font-family: gamefontyahei;
}
.data-warp {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: .5rem;
}
.data-title {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
&-text {
font-family: GameFont;
font-size: .26rem;
color: #294391;
margin: 0 .2rem;
}
}
.line {
width: 2rem;
height: .01rem;
background: #547fe6;
}
.data-detail {
display: flex;
flex-direction: row;
justify-content: center;
margin-top: .4rem;
.data-item {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #0c32a6;
margin-right: .9rem;
&:last-child {
margin-right: unset;
}
&-num {
font-family: GameFont;
font-size: .6rem;
line-height: .47rem;
}
&-title {
margin-top: -.05rem;
font-size: .22rem;
}
}
.time-unit {
align-self: flex-end;
font-family: GameFont;
font-size: .18rem;
bottom: .1rem;
}
}
.btn-yellow{
margin-top: .75rem;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
width: 2.24rem;
height: .88rem;
font-family: GameFont;
background-image: url(https://image-1251917893.file.myqcloud.com/Esports/pix/img/btn-yellow.png);
background-size: 100%;
background-repeat: no-repeat;
}
.btn-yellow-text{
margin-top: .05rem;
font-size: .28rem;
color: #010101;
}
.popup-title{
position: relative;
padding: .24rem 0 0 .64rem;
font-family: GameFont;
color: #060b19;
font-size: .32rem;
}