52 lines
1.0 KiB
Plaintext
52 lines
1.0 KiB
Plaintext
@import "../../style/CommonStyle.module.less";
|
|
@import "../../style/utils.module.less";
|
|
|
|
.container {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
width: 202.5px;
|
|
height: 218px;
|
|
justify-content: end;
|
|
align-items: center;
|
|
// .numInput {
|
|
// padding: 18px 5px 18px 20px;
|
|
// width: 437px;
|
|
// .border-solid(@size:1px,#cccccc);
|
|
// height: 100%;
|
|
// cursor: text;
|
|
// font-weight: normal;
|
|
// font-size: 28px;
|
|
// }
|
|
// width: 441px;
|
|
.btn {
|
|
.flex();
|
|
outline: none;
|
|
width: 54.5px;
|
|
height: 54.5px;
|
|
// margin: 0 1px 1px 0;
|
|
&:nth-child(3n + 2) {
|
|
margin: 0px 19px;
|
|
}
|
|
color: #ffffff;
|
|
font-size: 27px;
|
|
text-align: center;
|
|
&:nth-child(3n + 3) {
|
|
margin: 0 0 1px 0;
|
|
}
|
|
&.btnBack {
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
}
|
|
&.btnDelete {
|
|
background-image: url("../../../assets//images/deltxt.png");
|
|
.imgElement(37px,27px,center,center);
|
|
}
|
|
|
|
&:focus {
|
|
background-color: #e6e6e6;
|
|
color: #4c5059;
|
|
border-radius: 6px;
|
|
}
|
|
}
|
|
}
|