From d30a31e7c2a9acd08da8983e42e6fdf014707a04 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 26 九月 2025 15:39:47 +0800
Subject: [PATCH] 打包修改
---
src/pages_template/common/demo.scss | 45 +++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 45 insertions(+), 0 deletions(-)
diff --git a/src/pages_template/common/demo.scss b/src/pages_template/common/demo.scss
new file mode 100644
index 0000000..a885219
--- /dev/null
+++ b/src/pages_template/common/demo.scss
@@ -0,0 +1,45 @@
+.u-block{
+ padding: 14px;
+ &__section{
+ margin-bottom:10px;
+ }
+ &__title {
+ margin-top:10px;
+ font-size: 15px;
+ color: $u-content-color;
+ margin-bottom:10px;
+ }
+ &__flex{
+ /* #ifndef APP-NVUE */
+ display: flex;
+ /* #endif */
+ }
+}
+
+// 浣跨敤浜哻ell缁勪欢鐨刬con鍥剧墖鏍峰紡
+.u-cell-icon {
+ width: 36rpx;
+ height: 36rpx;
+ margin-right: 8rpx;
+}
+
+.u-page {
+ padding: 15px 15px 40px 15px;
+}
+
+.u-demo-block {
+ flex: 1;
+ margin-bottom: 23px;
+
+ &__content {
+ @include flex(column);
+ }
+
+ &__title {
+ font-size: 14px;
+ color: rgb(143, 156, 162);
+ margin-bottom: 8px;
+ @include flex;
+ }
+}
+
--
Gitblit v1.9.3