press-pix
Version:
基于 PixUI 的 Press 组件库
154 lines (139 loc) • 3.22 kB
text/less
// V3 特有样式
.popup-award-box {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
height: 100%;
position: relative;
.popup-award-title {
width: 100%;
font-size: .24rem;
color: #060B19;
text-align: center;
position: absolute;
top: .38rem;
font-family: GameFont;
}
.popup-award-tips {
position: absolute;
top: 3.1rem;
width: 10rem;
display: flex;
flex-direction: column;
}
.popup-award-tips-text {
width: 100%;
text-align: center;
font-size: .2rem;
color: #294391;
margin: .04rem 0;
line-clamp: 1;
}
.popup-award-list-box {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: absolute;
top: 1.32rem;
}
.popup-award-list {
max-width: 8rem;
height: 1.5rem;
display: flex;
flex-direction: row;
align-items: center;
flex-wrap: nowrap;
overflow: scroll;
.popup-award-item {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 0 .15rem;
flex-shrink: 0;
width: 2rem;
.popup-award {
margin-bottom: .06rem;
width: .96rem;
height: .96rem;
background-color: #C7D1E9;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
position: relative;
}
.popup-award-img {
width: .8rem;
height: .8rem;
object-fit: contain;
}
.popup-award-num {
position: absolute;
color: #060B19;
font-size: .2rem;
bottom: .02rem;
right: .06rem;
font-family: GameFont;
width: .8rem;
line-clamp: 1;
text-align: right;
}
.popup-award-money {
position: absolute;
bottom: 0;
right: 0;
width: .66rem;
height: .19rem;
background: url(https://image-1251917893.file.myqcloud.com/Esports/pix/img/seven/corner-mark.png) no-repeat;
background-size: 100% 100%;
padding-left: .08rem;
display: flex;
align-items: center;
justify-content: center;
}
.popup-award-money-text {
color: #060B19;
font-size: .14rem;
font-family: GameFont;
text-align: center;
width: 100%;
position: relative;
margin-top: .02rem;
line-clamp: 1;
}
.popup-award-name {
margin-bottom: .1rem;
font-size: .18rem;
color: #294391;
line-clamp: 2;
width: 100%;
height: .37rem;
line-height: .19rem;
text-align: center;
}
}
}
}
.btn-continue {
font-size: .2rem;
color: #AFC6FE;
cursor: pointer;
}
.btn-operation {
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;
font-size: .26rem;
color: #010101;
cursor: pointer;
}