-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.wxss
More file actions
85 lines (70 loc) · 990 Bytes
/
Copy pathapp.wxss
File metadata and controls
85 lines (70 loc) · 990 Bytes
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
/**app.wxss**/
@import "./lib/css/apollo/style.wxss";
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
.red {
color: #ff5050;
}
.block {
display: block;
}
.line_h_30 {
line-height: 30px;
}
.gray_bg {
background: #f5f5f5;
}
.border_box {
box-sizing: border-box;
}
.fl {
float: left;
}
.fr {
float: right;
}
.clearfix::after {
display: block;
content: "";
clear: both;
}
.pr {
position: relative;
}
.pa {
position: absolute;
}
.margin_0_auto {
margin: 0 auto;
}
.text_center {
text-align: center;
}
.margin_b_10 {
margin-bottom: 10rpx;
}
.cart_btn {
width: 60rpx;
height: 60rpx;
bottom: 28rpx;
right: 4rpx;
background-position: center;
}
.m_left_20{
margin-left: 20rpx;
}
.store_type1{
background: #e017ff;
font-size: 12px;
color: #fff;
padding:4rpx;
border-radius:6rpx;
margin-right: 8rpx;
}