From 5b1426ee1b7c22970fa593c0b2b8781cb93eb367 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E5=84=80=E5=BC=8F?= <854085467@qq.com>
Date: Sun, 2 Oct 2022 00:56:47 +0800
Subject: [PATCH] =?UTF-8?q?=E2=9C=A8(component):=20update=20index.vue?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package/document-component/src/view/index.vue | 57 ++++++++++++++-----
1 file changed, 44 insertions(+), 13 deletions(-)
diff --git a/package/document-component/src/view/index.vue b/package/document-component/src/view/index.vue
index a4acae5d..9a429878 100644
--- a/package/document-component/src/view/index.vue
+++ b/package/document-component/src/view/index.vue
@@ -66,28 +66,46 @@
-
+
-
🌈 Classic design
+
🐼
+
Classic design
layui css.
-
+
-
🐝 Small volume
+
🐝
+
Small volume
only 14.9 MB.
-
+
-
🍬 Setup script
+
☀️
+
Setup script
use grammar sugar.
-
+
-
😋 Quick build
-
easy to use
+
🚀
+
Classic design
+
layui css.
+
+
+
+
+
☁️
+
Small volume
+
only 14.9 MB.
+
+
+
+
+
⚡
+
Setup script
+
use grammar sugar.
@@ -103,7 +121,7 @@
>
@@ -413,6 +431,7 @@ body {
.link-list {
padding: 50px 250px;
+ border-top: 1px solid #eeeeee;
}
.link-list .layui-col {
@@ -421,16 +440,28 @@ body {
.box {
background-color: #f9f9f9;
- border: 1px solid rgba(60, 60, 60, 0.12);
+ border: 1px solid #f9f9f9;
border-radius: 4px;
padding: 24px;
height: 100%;
}
+.box .icon {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ margin-bottom: 20px;
+ border-radius: 6px;
+ background-color: #e5e5e5;
+ width: 48px;
+ height: 48px;
+ font-size: 24px;
+}
+
.box .title {
+ line-height: 24px;
font-size: 16px;
font-weight: 600;
- line-height: 24px;
}
.box .details {
@@ -438,7 +469,7 @@ body {
padding-top: 8px;
font-weight: 500;
line-height: 24px;
- color: rgba(60, 60, 60, 0.7);
+ color: rgba(56 56 56 / 70%);
}
.site-container .layui-field-title {