hqywList.less
1.9 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
@charset "UTF-8";
.header{
width:100%;
background: #F76681;
position: fixed;
top:0;
left:0;
right:0;
z-index:10000;
}
.header_ztl{
width:100%;
}
.header_top{
width:100%;
height:96px;
display: flex;
}
.headerBackground{
width:100%;
}
.header_back{
padding:29px 10px 29px 28px;
width:38px;
height:38px;
}
.header_back img{
width:38px;
height:38px;
}
.header_close{
padding:29px 30px 29px 10px;
width:38px;
height:38px;
}
.header_close img{
width:38px;
height:38px;
}
.header_title{
display: flex;
justify-content: center;
align-items: center;
font-size:34px;
font-weight:400;
color:rgba(255,255,255,1);
width:-moz-calc(100% - 310px);
width:-webkit-calc(100% -310px);
width: calc(100% - 310px);
height:96px;
}
.list{
width: 88%;
margin: 30px 6% 0 6%;
display: flex;
justify-content: space-between;
}
.goods_pic{
width: 36%;
height: 240px;
}
.goods_pic_img{
height: 100%;
width: 100%;
object-fit: cover;
}
.goods_right{
width: 55%;
position: relative;
}
.goods_title{
font-size:28px;
font-weight:400;
color:rgba(30,30,30,1);
line-height:40px;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
/*! autoprefixer: on */
display: -webkit-box;
-webkit-line-clamp: 2;
overflow: hidden;
white-space: normal;
}
.goods_price{
position: absolute;
bottom: 15px;
left: 0;
}
.goods_price p{
font-size:30px;
font-weight:500;
color:rgba(255,21,67,1);
line-height:42px;
display: inline-block;
}
.goods_price span{
font-size:24px;
font-weight:500;
color:rgba(30,30,30,1);
line-height:33px;
text-decoration: line-through;
margin-left: 10px;
display: inline-block;
}
.list_end{
font-size:30px;
font-weight:500;
color:rgba(0,0,0,1);
line-height:42px;
text-align: center;
margin-bottom: 60px;
margin-top: 50px;
}
.go_top_button{
position: fixed;
bottom: 32px;
right: 42px;
height: 92px;
width: 92px;
z-index: 10;
}
.gotop_img{
width: 100%;
height: 100%;
}