pointsMall.less
2.77 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
133
134
135
@charset "UTF-8";
.main_box{
background: #fff;
}
// 头部
.top_main{
margin:40px 30px;
padding: 30px;
height: 394px;
background: #FFFFFF;
box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
border-radius: 24px;
.top{
display: flex;
justify-content: space-between;
.left{
height: 40px;
font-size: 28px;
font-weight: 400;
color: #45270D;
line-height: 40px;
span{
margin-left: 8px;
height: 40px;
font-size: 28px;
font-weight: 500;
color: #F5A623;
line-height: 40px;
}
}
.right{
height: 33px;
font-size: 24px;
font-weight: 400;
color: #999999;
line-height: 33px;
display: flex;
justify-content: center;
align-items: center;
.back_right_iocn{
display: block;
width: 20px;
height:20px;
margin-left: 10px;
}
}
}
// 商品类型
.item_box{
display: flex;
justify-content: space-between;
margin: 40px 110px 30px 110px;
.item{
img{
display: block;
width: 90px;
height:90px;
}
.text{
width: 96px;
height: 33px;
font-size: 24px;
font-weight: 400;
color: #666666;
line-height: 33px;
margin-top: 12px;
}
}
}
//赚取积分
.earn_points_box{
height: 90px;
background: #FFF8E8;
border-radius: 12px;
display:flex;
justify-content: space-between;
align-items: center;
padding: 30px 20px;
.earn_icon{
display: block;
width: 36px;
height:36px;
}
.desc{
height: 90px;
font-size: 26px;
font-weight: 400;
color: #746037;
line-height: 90px;
}
.btn{
padding: 9px 20px;
height: 50px;
background: #DAB277;
border-radius: 26px;
color: #fff;
text-align: center;
display: flex;
align-items: center;
.earn_right_back{
display: block;
width: 9px;
height: 18px;
margin-left: 8px;
}
}
}
}
// 内容区域
.tab_item_box{
display: flex;
align-items: center;
justify-content: space-between;
margin:50px 340px 33px 30px;
.item{
height: 33px;
font-size: 24px;
font-weight: 400;
color: #999999;
line-height: 33px;
}
.active{
height: 48px;
font-size: 34px;
font-weight: 600;
color: #373737;
line-height: 48px;
}
.line{
width: 1px;
height: 20px;
background: #999999;
margin: 0 16px;
}
}