From 056c73b0e86e76faa08b627c0cebfa244a7b399a Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 10 七月 2025 15:48:24 +0800
Subject: [PATCH] ss
---
web/assets/home.css | 82 ++++++++++++++++++++++++++++++++++++++++
1 files changed, 81 insertions(+), 1 deletions(-)
diff --git a/web/assets/home.css b/web/assets/home.css
index a2bc05f..1818202 100644
--- a/web/assets/home.css
+++ b/web/assets/home.css
@@ -584,7 +584,7 @@
box-sizing: border-box;
}
.swiper-slide img {
- height: 100%;
+ width: 100%;
}
.swiper-slide-infos {
position: absolute;
@@ -720,3 +720,83 @@
width: 100%;
height: 100%;
}
+.index-h {
+ width: 100%;
+ padding: 60px 0;
+ box-sizing: border-box;
+ background: #FAFBFF;
+}
+.h-content {
+ width: 1200px;
+ margin: 0 auto;
+ display: flex;
+ align-items: start;
+ justify-content: space-between;
+}
+.h-content-left {
+ width: 32%;
+ display: flex;
+ flex-direction: column;
+}
+.h-content-left-item {
+ width: 100%;
+ display: flex;
+ flex-direction: column;
+ margin-bottom: 20px;
+}
+.h-content-left-item:last-child {
+ margin: 0 !important;
+}
+.h-content-left-item span {
+ font-weight: bold;
+ font-size: 18px;
+ color: #191B1F;
+}
+.h-content-left-item img {
+ width: 100%;
+ height: 134px;
+ margin-top: 20px;
+}
+.h-content-right {
+ width: 32%;
+}
+.h-content-right-title {
+ width: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ cursor: pointer;
+}
+.h-content-right-title span {
+ font-weight: bold;
+ font-size: 18px;
+ color: #191B1F;
+}
+.h-content-right-title a {
+ font-weight: 400;
+ font-size: 13px;
+ color: #7B7F87;
+}
+.h-content-row {
+ width: 100%;
+ height: 58px;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ border-bottom: 1px solid #DFE2E8;
+}
+.h-content-row-nr {
+ width: 75%;
+ font-weight: 400;
+ font-size: 14px;
+ color: #333333;
+ white-space: nowrap; /* 闃叉鏂囨湰鎹㈣ */
+ overflow: hidden; /* 闅愯棌婧㈠嚭鐨勬枃鏈� */
+ text-overflow: ellipsis; /* 鏄剧ず鐪佺暐鍙� */
+}
+.h-content-row-date {
+ width: 20%;
+ font-weight: 400;
+ font-size: 13px;
+ color: #898B8F;
+}
--
Gitblit v1.9.3