From 99b052dca1da7d2723e6f7aa638c1a5883ff1845 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Thu, 09 Jun 2022 11:19:48 +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