From 8168cec440323b13056f6c3eb4b176e8dc3367ca Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Thu, 09 Mar 2023 14:48:44 +0800 Subject: [PATCH] 行政区划改名 --- forms/userSignature/cUserSignature.scss | 63 ++++++++++++++++++------------- 1 files changed, 37 insertions(+), 26 deletions(-) diff --git a/forms/userSignature/cUserSignature.scss b/forms/userSignature/cUserSignature.scss index 110deac..987bc61 100644 --- a/forms/userSignature/cUserSignature.scss +++ b/forms/userSignature/cUserSignature.scss @@ -16,34 +16,45 @@ } .c-user-signature-drawing { padding: 18px 18px 18px 0; - .button { + + } + .c-user-signature-button { + display: inline-block; + width: 154px; + height: 154px; + margin-left: 10px; + text-align: center; + line-height: 140px; + vertical-align: middle; + border: 1PX #d6e4ef solid; + border-radius: 8px; + .at-icon { display: inline-block; - width: 150px; - height: 150px; - margin-left: 10px; - text-align: center; - line-height: 140px; + width: 76px; + height: 76px; + text-transform: none; + text-rendering: auto; + line-height: 1; + font-size: 76px; + color: #cfe0ed; + -webkit-font-smoothing: antialiased; vertical-align: middle; - border: 1PX #d6e4ef solid; - border-radius: 8px; - .at-icon { - display: inline-block; - width: 76px; - height: 76px; - text-transform: none; - text-rendering: auto; - line-height: 1; - font-size: 76px; - color: #cfe0ed; - -webkit-font-smoothing: antialiased; - vertical-align: middle; - background: none; - } + background: none; } - .tips { - line-height: 160px; - vertical-align: middle; - color: $colorIgnore; - } + } + .c-user-signature-preview { + width: 100%; + height: 100%; + } +} + +.c-user-signature-btn { + .at-button { + width: 100%; + margin: 0; + box-sizing: border-box; + } + .c-form { + display: none; } } \ No newline at end of file -- Gitblit v1.9.1