This commit is contained in:
2026-01-05 12:47:14 +08:00
commit 1fc846fae3
1614 changed files with 162035 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
@import '../button/index';
/* stylelint-disable selector-class-pattern */
.nut-signature {
.nut-signature-inner {
display: flex;
align-items: center;
justify-content: center;
height: 8rem;
margin-bottom: 1rem;
border: 1px solid #dadada;
}
.spcanvas_WEAPP {
width: 100%;
height: 100%;
.spcanvas {
width: 100%;
}
}
.nut-signature-btn {
margin-right: 15px;
}
}