-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathframeVer2.css
119 lines (100 loc) · 1.63 KB
/
frameVer2.css
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
body{
background-color: rgb(121, 124, 152);
}
#top{
border-top-left-radius: 8px;
border-top-right-radius: 8px;
background: #002A69;
display: inline-block;
border: 1px solid #000;
width: 100%;
height: 70px;
}
#menu{
border: 4px solid #002A69;
display: inline-block;
background: #0143a7;
width: 100%;
height: 40px;
}
#bottom{
background: #002A69;
width: 100%;
height: 30px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
#title_th1{
width: 80px;
padding: 0px;
margin: 0px;
}
#title_th2{
float:left;
}
#title{
margin-top: 16px;
font-size: 25px;
color: white;
}
#img{
float: right;
margin-top: 10px;
margin-right: 8px;
}
#left, #right{
width: 10px
}
#page{
width: 100%;
height: 45vw;
border: 4px solid #002A69;
background: rgb(178, 177, 177);
}
.item{
color:rgb(199, 200, 203);
font-size: 16px;
width: 80px;
text-align: center;
}
.item_td{
color:rgb(199, 200, 203);
font-size: 16px;
width: 80px;
text-align: center;
}
.slice{
background: #002A69;
height: 26px;
}
#main{
vertical-align: top;
}
.frame{
display: flex;
flex: 0.2;
min-width: max-content;
min-height: max-content;
flex-direction: column;
padding: 12px;
}
.table{
border: 1px solid #444444;
border-collapse: collapse;
}
.thd{
border: 1px solid #444444;
}
details{
background-color: white;
border-radius: 20px;
padding: 10px 10px 10px 20px;
margin: 20px;
}
summary{
margin: 10px;
font-weight: bold;
}
.headItem{
margin-left: 20px;
}