-
Notifications
You must be signed in to change notification settings - Fork 0
/
demo.css
72 lines (68 loc) · 1018 Bytes
/
demo.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
body {
padding-top: 60px;
padding-bottom: 40px;
}
div.roulette {
margin-top: 35px;
}
div.roulette-inner {
left : 33px;
}
div.roulette {
}
div.roulette_container {
background-color:rgb(253, 252, 253);
width:272px;
height:272px;
border:1px solid rgba(253, 252, 253, 0.31);
box-shadow:0px 0px 3px lightpink;margin:auto;
}
.btn_container {
margin:20px;
text-align:center;
}
.btn_container .start {
margin-right:20px;
}
.log_container {
margin-left:25px;
margin-top:80px;
}
.demo_label {
border-left:5px solid gray;
padding-left:5px;
font-size: 20px;
}
#msg {
border:1px solid #eee;
padding:10px 20px;
overflow-y: scroll;
max-height: 100px;
}
div.param_label {
margin:20px 0px 10px 0px;
}
#stopImageNumber {
width : 20px;
}
.param_name {
font-weight:bold;
}
.image_sample img{
width : 50px;
cursor: pointer;
}
.right_container {
width: 550px;
margin-left: 100px;
}
.code_container {
margin-top:50px;
width: 500px;
}
.label-info {
margin-bottom: 3px;
}
div.ui-slider {
width: 300px;
}