From 8fbd6b8d09e70494d920cc0b77812e9643be3196 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 23 八月 2022 17:37:31 +0800
Subject: [PATCH] 2022.8.23

---
 pages/assessment/assessment.wxss |   98 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 97 insertions(+), 1 deletions(-)

diff --git a/pages/assessment/assessment.wxss b/pages/assessment/assessment.wxss
index f449fe7..d775a13 100644
--- a/pages/assessment/assessment.wxss
+++ b/pages/assessment/assessment.wxss
@@ -4,6 +4,12 @@
   width: 100%;
   height: 50vh;
   background: linear-gradient(to bottom, #57E4CB, #bbf3eb);
+  /* color: #dcfeea79; */
+}
+
+.page__hd {
+  background: linear-gradient(to bottom, #57E4CB, #bbf3eb);
+  padding-bottom: 4px;
 }
 
 .page__hd .title {
@@ -50,7 +56,8 @@
 
 .h-line_1 {
   display: flex;
-  justify-content: flex-start;
+  justify-content: space-between;
+  align-items: center;
 }
 
 .h-rank {
@@ -76,4 +83,93 @@
   padding: 4px 16px;
   color: white;
   font-size: 14px;
+}
+
+.flex-h_block {
+  flex: 1;
+}
+
+.top-card {
+  position: relative;
+  border-radius: 4px;
+  background: linear-gradient(90deg, #87CEB2, #6CD398);
+  color: white;
+  padding: 8px;
+  margin-left: 10px;
+  margin-right: 2px;
+  display: flex;
+  white-space: nowrap;
+  text-overflow: ellipsis;
+}
+
+.top-card_2 {
+  background: linear-gradient(90deg, #A3D9F5, #88E1EC);
+  margin-left: 2px;
+  margin-right: 10px;
+}
+
+.top-card_main {
+  margin-left: 10px;
+  margin-right: 10px;
+  margin-bottom: 4px;
+}
+
+.top-card>image {
+  width: 40px;
+  height: 40px;
+  margin-right: 10px;
+}
+
+.top-card .top-card__tag {
+  /* text-align: end; */
+  font-size: 12px;
+}
+
+.top-card .top-card__name {
+  font-size: 12px;
+  /* width: 100%; */
+  /* font-weight: 600; */
+  /* text-align: center; */
+  /* margin: 16px; */
+}
+
+.history_time{
+  /* background-color: red; */
+  margin-left: 10px;
+  font-size: 14px;
+  font-weight: 550;
+}
+
+.history_icon {
+  width: 10vw;
+  height: 100%;
+  display: flex;
+  flex-direction: column;
+  justify-content: flex-start;
+  align-items: center;
+}
+
+.history_icon .history_icon_1 {
+  width: 22px;
+  height: 22px;
+  background-color: #8DF1E0;
+  border-radius: 50%;
+  opacity: 0.2;
+  display: flex;
+  justify-content: center;
+  align-items: center;
+}
+
+.history_icon .history_icon_1>view {
+  width: 11px;
+  height: 11px;
+  background: #1addbd;
+  border-radius: 50%;
+  z-index: 10;
+}
+
+.history_icon .history_icon_2 {
+  width: 0px;
+  height: 100px;
+  border: 1px dashed #80EFDC;
 }
\ No newline at end of file

--
Gitblit v1.9.3