free_delivery.wxss
1.85 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
/* packageF/pages/free_delivery/free_delivery.wxss */
.free_delivery{
width: 100%;
min-height: 100vh;
padding-bottom:25.6rpx;
box-sizing: border-box;
/* 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: 670rpx;
margin: 100rpx auto 20rpx;
/* height: 200rpx;
background-color: red; */
/* opacity: .5; */
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: rgba(255, 255, 255, .5);
padding-bottom: 25.6rpx;
border-radius: 30rpx;
/* opacity: .5; */
/* width: 100%;
flex: 1;
display: flex;
align-items: center;
justify-content: center;
background-color: darkmagenta; */
}
.main .imageBox{
width: 100%;
height: 344.4rpx;
position: relative;
/* background-color: royalblue; */
}
.main .imageBox image{
position: absolute;
top: -140rpx;
left: 0;
right: 0;
margin: auto;
}
.main_title{
margin: 25rpx 0;
}
.main .main_title , .main .but{
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: 670rpx;
margin: 0 auto;
/* position: absolute;
left: 0;
bottom: 5%; */
background-color: rgba(255, 255, 255, .5);
padding: 50rpx 0;
border-radius: 30rpx;
display: flex;
align-items: center;
justify-content: center;
}