capta1n commited on
Commit
d07fd36
·
verified ·
1 Parent(s): d97cf2b

删除左侧指向中间的箭头 - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +1 -16
index.html CHANGED
@@ -7,21 +7,6 @@
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
  <style>
10
- .arrow {
11
- position: relative;
12
- }
13
- .arrow:after {
14
- content: "➔";
15
- position: absolute;
16
- right: -30px;
17
- top: 50%;
18
- transform: translateY(-50%);
19
- color: #3b82f6;
20
- font-size: 24px;
21
- font-weight: bold;
22
- text-shadow: 0 0 5px rgba(59, 130, 246, 0.5);
23
- animation: pulse 1.5s infinite;
24
- }
25
  @keyframes pulse {
26
  0% { opacity: 0.7; }
27
  50% { opacity: 1; }
@@ -116,7 +101,7 @@
116
  <div class="flex flex-col md:flex-row items-center justify-between px-4">
117
  <!-- 左侧模块 -->
118
  <div class="w-full md:w-1/4 mb-8 md:mb-0 px-4">
119
- <div class="bg-purple-50 rounded-lg p-4 shadow-md module-item arrow w-full">
120
  <h3 class="font-semibold text-purple-700 text-center mb-3"></h3>
121
 
122
  <div class="mb-4">
 
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
  <style>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  @keyframes pulse {
11
  0% { opacity: 0.7; }
12
  50% { opacity: 1; }
 
101
  <div class="flex flex-col md:flex-row items-center justify-between px-4">
102
  <!-- 左侧模块 -->
103
  <div class="w-full md:w-1/4 mb-8 md:mb-0 px-4">
104
+ <div class="bg-purple-50 rounded-lg p-4 shadow-md module-item w-full">
105
  <h3 class="font-semibold text-purple-700 text-center mb-3"></h3>
106
 
107
  <div class="mb-4">