From b10f56cafd2767ef89988877528ba8bff32f8f41 Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期五, 01 三月 2024 09:53:25 +0800
Subject: [PATCH] feat(洒大山): 说的是

---
 pages/teacherCertification/index.wxss |   37 ++++++++++++++++++++++++++++++++++++-
 1 files changed, 36 insertions(+), 1 deletions(-)

diff --git a/pages/teacherCertification/index.wxss b/pages/teacherCertification/index.wxss
index a28030d..aa4e93c 100644
--- a/pages/teacherCertification/index.wxss
+++ b/pages/teacherCertification/index.wxss
@@ -1 +1,36 @@
-/* pages/teacherCertification/index.wxss */
\ No newline at end of file
+.tips {
+  line-height: 24px;
+  font-size: 28rpx;
+  padding: 5px;
+  background: rgba(255, 108, 0, 0.1);
+  color: #ff6c00;
+  text-align: center;
+  margin: 0 auto 20px auto;
+}
+
+.page-body {
+  padding: 20rpx;
+  font-size: 28rpx;
+}
+
+.from-item {
+  margin-bottom: 20rpx;
+  display: flex;
+}
+
+.from-item .label {
+  width: 240rpx;
+  height: 68rpx;
+  line-height: 68rpx;
+}
+
+.from-item .item-content {
+  width: 56%;
+  border: 2rpx solid #D9D9D9;
+  padding: 10rpx;
+}
+
+.submit {
+  background: #ff6c00;
+  color: #fff;
+}
\ No newline at end of file

--
Gitblit v1.9.1