+17
-5
@@ -1,16 +1,21 @@
|
||||
body {
|
||||
font-family: Arial, "Microsoft YaHei";
|
||||
background: white;
|
||||
margin: 0;
|
||||
color: #172033;
|
||||
background:
|
||||
linear-gradient(128deg, rgba(255, 255, 255, 0.96) 0 34%, rgba(232, 249, 255, 0.9) 34% 58%, rgba(255, 246, 249, 0.92) 58% 100%);
|
||||
}
|
||||
|
||||
/* ===== A4 容器 ===== */
|
||||
.page {
|
||||
width: 210mm;
|
||||
min-height: 297mm;
|
||||
margin: auto;
|
||||
margin: 18px auto;
|
||||
padding: 20mm;
|
||||
position: relative;
|
||||
background: white;
|
||||
box-shadow: 0 18px 44px rgba(47, 74, 112, 0.12);
|
||||
border-top: 5px solid #2563eb;
|
||||
}
|
||||
|
||||
/* ===== 水印 ===== */
|
||||
@@ -33,6 +38,8 @@ body {
|
||||
font-size: 22px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 20px;
|
||||
color: #172033;
|
||||
letter-spacing: 0.04em;
|
||||
}
|
||||
|
||||
/* ===== 信息表格 ===== */
|
||||
@@ -45,14 +52,16 @@ body {
|
||||
}
|
||||
|
||||
.table td {
|
||||
border: 1px solid #ddd;
|
||||
padding: 10px;
|
||||
border: 1px solid #dbe4ef;
|
||||
padding: 11px 12px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.label {
|
||||
width: 25%;
|
||||
background: #f5f5f5;
|
||||
color: #66758a;
|
||||
background: linear-gradient(135deg, #f3f8ff, #f8fbff);
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
/* ===== 页脚 ===== */
|
||||
@@ -75,9 +84,12 @@ body {
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
.page {
|
||||
margin: auto;
|
||||
box-shadow: none;
|
||||
border-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user