# AI辅助学术论文写作:提升研究效率与质量
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
}
body {
background: linear-gradient(135deg, #1a2a6c, #2c3e50, #4a569d);
color: #f0f0f0;
line-height: 1.6;
min-height: 100vh;
padding: 20px;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
header {
text-align: center;
padding: 50px 20px;
background: rgba(0, 15, 46, 0.7);
border-radius: 20px;
margin-bottom: 40px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
position: relative;
overflow: hidden;
}
header::before {
content: “”;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(‘data:image/svg+xml;utf8,’);
background-size: cover;
}
h1 {
font-size: 3.5rem;
margin-bottom: 20px;
text-shadow: 0 0 15px rgba(100, 200, 255, 0.7);
position: relative;
}
.subtitle {
font-size: 1.5rem;
max-width: 800px;
margin: 0 auto 30px;
color: #aaccff;
}
.author {
display: inline-block;
background: rgba(50, 120, 200, 0.3);
padding: 8px 20px;
border-radius: 20px;
font-size: 1rem;
margin-top: 10px;
}
.stats-container {
display: flex;
justify-content: center;
gap: 30px;
margin-top: 20px;
flex-wrap: wrap;
}
.stat-box {
background: rgba(255, 255, 255, 0.1);
padding: 20px;
border-radius: 15px;
text-align: center;
min-width: 200px;
backdrop-filter: blur(10px);
transition: transform 0.3s ease;
}
.stat-box:hover {
transform: translateY(-10px);
background: rgba(100, 150, 255, 0.2);
}
.stat-value {
font-size: 2.5rem;
font-weight: bold;
color: #4fc3f7;
}
.stat-label {
font-size: 1rem;
margin-top: 10px;
color: #bbdefb;
}
.content {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px;
margin-bottom: 50px;
}
@media (max-width: 900px) {
.content {
grid-template-columns: 1fr;
}
}
.card {
background: rgba(20, 40, 80, 0.6);
border-radius: 20px;
padding: 30px;
box-shadow: 0 8px 25px rgba(0, 0, 30, 0.5);
transition: all 0.3s ease;
backdrop-filter: blur(10px);
border: 1px solid rgba(100, 180, 255, 0.2);
}
.card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 35px rgba(0, 50, 150, 0.6);
border-color: rgba(100, 180, 255, 0.5);
}
.card h2 {
color: #64b5f6;
margin-bottom: 20px;
padding-bottom: 15px;
border-bottom: 2px solid rgba(100, 180, 255, 0.3);
display: flex;
align-items: center;
}
.card h2 i {
margin-right: 15px;
font-size: 1.8rem;
}
.card p {
margin-bottom: 20px;
font-size: 1.1rem;
}
.benefits-list {
list-style-type: none;
}
.benefits-list li {
padding: 12px 0;
border-bottom: 1px dashed rgba(200, 220, 255, 0.2);
display: flex;
}
.benefits-list li:last-child {
border-bottom: none;
}
.benefits-list li::before {
content: “✓”;
color: #4caf50;
font-weight: bold;
margin-right: 15px;
font-size: 1.2rem;
}
.ai-process {
display: flex;
justify-content: space-between;
align-items: center;
padding: 30px;
background: rgba(0, 20, 50, 0.7);
border-radius: 20px;
margin: 40px 0;
}
.process-step {
text-align: center;
flex: 1;
padding: 20px;
position: relative;
}
.process-step:not(:last-child)::after {
content: “→”;
position: absolute;
right: -20px;
top: 50%;
transform: translateY(-50%);
font-size: 2rem;
color: #bbdefb;
}
.step-icon {
font-size: 2.5rem;
color: #4fc3f7;
margin-bottom: 15px;
}
.step-title {
font-size: 1.2rem;
margin-bottom: 10px;
color: #bbdefb;
}
.step-desc {
font-size: 0.9rem;
color: #aaccff;
}
.conclusion {
background: rgba(0, 30, 60, 0.8);
padding: 40px;
border-radius: 20px;
margin: 50px 0;
border-left: 5px solid #4fc3f7;
position: relative;
}
.conclusion h2 {
color: #4fc3f7;
margin-bottom: 25px;
text-align: center;
}
.conclusion p {
font-size: 1.2rem;
text-align: center;
max-width: 900px;
margin: 0 auto;
line-height: 1.8;
}
.quote {
font-style: italic;
margin: 30px auto;
padding: 20px;
border-left: 3px solid #4fc3f7;
background: rgba(30, 70, 120, 0.4);
max-width: 700px;
}
footer {
text-align: center;
ChatGPT与人工智能:怎样用AI辅助学术论文写作? 发布者:luotuoemo,转转请注明出处:https://www.chatairc.com/64546/