From 0ab4bf8f3982bdee9962076f29c5664185328517 Mon Sep 17 00:00:00 2001 From: loulijun2021 <1694218219@qq.com> Date: 星期五, 21 十月 2022 17:02:10 +0800 Subject: [PATCH] 1.消息全局化2.消息响应静态页面实现 --- unpackage/cache/wgt/H5EDA0853/css/global.css | 23 ++++++++++++++++------- 1 files changed, 16 insertions(+), 7 deletions(-) diff --git a/unpackage/cache/wgt/H5EDA0853/css/global.css b/unpackage/cache/wgt/H5EDA0853/css/global.css index afba783..dcd1215 100644 --- a/unpackage/cache/wgt/H5EDA0853/css/global.css +++ b/unpackage/cache/wgt/H5EDA0853/css/global.css @@ -26,11 +26,19 @@ } -.topRight{ - width:160px;min-height:60px;display: flex;flex-direction: column;padding: 10px; +.topRight { + width: 160px; + min-height: 60px; + display: flex; + flex-direction: column; + padding: 10px; } -.topRightItem{ - display: flex;align-items: center;line-height: 20px;border-bottom: 1px solid #eee; + +.topRightItem { + display: flex; + align-items: center; + line-height: 20px; + border-bottom: 1px solid #eee; } .vanFieldInput { @@ -97,13 +105,14 @@ } .head_bar { -/* width: 5px; + /* width: 5px; height: 20px; */ /* background-color: red; */ margin-left: 5px; border-radius: 3px; - border:2px solid red; - + height: 20px; + border: 2px solid red; + } .head_title { -- Gitblit v1.9.3