From bcb686607ddff77f83b5e6d597f483b3d49e596e Mon Sep 17 00:00:00 2001 From: 少年 <1392120328@qq.com> Date: 星期六, 20 一月 2024 21:26:31 +0800 Subject: [PATCH] youhua --- static/SmartEarthSDK/Workers/path/Path.html | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/static/SmartEarthSDK/Workers/path/Path.html b/static/SmartEarthSDK/Workers/path/Path.html index 5ca36d9..60a914e 100644 --- a/static/SmartEarthSDK/Workers/path/Path.html +++ b/static/SmartEarthSDK/Workers/path/Path.html @@ -45,7 +45,7 @@ /* width: 95%; */ width: 97%; position: absolute; - bottom: 10px; + bottom: 8px; /* margin-top: 40px; */ } @@ -86,7 +86,8 @@ } .layui-form-item { - border: 1px solid; + border: 1px dashed rgba(0, 0, 0, 0.1); + padding: 4px; margin-bottom: 0px !important; border-bottom: none; } @@ -106,13 +107,17 @@ } .bnt-box { - text-align: center; - height: 48px; + /* text-align: center; */ + height: 60px; + display: flex; + justify-content: space-around; + align-items: center; } .bnt-box button { - margin-top: 5px; + margin-top: 15px; } + .fly { display: none; @@ -121,7 +126,8 @@ #flySpeed { padding: 19px 0; } - .norline{ + + .norline { display: none !important; } </style> -- Gitblit v1.9.3