From 1df4c2f070e8105aedf16437f8124b4d692b47d0 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Sat, 16 Jul 2022 18:55:03 +0800 Subject: [PATCH] 实现文件转换组件 --- forms/userSignature/cUserSignature.scss | 52 ++++++++++++++++++++++++++-------------------------- 1 files changed, 26 insertions(+), 26 deletions(-) diff --git a/forms/userSignature/cUserSignature.scss b/forms/userSignature/cUserSignature.scss index 110deac..73d8c5b 100644 --- a/forms/userSignature/cUserSignature.scss +++ b/forms/userSignature/cUserSignature.scss @@ -16,34 +16,34 @@ } .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%; } } \ No newline at end of file -- Gitblit v1.9.1