2023-12-08 18:33:21 +08:00
|
|
|
* {
|
2023-12-04 18:12:02 +08:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
box-sizing: border-box;
|
|
|
|
font-size: .175rem;
|
|
|
|
color: #1ab1ff;
|
|
|
|
}
|
2023-12-08 18:33:21 +08:00
|
|
|
|
|
|
|
*::-webkit-scrollbar {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
html, body {
|
2023-12-04 18:12:02 +08:00
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
2023-12-08 18:33:21 +08:00
|
|
|
overflow: hidden;
|
|
|
|
background-color: #010a2c;
|
2023-12-04 18:12:02 +08:00
|
|
|
}
|
|
|
|
|
2023-12-08 18:33:21 +08:00
|
|
|
.context {
|
|
|
|
height: calc(100% - 1rem);
|
2023-12-04 18:12:02 +08:00
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
padding: .25rem;
|
|
|
|
background-color: #010a2c;
|
|
|
|
}
|
2023-12-08 18:33:21 +08:00
|
|
|
|
|
|
|
.site {
|
2023-12-04 18:12:02 +08:00
|
|
|
flex: 1;
|
|
|
|
padding: .125rem;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
2023-12-08 18:33:21 +08:00
|
|
|
|
|
|
|
.block {
|
2023-12-04 18:12:02 +08:00
|
|
|
height: calc((100% - .5rem) / 3);
|
|
|
|
width: 100%;
|
|
|
|
border: 2px solid #112A67;
|
|
|
|
border-radius: .125rem;
|
|
|
|
}
|
2023-12-08 18:33:21 +08:00
|
|
|
|
|
|
|
.block1 > .title,
|
|
|
|
.block > .title {
|
|
|
|
padding: .125rem 0;
|
|
|
|
color: #00ffff;
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: .25rem;
|
|
|
|
text-align: center;
|
|
|
|
line-height: .35rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.block > .main {
|
|
|
|
height: calc(100% - .35rem);
|
|
|
|
width: 100%;
|
|
|
|
padding: .25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.context > .right {
|
|
|
|
/* padding-top: .25rem; */
|
2023-12-04 18:12:02 +08:00
|
|
|
}
|
2023-12-08 18:33:21 +08:00
|
|
|
|
|
|
|
.block1 {
|
2023-12-04 18:12:02 +08:00
|
|
|
height: calc((100% - .5rem) / 3 * 2 + .25rem);
|
|
|
|
background-color: #010E35;
|
|
|
|
border: 2px solid #112A67;
|
|
|
|
border-radius: .125rem;
|
|
|
|
}
|
|
|
|
|
2023-12-08 18:33:21 +08:00
|
|
|
.xc {
|
2023-12-04 18:12:02 +08:00
|
|
|
background-image: url(../image/y01.png);
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 60% 90%;
|
|
|
|
/* background-size: ; */
|
|
|
|
}
|
2023-12-08 18:33:21 +08:00
|
|
|
|
|
|
|
.xc > .number {
|
|
|
|
text-align: center;
|
|
|
|
color: #1ab1ff;
|
|
|
|
margin-top: .375rem;
|
|
|
|
font-size: .625rem;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gsxc {
|
2023-12-04 18:12:02 +08:00
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2023-12-08 18:33:21 +08:00
|
|
|
|
|
|
|
ul {
|
2023-12-04 18:12:02 +08:00
|
|
|
width: 100%;
|
|
|
|
padding: 0 .375rem;
|
|
|
|
}
|
2023-12-08 18:33:21 +08:00
|
|
|
|
|
|
|
ul > li {
|
|
|
|
padding: .1rem 0;
|
|
|
|
width: 100%;
|
|
|
|
list-style: none;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul > li > span {
|
|
|
|
flex: 1;
|
|
|
|
font-size: .325rem;
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info > ul > li > span:nth-child(2) {
|
|
|
|
flex: 2.5;
|
2023-12-04 18:12:02 +08:00
|
|
|
}
|
2023-12-08 18:33:21 +08:00
|
|
|
|
|
|
|
.gsxc ul > li > span:nth-child(2) {
|
2023-12-04 18:12:02 +08:00
|
|
|
color: #00ffff;
|
2023-12-08 18:33:21 +08:00
|
|
|
font-size: .35rem;
|
2023-12-04 18:12:02 +08:00
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
2023-12-08 18:33:21 +08:00
|
|
|
.context .right {
|
2023-12-04 18:12:02 +08:00
|
|
|
flex: 2;
|
|
|
|
}
|
|
|
|
|
2023-12-08 18:33:21 +08:00
|
|
|
.context > .right > .block1 > .top {
|
2023-12-04 18:12:02 +08:00
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
2023-12-08 18:33:21 +08:00
|
|
|
.context > .right > .block1 > .top > .info {
|
|
|
|
width: 58%;
|
|
|
|
padding: .75rem .5rem .25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.context > .right > .block1 > .top > .photo {
|
|
|
|
width: 42%;
|
|
|
|
padding: .25rem 1.5rem 1rem 1.875rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.context > .right > .block1 > .top > .photo > img {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
2023-12-04 18:12:02 +08:00
|
|
|
user-drag: none;
|
2023-12-08 18:33:21 +08:00
|
|
|
user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-webkit-user-drag: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-ms-user-select: none;
|
2023-12-04 18:12:02 +08:00
|
|
|
}
|
2023-12-08 18:33:21 +08:00
|
|
|
|
|
|
|
#gwnum {
|
2023-12-04 18:12:02 +08:00
|
|
|
padding: .125rem;
|
2023-12-08 18:33:21 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.header {
|
|
|
|
height: 1rem;
|
|
|
|
background-image: url(../image/header-bg.png);
|
|
|
|
background-position: center;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
font-size: .5rem;
|
|
|
|
line-height: 1rem;
|
|
|
|
text-align: center;
|
|
|
|
}
|