index-style.css
1.13 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
.content_l {
	width: 30%;
	min-width: 400px;
}
.info_box {
	width: 100%;
	height: 300px;
	background: #36c345;
	color: #fff;
	position: relative;
}
.info {
	display: table;
	width: 70%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.info_l {
	width: 120px;
	height: 120px;
	float: left;
	border-radius: 100px;
	overflow: hidden;
	position: relative;
}
.info_l img {
	width: 100%;
	position: absolute;
	top: 0;
	min-height: 100%;
}
.info_r {
	margin-left: 150px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 150px;
	right: 0;
	display: table;
}
.info_r p {
	width: 100%;
	text-align: left;
}
.info_r p:first-child {
	font-size: 24px;
}
.class {
	background: #36c333;
	color: #fff;
	margin-top: 12px;
}
.class p {
	margin: 0;
	line-height: 3em;
	box-sizing: border-box;
	text-align:center;
	font-size: 20px;
}
.test {
	background: #36b733;
	font-size: 32px;
	text-align: center;
	color: #fff;
	padding: 3% 0;
	letter-spacing: 1em;
	margin-top: 12px;
}
.analysis {
	background: #36a733;
	font-size: 32px;
	text-align: center;
	color: #fff;
	padding: 3% 0;
	letter-spacing: 1em;
	margin-top: 12px;
}