From 2fb9b6209fd268f3a34ea7f8dc7e368195fce3f2 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期六, 11 五月 2024 18:54:52 +0800
Subject: [PATCH] 最新版本
---
h5/App.vue | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/h5/App.vue b/h5/App.vue
index 42a8075..170b6c4 100644
--- a/h5/App.vue
+++ b/h5/App.vue
@@ -142,6 +142,10 @@
.card .content {
color: #222;
}
+ .placeholder9{
+ color: #999999;
+ font-size: 28rpx;
+ }
//璁剧疆鍦嗚
checkbox .uni-checkbox-input{
border-radius: 50%;
@@ -173,9 +177,12 @@
align-items: center;
}
.main_app{
- padding: 0 30rpx;
+ padding:0 30rpx 30rpx;
font-size: 28rpx;
- color: #222222;
+ color: #333333;
+ }
+ .placeholder9{
+ color: #999999;
}
.mr24{
margin-right: 24rpx;
@@ -186,5 +193,7 @@
.mr6{
margin-right: 6rpx;
}
+
+
</style>
--
Gitblit v1.9.3