detail.wxss
1.42 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
/* page/subPackage/pages/zeroSell/detail.wxss */
@import '../../vendors/zanui/actionsheet/index.wxss';
.line {
height: 20rpx;
background-color: #F0F0F0;
}
.product-item {
margin-bottom: 80rpx;
}
.header {
position: relative;
text-align: center;
overflow: hidden;
margin-top: 56rpx;
}
.help {
width: 100%;
text-align: center;
margin-bottom: 60rpx;
}
.fellow-bar {
position: fixed;
width: 100%;
top: 0rpx;
}
.action-bar {
position: fixed;
width: 100%;
bottom: 0
}
.foot {
height: 160rpx;
}
.action-item {
flex: 1;
color: white;
text-align: center;
font-size: 32rpx;
height: 100rpx;
line-height: 100rpx;
background-color: white;
border-radius:unset;
}
.confirm {
background-color: #444444;
}
.over {
background-color: #B0B0B0;
}
.action-list {
flex: 0;
position: relative;
flex-basis: 150rpx;
}
.action-image {
width: 46rpx;
height: 42rpx;
position: absolute;
top: 50%;
left: 50%;
/* transform: translateY(-50%); */
transform: translate(-50%, -50%);
}
.action-bar2 {
display: flex;
width: 100%;
height: 100rpx;
}
.auth-content {
font-size: 28rpx;
color: #444444;
line-height: 40rpx;
text-align: center;
margin-top: 96rpx;
}
.auth-foot {
position: absolute;
box-sizing: border-box;
bottom: 0;
width: 100%;
height: 90rpx;
line-height: 90rpx;
font-size: 32rpx;
font-weight: bolder;
text-align: center;
border-top: 1rpx solid #E0E0E0;
}