-
Notifications
You must be signed in to change notification settings - Fork 0
/
nice.css
58 lines (58 loc) · 793 Bytes
/
nice.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
.bigDiv{
width:800px;
height: 100%;
background-color: #D3D3D3;
text-align: center;
margin: 0 auto;
}
.div_list{
display: inline-block;
width: 100px;
height: 400px;
overflow-y: auto;
overflow-x: hidden;
}
.list{
margin: 0;
padding: 0;
margin-right: 5px;
width: 98%;
list-style: none;
display: inline-block;
vertical-align: top;
}
.list_li{
padding: 5px;
margin:4px;
background: red;
cursor: pointer;
}
.button{
height:100%;
width: 100%;
background: red;
cursor: pointer;
}
.list_li:hover{
background: #D3f3D6;
}
.img{
width:400px;
height: 400px;
display: inline-block;
}
.input{
height:300px;
width: 100%;
}
.input div{
height:50px;
width: 100%;
line-height: 50px;
}
.img_DIV{
display: inline-block;
width:80px;
height: 80px;
border: 1px solid red;
}