From 0bbc91dbf3a58da857ef098b34f9d2f86361c766 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 11 四月 2024 17:56:46 +0800
Subject: [PATCH] 答题器图标替换,图书分类页骨架屏样式修改

---
 packageBookService/pages/bookServices/examination/questionSchedule/index.wxss |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/packageBookService/pages/bookServices/examination/questionSchedule/index.wxss b/packageBookService/pages/bookServices/examination/questionSchedule/index.wxss
index c806b93..c85408a 100644
--- a/packageBookService/pages/bookServices/examination/questionSchedule/index.wxss
+++ b/packageBookService/pages/bookServices/examination/questionSchedule/index.wxss
@@ -20,7 +20,12 @@
 }
 
 .remainder {
+  display: flex;
   color: #545C63;
+}
+
+.remaining-time {
+  margin-left: 6rpx;
 }
 
 .parimary-color {
@@ -29,4 +34,13 @@
 
 .question-num {
   margin-left: 10rpx;
+}
+
+.submit-message {
+  display: flex;
+  justify-content: space-between;
+  align-items: center;
+  padding: 40rpx 20rpx;
+  color: #000;
+  font-size: 28rpx;
 }
\ No newline at end of file

--
Gitblit v1.9.1