From 6763ddbac0a8df83bfb5191ed99e3dcbdd16beee Mon Sep 17 00:00:00 2001
From: hailu <962012470@qq.com>
Date: 星期五, 13 十月 2023 14:56:54 +0800
Subject: [PATCH] 备份
---
GoldC/pages/deviceDetails/deviceDetails.wxss | 19 +++++++++++++++++--
1 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/GoldC/pages/deviceDetails/deviceDetails.wxss b/GoldC/pages/deviceDetails/deviceDetails.wxss
index 2da2ebe..926a0aa 100644
--- a/GoldC/pages/deviceDetails/deviceDetails.wxss
+++ b/GoldC/pages/deviceDetails/deviceDetails.wxss
@@ -14,7 +14,7 @@
.header .main {
width: 200px;
height: 200px;
- border: 5px solid #007CFE;
+ border: 8px solid #007CFE;
border-radius: 50%;
margin-top: 30px;
margin-left: calc(50% - 100px);
@@ -23,6 +23,17 @@
padding-top: 30px;
text-align: center;
/* padding-left: 50px; */
+}
+.footer .tds2{
+ display: flex;
+
+}
+.footer image{
+ width: 50px;
+ height: 50px;
+ /* position: absolute;
+ top: 0;
+ left: 2px; */
}
.menu {
@@ -36,5 +47,9 @@
width: 25%;
margin: 5px 0;
text-align: center;
- color: #A1A2A4;
+ color: #007CFE;
+}
+.menu .item image{
+ width: 50px;
+ height: 50px;
}
\ No newline at end of file
--
Gitblit v1.8.0