From 82d483406921aa92b6ce3a1af5d17d80ccb78256 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 04 七月 2025 09:39:57 +0800
Subject: [PATCH] 提交
---
web/assets/alot.css | 197 +++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 197 insertions(+), 0 deletions(-)
diff --git a/web/assets/alot.css b/web/assets/alot.css
new file mode 100644
index 0000000..a4bf26b
--- /dev/null
+++ b/web/assets/alot.css
@@ -0,0 +1,197 @@
+
+.index-banner {
+ width: 100%;
+ height: 800px;
+ background-image: url("../assets/images/banner_alot.jpg");
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+}
+.index-banner-c {
+ width: 1200px;
+ height: 100%;
+ margin: 0 auto;
+ display: flex;
+ flex-direction: column;
+ align-items: start;
+ justify-content: center;
+}
+.index-banner-c-a {
+ font-weight: bold;
+ font-size: 60px;
+ color: #191B1F;
+ margin-bottom: 12px;
+}
+.index-banner-c-b {
+ font-weight: 400;
+ font-size: 16px;
+ color: #191B1F;
+ margin-bottom: 50px;
+}
+.index-banner-c-c {
+ width: 124px;
+ height: 46px;
+ padding: 0 19px;
+ box-sizing: border-box;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ background: #FF7900;
+ box-shadow: 0 2px 10px 0 rgba(255,121,0,0.2);
+ border-radius: 30px;
+ cursor: pointer;
+ transition: .5s;
+}
+.index-banner-c-c:hover {
+ background: #FF8C24;
+}
+.index-banner-c-c span {
+ font-weight: 500;
+ font-size: 16px;
+ color: #FFFFFF;
+ margin-right: 5px;
+}
+.index-banner-c-c img {
+ width: 16px;
+ height: 16px;
+}
+.index-y {
+ width: 100%;
+ padding: 60px 0;
+ box-sizing: border-box;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+}
+.title {
+ font-weight: 600;
+ font-size: 32px;
+ color: #191B1F;
+}
+.info {
+ width: 1124px;
+ text-align: center;
+ font-weight: 400;
+ font-size: 16px;
+ color: #7B7F87;
+ margin-top: 18px;
+}
+.index-y-list {
+ width: 1200px;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ flex-wrap: wrap;
+ margin-top: 10px;
+}
+.index-y-list-item {
+ width: 16%;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ flex-direction: column;
+ margin-top: 40px;
+}
+.index-y-list-item img {
+ width: 60px;
+ height: 60px;
+}
+.index-y-list-item span {
+ font-weight: 500;
+ font-size: 15px;
+ color: #191B1F;
+ margin-top: 12px;
+}
+.index-fa-btn {
+ width: 124px;
+ height: 46px;
+ padding: 12px 20px;
+ box-sizing: border-box;
+ background: #FF7900;
+ box-shadow: 0 2px 10px 0 rgba(255,121,0,0.4);
+ border-radius: 30px;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ cursor: pointer;
+ margin-top: 60px;
+ transition: .5s;
+}
+.index-fa-btn:hover {
+ background: #FF8C24;
+}
+.index-fa-btn span {
+ font-weight: 500;
+ font-size: 16px;
+ color: #FFFFFF;
+}
+.index-fa-btn img {
+ width: 16px;
+ height: 16px;
+}
+.index-x {
+ width: 100%;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+}
+.index-x-list {
+ width: 100%;
+ display: flex;
+ flex-direction: column;
+}
+.index-x-list-item {
+ width: 100%;
+ height: 700px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+.index-x-list-item:nth-child(2n) {
+ background-color: #F8F9FB;
+}
+.index-x-list-item:nth-child(2n + 1) {
+ background-color: #ffffff;
+}
+.hz {
+ width: 1200px;
+ height: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+.hz-info {
+ display: flex;
+ flex-direction: column;
+}
+.hz-info-label {
+ font-weight: 600;
+ font-size: 26px;
+ color: #222222;
+ margin-bottom: 40px;
+}
+.hz-info-row {
+ width: 400px;
+ display: flex;
+ align-items: start;
+ margin-bottom: 20px;
+}
+.hz-info-row img {
+ width: 16px;
+ height: 16px;
+ margin-right: 10px;
+}
+.hz-info-row span {
+ font-weight: 400;
+ font-size: 15px;
+ color: #222222;
+}
+.hz-img {
+ width: 584px;
+ height: 584px;
+}
+.hz-img img {
+ width: 100%;
+ height: 100%;
+}
--
Gitblit v1.9.3