-
Notifications
You must be signed in to change notification settings - Fork 0
/
chestobj.css
102 lines (101 loc) · 1.62 KB
/
chestobj.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
*{
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
*{
margin: 0px;
padding: 0px;
}
#container{
/* border: 1px solid red; */
border-top: 1px solid #ccc;
width: 75%;
/* height: 700px; */
height: auto;
margin: auto;
margin-top: 20px;
display: flex;
margin-bottom: 20px;
justify-content: space-between;
}
#title{
margin-left: 190px;
margin-top: 75px;
}
#data_div{
width: 64%;
}
#img_div{
width: 33%;
/* height: 400px; */
margin-top: 20px;
border-radius: 3px;
}
#imgdiv{
width: 100%;
border: 1px solid #ccc;
}
#img{
width: 100%;
margin-top: 10px;
border: none;
}
#sort{
margin-top: 20px;
color: #333;
font-size: 15px;
line-height: 20px;
}
#fault{
font-weight: bold;
font-size: 14px;
margin-top: 15px;
font-family: "Open Sans", sans-serif;
}
#muscleGroup{
margin-top: -17px;
margin-left: 100px;
color: #428bca;
cursor: pointer;
}
#step{
margin-top: 50px;
color: #333;
}
#steps{
margin-top: 10px;
color: #333;
font-size: 15px;
line-height: 25px;
}
#tip{
margin-top: 40px;
}
#tips{
margin-top: 10px;
color: #333;
font-size: 15px;
line-height: 25px;
}
#btn{
margin-top: 7px;
width: 17%;
height: 35px;
border-radius: 3px;
color: #fff;
background-color: #428bca;
font-size: 14px;
cursor: pointer;
border: 1px solid transparent
}
#btn:hover{
border-radius: 3px;
color: #fff;
background-color: #357ebd;
font-size: 14px;
}
#iframe{
border: none;
}