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.wxml | 48 ++++++++++++++++++++++++++++++------------------
1 files changed, 30 insertions(+), 18 deletions(-)
diff --git a/GoldC/pages/deviceDetails/deviceDetails.wxml b/GoldC/pages/deviceDetails/deviceDetails.wxml
index 9ca4a06..d50a39b 100644
--- a/GoldC/pages/deviceDetails/deviceDetails.wxml
+++ b/GoldC/pages/deviceDetails/deviceDetails.wxml
@@ -4,35 +4,47 @@
</view>
<view class="main">
<view class="info">
- <view style="color: #6ACED3;">鍓╀綑澶╂暟</view>
- <view style="font-size: 18px;color: #6ACED3;margin: 5px 0 20px;">111</view>
+ <view style="color: #007CFE;">鍓╀綑澶╂暟</view>
+ <view style="font-size: 18px;color: #007CFE;margin: 5px 0 20px;">111</view>
<view style="width: 90%;height: 2px;background-color: #808080;margin-left: 5%;"></view>
- <view style="margin-top: 20px;">寮�鏈�</view>
+ <view style="margin-top: 20px;color: #007CFE;">寮�鏈�</view>
</view>
</view>
<view class="footer" style="width: 100%;">
- <view class="tds" style="width:94%;display: flex;justify-content: space-between;position: relative;top: -10px;left: 3%;">
- <view class="tds1" style="width: 100px;height: 50px;background-color: #007CFE;color: #fff;border-radius: 25px;text-align: center;">
- <view>鍘熸按TDS</view>
- <view>111</view>
+ <view class="tds" style="width:94%px;display: flex;justify-content: space-between;position: relative;top: -10px;">
+ <view class="tds2" style="width: 110px;height: 50px;background-color: #007CFE;color: #fff;border-radius: 25px;text-align: center;">
+ <!-- <image src="/images/water-drop.png" mode="" /> -->
+ <view style="width: 20px;height: 20px;background-color: #fff;border-radius: 50%;position: relative;top: 15px;left: 10px;"></view>
+ <view style="margin-left: 15px;margin-top: 5px;">
+ <view>绾按TDS</view>
+ <view>111</view>
+ </view>
+
</view>
- <view class="tds2" style="width: 100px;height: 50px;background-color: #007CFE;color: #fff;border-radius: 25px;text-align: center;">
- <view>绾按TDS</view>
- <view>111</view>
+ <view class="tds2" style="width: 110px;height: 50px;background-color: #007CFE;color: #fff;border-radius: 25px;text-align: center;">
+ <!-- <image src="/images/water-drop.png" mode="" /> -->
+ <view style="width: 20px;height: 20px;background-color: #fff;border-radius: 50%;position: relative;top: 15px;left: 10px;"></view>
+ <view style="margin-left: 15px;margin-top: 5px;">
+ <view>鍘熸按TDS</view>
+ <view>111</view>
+ </view>
+
</view>
+
</view>
- <view style="text-align: center;margin: 10px 0;color: aqua;">姘磋川姝e父</view>
- <view style="width:60px;height:60px;margin:20px auto;text-align: center">
- <!-- <image src="/images/address.png" style="width:60px;height:60px;" mode="" /> -->
- <text class="iconfont icon-kaiguan" style="font-size: 30px;color: aqua;"></text>
- </view>
+
+ </view>
+ <view style="text-align: center;margin: 10px 0;color: #007CFE;">姘磋川姝e父</view>
+ <view style="width:60px;height:60px;margin:20px auto;text-align: center">
+ <!-- <image src="/images/address.png" style="width:60px;height:60px;" mode="" /> -->
+ <text class="iconfont icon-kaiguan" style="font-size: 30px;color: #007CFE;"></text>
</view>
</view>
<view class="menu">
<view class="item" wx:for="{{menuList}}" wx:key="title" data-item="{{item}}" bind:tap="goItem">
- <!-- <view bind:tap="goItem"></view> -->
- <text class="iconfont icon-kaiguan" style="font-size: 50px;width: 50px;height: 50px;"></text>
- <view class="title" >{{item.title}}</view>
+ <image src="{{item.img}}" mode="" />
+ <!-- <text class="{{item.icon}}" style="font-size: 50px;width: 50px;height: 50px;"></text> -->
+ <view class="title">{{item.title}}</view>
</view>
</view>
\ No newline at end of file
--
Gitblit v1.8.0