From 1382a7990e9b13f60c6416ada5477673a934dd16 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 29 八月 2024 09:02:57 +0800
Subject: [PATCH] ll
---
h5/App.vue | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/h5/App.vue b/h5/App.vue
index 0d25d8c..6594094 100644
--- a/h5/App.vue
+++ b/h5/App.vue
@@ -122,8 +122,11 @@
}
.placeholder9 {
- color: #999999;
+ color: #999999 !important;
font-size: 28rpx;
+}
+.red{
+ color: red;
}
//璁剧疆鍦嗚
@@ -197,7 +200,6 @@
width: 64rpx;
height: 64rpx;
border-radius: 50%;
- overflow: hidden;
margin-right: 20rpx;
display: flex;
justify-content: center;
@@ -226,6 +228,9 @@
.ml12 {
margin-left: 12rpx;
}
+.ml6 {
+ margin-left: 6rpx;
+}
.mt6 {
margin-top: 6rpx;
}
--
Gitblit v1.9.3