goods_details.less
1.35 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
89
90
/**
* name : zzf
* info :
*/
.goods-msg {
margin: 10px 0;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
background: #fff;
font-size: 13px;
color: #999;
line-height: 25px;
padding: 10px;
label {
margin-left: 5px;
}
.time {
float: right;
}
.name {
font-size: 15px;
color: #666;
}
.price {
color: #f60;
}
}
.text-msg {
padding: 10px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
background: #fff;
line-height: 20px;
color: #999;
margin-bottom: 10px;
.title {
font-size: 14px;
color: #666;
margin: 5px 0;
}
img {
width: 100%;
}
}
.more {
margin: 20px 10px;
text-align: center;
font-size: 16px;
color: #999;
position: relative;
p {
background: #f5f5f5;
display: inline-block;
position: relative;
z-index: 99;
padding: 0 5px;
}
&:before {
content: "";
position: absolute;
width: 100%;
background: #ddd;
height: 1px;
text-align: center;
left: 0px;
top: 12px;
}
}
.footer-bar {
height: 50px;
position: fixed;
width: 100%;
bottom: 0px;
a {
width: 50%;
float: left;
text-align: center;
height: 100%;
line-height: 50px;
font-size: 16px;
color: #999;
&.collect {
background: #fff;
}
&.touch {
background: #FF9D2C;
color: #fff;
}
}
}