info_detail.less
2.11 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
#infoDetail{
/**
* 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;
display: inline;
}
.time {
float: right;
}
.name {
font-size: 15px;
color: #666;
display: inline-block;
max-width: 100%;
box-sizing: border-box;
padding-right: 65px;
margin-right: -65px;
}
.price {
color: #f60;
}
}
.status{
padding: 10px 15px;
h3{
font-size: 16px;
font-weight: normal;
margin-bottom: 5px;
}
p{
line-height: 2;
color: #999;
}
}
.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;
z-index: 0;
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;
}
}
.m-icon {
margin-right: 4px;
margin-top: -4px
}
}
}