2023-05-06 16:29:11 +08:00
|
|
|
@font-face {
|
2023-05-07 19:26:04 +08:00
|
|
|
font-family: "HYWenHei-55W";
|
2023-11-08 03:03:36 +08:00
|
|
|
src: url("../../font/HYWenHei-55W.ttf");
|
2023-05-06 16:29:11 +08:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
* {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
box-sizing: border-box;
|
|
|
|
user-select: none;
|
2023-05-07 19:26:04 +08:00
|
|
|
font-family: HYWenHei-55W;
|
2023-05-06 16:29:11 +08:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
font-size: 18px;
|
|
|
|
color: #1e1f20;
|
|
|
|
font-family: PingFangSC-Medium, PingFang SC, sans-serif;
|
|
|
|
transform: scale(1.5);
|
|
|
|
transform-origin: 0 0;
|
|
|
|
width: 1200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
width: 1200px;
|
|
|
|
height: 1835px;
|
|
|
|
background-color: #f5f6fb;
|
2023-11-08 03:03:36 +08:00
|
|
|
background-image: url("../../StarRail/img/note/bg.png");
|
2023-05-06 16:29:11 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.uid {
|
|
|
|
border-radius: 0 25px 25px 0px;
|
|
|
|
display: flex;
|
2023-05-07 19:26:04 +08:00
|
|
|
width: 670px;
|
2023-05-06 16:29:11 +08:00
|
|
|
height: 200px;
|
|
|
|
justify-content: center;
|
|
|
|
flex-direction: column;
|
|
|
|
margin-top: 195px;
|
|
|
|
margin-left: 50px;
|
2023-11-08 03:03:36 +08:00
|
|
|
background-image: url('../../StarRail/img/note/uidbg.png');
|
2023-05-06 16:29:11 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.uid_item {
|
2023-05-07 19:26:04 +08:00
|
|
|
/* background-color: #302b25; */
|
2023-05-06 16:29:11 +08:00
|
|
|
color: #fff;
|
|
|
|
margin-left: 50px;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: left;
|
|
|
|
display: flex;
|
|
|
|
padding: 8px 10px;
|
|
|
|
font-size: 45px;
|
|
|
|
height: 100px;
|
|
|
|
border-radius: 0 12px 0 0px;
|
|
|
|
font-family: MiSans-Demibold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uid_span {
|
|
|
|
text-indent: 1em;
|
|
|
|
font-size: 48px;
|
2023-05-07 19:26:04 +08:00
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.uid_name{
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space:nowrap;
|
|
|
|
max-width: 5em;
|
2023-05-06 16:29:11 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.uid_item:nth-child(2) {
|
2023-05-07 19:26:04 +08:00
|
|
|
/* background-color: #595045; */
|
2023-05-06 16:29:11 +08:00
|
|
|
border-radius: 0 0 12px 0px;
|
|
|
|
font-size: 40px;
|
|
|
|
font-family: MiSans-Medium;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uid_text {
|
|
|
|
width: 150px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
display: flex;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title_date {
|
|
|
|
width: 370px;
|
|
|
|
height: 530px;
|
|
|
|
position: absolute;
|
2023-05-07 19:26:04 +08:00
|
|
|
right: 83px;
|
2023-05-06 16:29:11 +08:00
|
|
|
top: 27px;
|
|
|
|
padding: 10px;
|
|
|
|
transform: rotate(4deg);
|
|
|
|
background-color: #fff;
|
|
|
|
border-bottom: 10px solid #b47f4c;
|
2023-05-07 19:26:04 +08:00
|
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
|
2023-05-06 16:29:11 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
width: 350px;
|
|
|
|
height: 350px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title_date_text {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
flex-direction: column;
|
|
|
|
font-size: 30px;
|
|
|
|
color: #808080;
|
|
|
|
height: 160px;
|
|
|
|
}
|
2023-05-07 19:26:04 +08:00
|
|
|
|
2023-05-06 16:29:11 +08:00
|
|
|
img {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subject {
|
|
|
|
width: 1000px;
|
|
|
|
margin: 0 auto;
|
|
|
|
margin-top: 60px;
|
|
|
|
height: 320px;
|
|
|
|
background-color: #e5e5e5;
|
|
|
|
padding-left: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subject_note {
|
|
|
|
font-size: 48px;
|
|
|
|
margin-top: 49px;
|
2023-05-07 19:26:04 +08:00
|
|
|
padding-top: 24px;
|
2023-05-06 16:29:11 +08:00
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subject_note span:nth-child(1) {
|
|
|
|
font-size: 82px;
|
|
|
|
color: #b47f4c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subject_solid {
|
|
|
|
display: flex;
|
|
|
|
width: 880px;
|
|
|
|
border-radius: 10px;
|
|
|
|
background-color: #a1a1a1;
|
|
|
|
height: 20px;
|
|
|
|
margin-top: 44px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subject_solid span {
|
|
|
|
background-color: #b47f4c;
|
|
|
|
width: 50%;
|
|
|
|
border-radius: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subject_date {
|
|
|
|
margin-top: 43px;
|
|
|
|
font-size: 48px;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title_wt {
|
|
|
|
margin: 30px 0;
|
|
|
|
background-color: #b47f4c;
|
|
|
|
display: flex;
|
|
|
|
height: 80px;
|
|
|
|
width: 330px;
|
|
|
|
margin-left: 100px;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title_wt div {
|
|
|
|
font-size: 38px;
|
|
|
|
color: #fff;
|
|
|
|
background-color: #302b25;
|
|
|
|
height: 80px;
|
|
|
|
display: flex;
|
|
|
|
margin-left: 30px;
|
|
|
|
padding-left: 30px;
|
|
|
|
justify-content: left;
|
|
|
|
align-items: center;
|
|
|
|
width: calc(100% - 30px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottom {
|
|
|
|
margin-left: 100px;
|
|
|
|
background-color: #e5e5e5;
|
|
|
|
height: 550px;
|
|
|
|
width: 1000px;
|
|
|
|
padding: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottom_item {
|
|
|
|
width: 100%;
|
|
|
|
height: 100px;
|
|
|
|
background-color: #d6d6d6;
|
|
|
|
flex-direction: column;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottom_list {
|
|
|
|
display: flex;
|
|
|
|
flex: 3;
|
|
|
|
height: 100px;
|
|
|
|
padding: 0 30px;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottom_icon {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottom_icon div {
|
|
|
|
margin-left: 20px;
|
|
|
|
width: 70px;
|
|
|
|
height: 70px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottom_icon img {
|
|
|
|
border-radius: 50%;
|
2023-05-07 19:26:04 +08:00
|
|
|
border: 1px solid #b47f4c;
|
2023-05-06 16:29:11 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.bottom_list div:nth-child(1) {
|
|
|
|
font-size: 39px;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottom_list div:nth-child(2) {
|
|
|
|
font-size: 30px;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottom_solid {
|
|
|
|
width: 100%;
|
|
|
|
height: 10px;
|
|
|
|
background-color: #b47f4c;
|
|
|
|
position: relative;
|
|
|
|
top: -10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 90px;
|
|
|
|
left: 130px;
|
|
|
|
color: #fff;
|
|
|
|
}
|