From 9b09d13712c0c005891450a3bf4b6d848ec0ff37 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 29 十一月 2023 10:28:24 +0800
Subject: [PATCH] 2023.11.29
---
pages/mUser/baseC/cSceneInfo/cSceneInfo.wxss | 72 +-----------------------------------
1 files changed, 2 insertions(+), 70 deletions(-)
diff --git a/pages/mUser/baseC/cSceneInfo/cSceneInfo.wxss b/pages/mUser/baseC/cSceneInfo/cSceneInfo.wxss
index 8dc015a..08b1486 100644
--- a/pages/mUser/baseC/cSceneInfo/cSceneInfo.wxss
+++ b/pages/mUser/baseC/cSceneInfo/cSceneInfo.wxss
@@ -1,56 +1,4 @@
-/* pages/mUser/baseC/cSceneInfo/cSceneInfo.wxss */
-.top-card {
- /* width: 100vw; */
- position: relative;
- display: flex;
- flex-direction: row;
- /* justify-content: space-between; */
- background-color: white;
- padding: 8px 0px;
- /* margin: 0 8px; */
- font-size: 1rem;
- flex-wrap: nowrap;
-}
-
-.picker-text {
- /* color: var(--fyui-primary-color); */
- color: var(--fyui-text-color_1);
-}
-
-.items {
- position: relative;
- padding: 0 10px;
- background-color: white;
-}
-
-.item-title {
- white-space: nowrap;
- display: inline-block;
- font-size: 1rem;
- width: 32vw;
- margin-top: 8px;
-}
-
-.top-card .tag {
- flex-shrink: 0;
- width: 32vw;
- white-space: nowrap;
- /* background-color: seagreen; */
-}
-
-.top-card .value {
- flex-grow: 1;
-}
-
-.top-card .value view {
- /* white-space: nowrap; */
- display: -webkit-box;
- -webkit-line-clamp: 1;
- -webkit-box-orient: vertical;
- overflow-x: hidden;
- text-overflow: ellipsis;
- /* background-color: bisque; */
-}
+@import '../template-inputcell.wxss';
.weui-upload-view {
background-color: white;
@@ -61,22 +9,6 @@
background-color: white;
}
-.hr-view {
- height: 2rpx;
- margin: 0 0rpx;
- background-color: #f1f1f1;
-}
-
-.required {
- color: red;
- text-align: center;
- vertical-align: middle;
-}
-
-.not-required {
- color: transparent;
-}
-
.upload-title-class {
font-size: small;
-}
\ No newline at end of file
+}
--
Gitblit v1.9.3