From 81d1a0c814eea78551cc08ee56516f25e504d6ec Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 10 五月 2024 17:01:54 +0800
Subject: [PATCH] ‘’
---
h5/App.vue | 20 +++++++++++++++++++-
1 files changed, 19 insertions(+), 1 deletions(-)
diff --git a/h5/App.vue b/h5/App.vue
index a659c7f..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%;
@@ -168,8 +172,17 @@
margin: 0;
display: flex;
}
+ .df_ac{
+ display: flex;
+ align-items: center;
+ }
.main_app{
- padding: 0 30rpx;
+ padding:0 30rpx 30rpx;
+ font-size: 28rpx;
+ color: #333333;
+ }
+ .placeholder9{
+ color: #999999;
}
.mr24{
margin-right: 24rpx;
@@ -177,5 +190,10 @@
.mr12{
margin-right: 12rpx;
}
+ .mr6{
+ margin-right: 6rpx;
+ }
+
+
</style>
--
Gitblit v1.9.3