free_delivery.wxss
1.3 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
/* packageF/pages/free_delivery/free_delivery.wxss */
.free_delivery{
width: 100%;
height: 100vh;
/* display: flex;
flex-direction: column;
justify-content: space-between; */
background-position: 50%;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
position: relative;
}
.top{
padding: 50rpx 0 0 40rpx;
/* width: 100%;
height: 483rpx;
display: flex;
align-items: center;
justify-content: center; */
}
.main{
position: absolute;
left: 0;
top: 24.5%;
width: 100%;
/* height: 200rpx;
background-color: red; */
/* opacity: .5; */
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
/* width: 100%;
flex: 1;
display: flex;
align-items: center;
justify-content: center;
background-color: darkmagenta; */
}
.main_title{
margin: 25rpx 0;
}
.main view{
background-position: 50%;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
position: relative;
border: 1rpx solid rgb(194, 194, 194);
border-radius: 5rpx;
overflow: hidden;
text-align: center;
line-height: 80rpx;
}
.but{
font-weight: bold;
}
.bottom{
width: 100%;
position: absolute;
left: 0;
bottom: 5%;
display: flex;
align-items: center;
justify-content: center;
}