From 9f78f3f014a3423ea3fcab8f9f1056c57cd47fc8 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 26 八月 2022 17:16:26 +0800
Subject: [PATCH] 2022.8.26
---
pages/assessment/assessment.wxss | 21 ++++++++++++++++++---
1 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/pages/assessment/assessment.wxss b/pages/assessment/assessment.wxss
index d775a13..42dc929 100644
--- a/pages/assessment/assessment.wxss
+++ b/pages/assessment/assessment.wxss
@@ -24,6 +24,11 @@
margin-top: 8px;
}
+.page__hd .t-image {
+ width: 100px;
+ height: 100px;
+}
+
.page__hd .btn {
border-radius: 20px;
line-height: 20px;
@@ -85,6 +90,15 @@
font-size: 14px;
}
+.h-tag{
+ position: absolute;
+ color: var(--fyui-text-color_3);
+ font-size: 12px;
+ text-align: end;
+ bottom: 0;
+ right: 8px;
+}
+
.flex-h_block {
flex: 1;
}
@@ -92,7 +106,7 @@
.top-card {
position: relative;
border-radius: 4px;
- background: linear-gradient(90deg, #87CEB2, #6CD398);
+ background: linear-gradient(90deg, #A3D9F5, #88E1EC);
color: white;
padding: 8px;
margin-left: 10px;
@@ -103,12 +117,13 @@
}
.top-card_2 {
- background: linear-gradient(90deg, #A3D9F5, #88E1EC);
+ background: linear-gradient(90deg, #87CEB2, #6CD398);
margin-left: 2px;
margin-right: 10px;
}
.top-card_main {
+ background: linear-gradient(90deg, #55E2C9, #b6e9dc);
margin-left: 10px;
margin-right: 10px;
margin-bottom: 4px;
@@ -126,7 +141,7 @@
}
.top-card .top-card__name {
- font-size: 12px;
+ font-size: 14px;
/* width: 100%; */
/* font-weight: 600; */
/* text-align: center; */
--
Gitblit v1.9.3