shop_profile.css
1.64 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
.sp-banner {
margin-bottom: 60px;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#shop_profile_content .red {
color: #ee4827;
}
#shop_profile_content .base .line {
line-height: 32px;
font-size: 14px;
}
#shop_profile_content .base .gray {
color: #999999;
}
#shop_profile_content .zizhi .row {
margin-left: -20px;
}
#shop_profile_content .zizhi .item {
width: 163px;
margin-left: 20px;
text-align: center;
float: left;
}
#shop_profile_content .zizhi .item .desc {
color: #333333;
margin-top: 14px;
}
#shop_profile_content .trade .row {
margin-left: -20px;
}
#shop_profile_content .trade .item {
width: 204px;
margin-left: 20px;
text-align: center;
float: left;
}
#shop_profile_content .comments .body {
padding: 0px;
}
#shop_profile_content .comments .row {
margin-left: -20px;
height: 50px;
line-height: 50px;
}
#shop_profile_content .comments .item {
width: 171px;
margin-left: 20px;
text-align: center;
float: left;
}
#shop_profile_content .comments .comments-list {
width: 100%;
}
#shop_profile_content .comments .comments-list thead {
color: #999;
line-height: 51px;
text-align: center;
}
#shop_profile_content .comments .comments-list tr {
border-top: 1px solid #eee;
}
#shop_profile_content .comments .comments-list td {
text-align: center;
}
#shop_profile_content .comments .comments-list tbody td {
padding: 20px;
color: #333;
}
#shop_profile_content .comments .comments-list tbody .stars,
#shop_profile_content .comments .comments-list tbody .time,
#shop_profile_content .comments .comments-list tbody .sn {
margin-top: 10px;
color: #999;
}