一个全随机的刷装备小游戏
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
465 B

@media only screen and (max-width: 768px) {
button {
height: 1.8rem;
line-height: 1.6rem;
padding: 0 0.5rem;
margin-left: 0.2rem;
margin-right: 0.2rem;
font-size: 0.8rem;
}
//装备相关功能弹框通用样式
.equip-dialog {
width: 23rem;
.equip .name {
height: 2.5rem;
line-height: 2.5rem;
margin-left: 1rem;
font-size: 1rem;
}
.entry,
.extraEntry {
font-size: 1rem;
}
}
}