_limit.css
2.46 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
122
123
124
125
126
127
128
.limit-good-page {
background-color: #f4f4f4;
color: #444;
.top {
font-size: 24px;
height: 80px;
line-height: 88px;
margin-bottom: 4px;
background-color: #fff;
padding: 8px 0 8px 20px;
div {
width: 0%;
display: inline-block;
float: left;
img {
width: 60px;
position: relative;
top: 10px;
}
}
p {
display: inline-block;
float: left;
width: 80%;
}
}
.detail {
background-color: #fff;
padding: 24px 32px;
border-bottom: 1PX solid #e6e6e6;
margin-bottom: 1rem;
.name {
font-size: 36px;
margin-bottom: 20px;
}
.sale-info {
height: 40px;
line-height: 40px;
}
.price {
font-size: 32px;
color: #d0021b;
float: left;
}
.date {
font-size: 24px;
float: right;
.text {
position: relative;
top: 3.2px;
}
}
}
.goodDesc {
padding: 20px;
border-top: 1PX solid #e6e6e6;
background-color: #fff;
p {
font-size: 24px;
line-height: 40px;
}
img {
margin: 12px 0;
max-width: 100%;
}
}
.bottom {
background-color: #fff;
padding: 20px 80px 80px 80px;
height: 120px;
width: 480px;
margin: 0 auto;
.logo {
width: 100;
height: 100px;
background-image: resolve('logo-bottom.png');
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
}
.btn {
font-size: 32px;
background-color: #fff;
border: 1PX solid #444;
border-radius: 8px;
padding: 12px 24px;
}
.btn:active {
background-color: #ccc;
}
.left, .right {
display: inline-block;
float: left;
}
.left {
width: 39%;
}
.right {
width: 60%;
font-size: 26px;
span {
display: block;
width: 95%;
margin: 0 auto;
}
}
}
}