From 7ea1bc543cd9ad231122d3882ee917d93bb975dc Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 25 三月 2024 09:49:52 +0800
Subject: [PATCH] 图书详情,答题器bug修改

---
 packageDomain/pages/teacherCertification/index.wxss |  155 +++++++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 141 insertions(+), 14 deletions(-)

diff --git a/packageDomain/pages/teacherCertification/index.wxss b/packageDomain/pages/teacherCertification/index.wxss
index 7be42c9..43206bf 100644
--- a/packageDomain/pages/teacherCertification/index.wxss
+++ b/packageDomain/pages/teacherCertification/index.wxss
@@ -1,3 +1,13 @@
+page {
+  background: #F2F3F8;
+}
+
+.container {
+  width: 100%;
+  padding-bottom: env(safe-area-inset-bottom);
+  overflow: auto;
+}
+
 .tips {
   line-height: 24px;
   font-size: 28rpx;
@@ -5,43 +15,59 @@
   background: rgba(255, 108, 0, 0.1);
   color: #ff6c00;
   text-align: center;
-  margin: 0 auto 20px auto;
+  margin: 0 auto 20rpx auto;
 }
 
 .page-body {
-  padding: 20rpx;
   font-size: 28rpx;
 }
 
-.from-item {
+.baseInfoBox {
+  background: #fff;
+  margin-top: 20rpx;
+  border-radius: 10rpx;
+  padding: 30rpx;
+}
+
+.fileInfoBox {
+  background: #fff;
+  margin-top: 20rpx;
+  border-radius: 10rpx;
+  padding: 30rpx;
+}
+
+.baseInfoBox .from-item {
   margin-bottom: 20rpx;
   display: flex;
 }
 
-.from-item .label {
-  width: 240rpx;
+.baseInfoBox .from-item .label {
+  width: 200rpx;
   height: 68rpx;
   line-height: 68rpx;
 }
 
 .from-item .item-content {
-  width: 56%;
+  width: 75%;
   border: 2rpx solid #D9D9D9;
   padding: 10rpx;
 }
 
 .from-item .stateBox {
   padding: 10rpx;
+  display: flex;
+}
+
+.reasonTxt {
+  margin-left: 40rpx;
+  color: #ff6d00;
 }
 
 .from-item .t-input {
   padding: 0 !important;
 }
 
-.submit {
-  background: #ff6c00;
-  color: #fff;
-}
+
 
 .t-cell {
   padding: 0 !important;
@@ -58,7 +84,12 @@
 .t-cell__note {
   justify-content: flex-start !important;
   display: block !important;
+  font-size: 28rpx !important;
   /* width: 300rpx; */
+}
+
+.state .t-cell__note {
+  color: #333 !important;
 }
 
 .t-input__wrap .t-input__content,
@@ -86,10 +117,106 @@
   color: #1FBC1F
 }
 
-.wrapper {
-  width: 56%;
+.fileInfoBox .from-item .label {
+  width: 240rpx;
+  height: 68rpx;
+  line-height: 68rpx;
 }
 
-.t-grid-item {
-  width: 50% !important;
+.imageBox {
+  border: 2rpx solid #D9D9D9;
+  padding: 20rpx;
+}
+
+.fileTip {
+  font-size: 24rpx;
+  color: #949494;
+  margin-top: 20rpx;
+}
+
+.protocolBox {
+  padding: 20rpx;
+  display: flex;
+
+}
+
+.t-checkbox {
+  background: none !important
+}
+
+.t-checkbox--block {
+  padding: 0 !important;
+}
+
+.t-picker__confirm {
+  color: #ff6c00 !important;
+}
+
+.popupBox .t-popup {
+  width: 80% !important;
+}
+
+.popupBox .t-popup__content {
+  padding: 40rpx 10rpx !important;
+  padding-top: 80rpx !important;
+}
+
+.block {
+  height: 450px !important;
+  overflow: auto !important;
+}
+
+.reasonBlock {
+  height: 450px !important;
+  overflow: auto !important;
+  font-size: 28rpx;
+  line-height: 48rpx;
+}
+
+.btn-area {
+  width: 80%;
+  margin: 0 auto;
+
+}
+
+.submit {
+  background: #ff6c00;
+  color: #fff;
+  border-radius: 50rpx;
+}
+
+/* 涓婁紶鍥剧墖鏍峰紡 */
+.weui-uploader {
+  height: 152rpx;
+}
+
+.tp_add {
+  width: 152rpx;
+  height: 152rpx;
+  border-radius: 10rpx;
+  opacity: 1;
+  border: 2rpx dashed #999999;
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  font-size: 59rpx;
+}
+
+.pics {
+  float: left;
+  position: relative;
+  margin-right: 15px;
+}
+
+.pics image {
+  width: 152rpx;
+  height: 152rpx;
+}
+
+.delete-btn {
+  width: 20rpx;
+  height: 20rpx;
+  position: absolute;
+  top: -15rpx;
+  right: -5rpx;
 }
\ No newline at end of file

--
Gitblit v1.9.1