gift.css
2.4 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
136
137
138
139
140
141
142
143
144
145
146
147
148
@import "../iconfont/iconfont.css";
body{
background: url("../images/bg02@2x.png");
background-size: 100% 100%;
background-attachment: fixed;
}
.container{
min-height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
/*background: url("../images/bg02@2x.png" );*/
/*background-size: 100% 100%;*/
}
.home_container{
width: 100%;
height: 100%;
display: flex;
flex-flow: column;
}
.banner{
height: 2.17rem;
margin-top: 0.48rem;
background: url("../images/banner02@2x.png");
background-size: 100% 100%;
display: flex;
flex-flow: column;
}
.banner_img{
width: 1.73rem;
height: 0.73rem;
padding-top: 0.22rem;
padding-left: 0.35rem;
font-size: 0;
}
.banner_title{
width: 3.91rem;
height: 0.8rem;
padding-left: 0.31rem;
padding-top: 0.21rem;
font-size: 0.27rem;
color: #ffffff;
}
.menu{
margin-top: 0.12rem;
height: 1.06rem;
display: flex;
justify-content: space-around;
background-color: #F3C4CB;
font-size: 0.32rem;
align-items: center;
text-decoration: none;
}
.menu_item{
display: flex;
align-items: center;
position: relative;
height: 0.8rem;
border-bottom:0.04rem solid transparent;
}
.menu_price{
}
.icon{
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
margin-left: 0.1rem;
margin-bottom: 0.06rem;
}
.menu_sort{
color: #C0394B;
height:0.7rem;
border-bottom: 0.04rem solid #C0394B;
}
.items{
width: 5.7rem;
display: flex;
font-size: 0.21rem;
color: #ffffff;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin: 0.42rem auto;
/*overflow-y: scroll;*/
}
.item{
margin-bottom: 0.36rem;
}
.item_img{
width: 2.53rem;
height: 2.53rem;
}
.item_text{
margin: 0.12rem 0.12rem;
}
.item_text_intro{
font-size: 0.21rem;
font-family:SourceHanSansSC-Medium;
}
.item_text_price{
display: flex;
justify-content: space-between;
font-size: 0.16rem;
}
.icon_price{
font-size: 0;
}
.icon_inventory{
font-size: 0;
}
.icon-shangjiantou{
/*font-size: 0.3rem;*/
/*height:-0.7rem;*/
height: 0.16rem;
font-size: 0.3rem;
}
.icon-xiajiantou{
/*height:0.7rem;*/
font-size: 0.3rem;
}
.btn_top{
color: #C0394B;
}
.btn_bottom{
/*color: #C0394B;*/
}