-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path03.css
More file actions
124 lines (122 loc) · 2.17 KB
/
Copy path03.css
File metadata and controls
124 lines (122 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
header{
display: flex;
justify-content: center;
align-items: center;
background-color: black;
}
.hs1{
width: 50%;
height: 90vw;
background-color: rgba(211, 211, 211, 0.267);
backdrop-filter: blur(10px);
box-shadow: 0px 10px 20px #bdbdbd;
margin: 50px;
border-radius: 30px;
z-index: 1;
transition: all 0.3s;
}
.hsd1{
display: flex;
justify-content: center;
align-items: center;
color: aliceblue;
height: 450px;
width: 100%;
}
.hs1:hover{
box-shadow: 0px 15px 20px 5px #969696;
transform: scale(1.01);
}
.资料{
width: 20%;
height: 90vw;
display: flex;
justify-content: center;
}
.资料-d{
width: 90%;
height: 570px;
border-radius: 30px;
}
.img img{
width: 70%;
border-radius: 1000px;
box-shadow: 0px 10px 20px #bdbdbd;
}
.img{
display: flex;
justify-content: center;
width: 100%;
}
.img img{
transition: all 0.3s;
}
.img img:hover{
box-shadow: 0px 15px 20px 5px #969696;
transform: scale(1.03);
}
.img img:active{
box-shadow: 0px 15px 20px 5px #969696;
transform: scale(1.0001);
}
.简介{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.简介 h2{
color: aliceblue;
font-size: 30px;
}
.简介 strong{
color: #969696af;
}
.简介II img{
width: 10%;
}
.简介II span{
color: #bdbdbd;
font-size: 15px;
}
.简介II li{
display: flex;
align-items: center;
}
.简介II{
display: flex;
justify-content: center;
align-items: center;
height: 10vw;
}
.简介II li{
margin: 5px;
list-style-type: none;
}
.简介II a{
color: #bdbdbd;
text-decoration: none;
}
.简介II a:hover{
color: #00ffdd;
text-decoration: underline;
font-size: 15px;
}
.div ul{
display: flex;
}
.div li{
display: flex;
justify-content: center;
align-items: center;
margin: 15px;
color: aliceblue;
}
.div a{
font-size: 12px;
color: aliceblue;
text-decoration: none;
}
.div a:hover{
text-decoration: underline;
}