_paihang.scss
2.14 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
.paihang-nv{
border-bottom: 1px solid #e7e8ef;
ul{
overflow: hidden;
li{
float: left;
width: 100 / 3 *1%;
text-align: center;
padding: 33px/$ppr 0;
@include box-sizing(border-box);
a{
display: block;
font-size: 34px/$ppr;
height: 34px/$ppr;
border-right: 1px solid #e7e8ef;
}
.bor0{
border-right: 0;
}
}
.ph{
a{
color: #e23435;
font-weight: 600;
}
}
}
}
.ph-info-img{
float: left;
img{
width: 188px/$ppr;
height: 188px/$ppr;
}
}
.box-phinf{
padding: 30px/$ppr;
overflow: hidden;
border-bottom: 1px solid #e7e8ef;
}
.ph-info-word{
float: left;
padding-left: 20px/$ppr;
}
.ph-namefoes{
font-size: 32px/$ppr;
color: #333333;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 482px/$ppr;
a{
color: #333333;
}
}
.people-att{
font-size: 30px/$ppr;
color: #666666;
padding: 30px/$ppr 0;
}
.peopleatt{
overflow: hidden;
margin-top: 10px/$ppr;
}
.ph-price{
float: left;
color: #e23435;
font-size: 34px/$ppr;
line-height: 56px/$ppr;
width: 224px/$ppr;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.attgrp{
float: right;
width: 258px/$ppr;
height: 56px/$ppr;
border: 1px solid #e23435;
display: block;
font-size: 30px/$ppr;
border-radius: 6px/$ppr;
overflow: hidden;
.peop{
overflow: hidden;
display: block;
span{
float: left;
width: 50%;
display: block;
height: 54px/$ppr;
text-align: center;
line-height: 54px/$ppr;
}
.no-backph{
color: #e23435;
background: white;
}
.hs-backph{
color: white;
background: #e23435;
}
}
}
.ph-footer{
ul{
li{
width: 20%;
}
}
}