From 38d48be0ec7c74ea2039f1fe3ff9cb3d14a978d2 Mon Sep 17 00:00:00 2001 From: Lee-1203 <342694918@qq.com> Date: Tue, 15 Feb 2022 11:19:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=AA=8C=E8=AF=81=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/css/style.css b/css/style.css index efdb567..c4ca009 100644 --- a/css/style.css +++ b/css/style.css @@ -2437,6 +2437,16 @@ textarea::-webkit-input-placeholder { width: auto; height: 45px; } + .form-top>span{ + width: 100%; + } + .form-top>span input{ + width: calc(100% - 125px); + } + .form-top>span em{ + width: 120px; + margin-top: 10px; + } .corporate-name{ margin-top: 10px; }