亚马逊云代理商:个人网站页脚设计
# 亚马逊云代理商个人网站页脚设计
下面是一个结合AWS亚马逊云优势设计的个人网站页脚实现方案:
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
background: linear-gradient(135deg, #1a1f2d, #232a3d);
color: #f0f8ff;
line-height: 1.6;
padding: 20px;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 40px 20px;
}
.header {
text-align: center;
margin-bottom: 50px;
padding: 20px;
background: rgba(0, 0, 0, 0.2);
border-radius: 15px;
border: 1px solid rgba(255, 255, 255, 0.1);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.header h1 {
font-size: 3.2rem;
margin-bottom: 15px;
background: linear-gradient(90deg, #ff9900, #ffca72);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: 0 2px 10px rgba(255, 153, 0, 0.3);
}
.header p {
font-size: 1.2rem;
max-width: 800px;
margin: 0 auto;
color: #d0e1f9;
}
.design-demo {
background: rgba(30, 35, 50, 0.8);
border-radius: 15px;
overflow: hidden;
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
margin-bottom: 50px;
border: 1px solid rgba(255, 255, 255, 0.1);
}
.website-content {
padding: 60px 40px;
min-height: 400px;
background: url(‘data:image/svg+xml;utf8,’);
}
.website-content h2 {
font-size: 2.2rem;
margin-bottom: 25px;
color: #ffca72;
}
.website-content p {
margin-bottom: 20px;
max-width: 800px;
color: #d0e1f9;
}
.aws-footer {
background: linear-gradient(135deg, #232f3e, #1a2435);
color: #f0f8ff;
padding: 60px 40px 30px;
border-top: 4px solid #ff9900;
position: relative;
overflow: hidden;
}
.aws-footer::before {
content: “”;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(‘data:image/svg+xml;utf8,’);
opacity: 0.3;
}
.footer-content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 40px;
position: relative;
z-index: 2;
}
.footer-section {
margin-bottom: 20px;
}
.footer-section h3 {
font-size: 1.4rem;
margin-bottom: 20px;
color: #ffca72;
position: relative;
padding-bottom: 10px;
}
.footer-section h3::after {
content: “”;
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 3px;
background: #ff9900;
border-radius: 3px;
}
.footer-section ul {
list-style: none;
}
.footer-section ul li {
margin-bottom: 12px;
position: relative;
padding-left: 20px;
}
.footer-section ul li::before {
content: “•”;
color: #ff9900;
position: absolute;
left: 0;
}
.footer-section a {
color: #d0e1f9;
text-decoration: none;
transition: all 0.3s ease;
}
.footer-section a:hover {
color: #ff9900;
text-decoration: underline;
}
.aws-benefits {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin-top: 15px;
}
.benefit-tag {
background: rgba(255, 153, 0, 0.15);
color: #ffca72;
padding: 5px 12px;
border-radius: 20px;
font-size: 0.9rem;
border: 1px solid rgba(255, 153, 0, 0.3);
}
.footer-bottom {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 20px;
margin-top: 50px;
padding-top: 30px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
position: relative;
z-index: 2;
}
.copyright {
font-size: 0.95rem;
color: #a0b1c9;
}
.aws-logo {
display: flex;
align-items: center;
gap: 15px;
}
.aws-logo-text {
font-size: 1.2rem;
font-weight: bold;
color: #ffca72;
}
.aws-icon {
width: 40px;
height: 40px;
background: linear-gradient(135deg, #ff9900, #ff6b00);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
font-size: 1.2rem;
}
.social-links {
display: flex;
gap: 15px;
}
.social-links a {
width: 36px;
height: 36px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.1);
display: flex;
align-items: center;
justify-content: center;
color: #d0e1f9;
transition: all 0.3s ease;
}
.social-links a:hover {
background: #ff9900;
transform: translateY(-3px);
}
.summary {
延伸阅读:
暂无内容!
评论列表 (0条):
加载更多评论 Loading...