20 lines
409 B
Plaintext
20 lines
409 B
Plaintext
@import "../../style/CommonStyle.module.less";
|
|
@import "../../style/utils.module.less";
|
|
|
|
.container {
|
|
.flex();
|
|
width: 100%;
|
|
|
|
/* normal */
|
|
button {
|
|
.size(@w: 120px, @h: 120px);
|
|
margin: 60px 0;
|
|
background-image: url("../../../assets/button/120x120/btn-top-nor.svg");
|
|
|
|
/* focuesd */
|
|
&:focus {
|
|
background-image: url("../../../assets/button/120x120/btn-top-foc.svg");
|
|
}
|
|
}
|
|
}
|