From f2a0ea849099f49a3d2a9c7e5c44d033df22468f Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期三, 14 八月 2024 14:55:38 +0800 Subject: [PATCH] 设备管理模块 --- pages/inspection/scene/search/index.wxss | 62 ++++++++++++++++++++++++++++++ 1 files changed, 61 insertions(+), 1 deletions(-) diff --git a/pages/inspection/scene/search/index.wxss b/pages/inspection/scene/search/index.wxss index deec10a..70c1d5c 100644 --- a/pages/inspection/scene/search/index.wxss +++ b/pages/inspection/scene/search/index.wxss @@ -1 +1,61 @@ -/* pages/inspection/scene/search/index.wxss */ \ No newline at end of file +.page { + background-color: var(--td-white-color1); +} + +.history-wrap { + margin-top: 44rpx; +} + +.search-header { + display: flex; + flex-flow: row nowrap; + justify-content: space-between; + align-items: center; +} + +.search-title { + font-size: 30rpx; + font-family: PingFangSC-Semibold, PingFang SC; + font-weight: 600; + color: rgba(51, 51, 51, 1); + line-height: 42rpx; +} + +.search-clear { + font-size: 24rpx; + font-family: PingFang SC; + line-height: 32rpx; + color: #999999; + font-weight: normal; +} + +.search-content { + overflow: hidden; + display: flex; + flex-flow: row wrap; + justify-content: flex-start; + align-items: flex-start; + margin-top: 24rpx; +} + +.search-item { + color: #333333; + font-size: 24rpx; + line-height: 32rpx; + font-weight: normal; + margin-right: 24rpx; + margin-bottom: 24rpx; + background: #f5f5f5; + border-radius: 38rpx; + padding: 12rpx 24rpx; +} + +.add-notes__confirm { + color: #fa4126 !important; + /* color: #0d80a3 !important; */ +} + +.t-empty__image { + width: 240rpx !important; + height: 240rpx !important; +} \ No newline at end of file -- Gitblit v1.9.3