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