8 lines
716 B
CSS
8 lines
716 B
CSS
/* Aurora Admin SignaturePad 样式 — 手写签名 */
|
|
.aa-sign { font-family: var(--font-family, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif); }
|
|
.aa-sign-pad { position: relative; border: 1px solid #E8ECF1; border-radius: 8px; background: #fff; overflow: hidden; touch-action: none; }
|
|
.aa-sign-canvas { display: block; width: 100%; height: 180px; cursor: crosshair; }
|
|
.aa-sign-placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #BFBFBF; font-size: 14px; pointer-events: none; }
|
|
.aa-sign-actions { display: flex; gap: 10px; margin-top: 10px; align-items: center; }
|
|
.aa-sign-preview { margin-left: auto; font-size: 12px; color: #8C8C8C; }
|