goodDetails.less
2.86 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
129
130
131
132
.good-details-box{
padding-bottom: 130px;
.main-box{
.title{
font-size: 34px;
font-weight: 500;
color: #333333;
line-height: 48px;
text-align: center;
margin:30px 20px 0 20px;
display: -webkit-box;
-webkit-line-clamp: 2;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
/*! autoprefixer: on */
text-overflow: ellipsis;
overflow: hidden;
}
.title-t{
margin:20px 60px 10px 60px ;
display: flex;
align-items: center;
justify-content: center;
.price{
height: 40px;
font-size: 28px;
font-weight: 400;
color: #999999;
line-height: 40px;
margin-right: 24px;
text-decoration: line-through;
}
.integral{
height: 92px;
font-size: 66px;
font-weight: 500;
color: #FC1541;
line-height: 92px;
}
.integral-in{
height: 45px;
font-size: 32px;
font-weight: 400;
color: #333333;
line-height: 45px;
margin-left: 14px;
}
}
/*商品信息**/
.goods-info{
margin: 30px;
width: 690px;
height: 1653px;
background: #FFFFFF;
box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
border-radius: 24px;
overflow: hidden;
.good-title{
margin-top: 50px;
height: 42px;
font-size: 30px;
font-weight: 500;
color: #666666;
line-height: 42px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
.left{
margin-right: 28px;
}
.right{
margin-left: 28px;
}
span{
width: 46px;
height: 1.5px;
background-color: #B4B4B4;
}
}
.good-desc{
margin:40px 40px 10px 40px;
font-size: 26px;
font-weight: 300;
color: #999999;
line-height: 37px;
.text-left{
text-align: left;
margin-top: 20px;
.to-link{
color: #0091FF;
}
span{
font-size: 26px;
font-weight: 400;
color: #666666;
line-height: 37px;
}
}
}
/**相似商品*/
.column-list-box{
margin-top:40px;
}
}
}
/**页脚*/
.footer{
width: 750px;
height: 130px;
background: #FFFFFF;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
position: fixed;
bottom:0px;
left:0px;
display:flex;
justify-content: center;
align-items: center;
.btn{
width: 690px;
height: 90px;
line-height: 90px;
background: #F5A623;
border-radius: 16px;
text-align: center;
color: #fff;
font-size: 34px;
font-weight: 500;
color: #FFFFFF;
}
}
}