-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path8_main.css
More file actions
83 lines (79 loc) · 1.13 KB
/
8_main.css
File metadata and controls
83 lines (79 loc) · 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
body{
font:normal 18px Tahoma,Arial,Verdana;
}
#big_wrapper{
border:1px solid #ccc;
width:1200px;
margin:20px auto;
}
#newItem{
border-top:1px solid #aaa;
border-left:1px solid #aaa;
width:400px;
height:220px;
float:left;
margin:15px;
padding:10px;
}
#content{
border-top:1px solid #aaa;
border-left:1px solid #aaa;
width:300px;
height:220px;
float:left;
margin:15px;
padding:10px;
}
#shopButton{
border-left:1px solid #aaa;
width:300px;
height:220px;
float:left;
margin:15px;
padding:10px;
line-height:100px;
}
img{
width:252px;
}
ul li{
list-style:none;
display:inline-block;
/* border:1px solid red; */
width:272px;
}
.cartProcess{
border:1px solid maroon;
border-radius:5px;
padding:5px;
cursor:pointer;
color:maroon;
}
a{
color:maroon;
text-decoration:none;
}
.addButton{
border:1px solid maroon;
border-radius:5px;
padding:1px 3px;
cursor:pointer;
color:maroon;
}
#newItem span{
display:block;
}
#imageSelect{
width:170px;
float:left;
}
#titleSelect{
/* border:1px solid maroon; */
margin:8px;
padding-left: 180px;
}
#priceSelect{
/* border:1px solid maroon; */
margin:8px;
padding-left: 180px;
}