From d75b0b71c2feed580bf765c0d6007b3c1f17ca74 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 19 十月 2022 09:54:00 +0800
Subject: [PATCH] 1.消息列表静态页面实现

---
 unpackage/cache/wgt/H5EDA0853/css/global.css |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/unpackage/cache/wgt/H5EDA0853/css/global.css b/unpackage/cache/wgt/H5EDA0853/css/global.css
index 0f42896..afba783 100644
--- a/unpackage/cache/wgt/H5EDA0853/css/global.css
+++ b/unpackage/cache/wgt/H5EDA0853/css/global.css
@@ -26,6 +26,13 @@
 }
 
 
+.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;
+}
+
 .vanFieldInput {
 	height: 36px;
 	line-height: 36px;
@@ -90,10 +97,13 @@
 }
 
 .head_bar {
-	width: 5px;
-	height: 20px;
-	background-color: red;
+/* 	width: 5px;
+	height: 20px; */
+	/* background-color: red; */
 	margin-left: 5px;
+	border-radius: 3px;
+	border:2px solid red;
+	
 }
 
 .head_title {

--
Gitblit v1.9.3