Join.wxss
1.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
/* pages/Join/Join.wxss */
page {
width: 100%;
height: 100%;
background-color: #3BC67A;
}
.join {
position: relative;
width: 100%;
height: 100%;
}
.bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 882rpx;
}
.box {
/* display: flex; */
position: absolute;
width: 100%;
top: 520rpx;
padding: 0 32rpx;
padding-bottom: 32rpx;
box-sizing: border-box;
z-index: 1;
}
.bannn {
width: 100%;
/* height: 512rpx; */
border-radius: 32rpx;
font-size: 28rpx;
}
.bannn image {
width: 100%;
height: 100%;
}
.list {
width: 100%;
background: rgba(255, 255, 255, 1);
border-radius: 32rpx;
margin-top: 24rpx;
padding: 32rpx;
box-sizing: border-box;
}
.list_inupt {
display: flex;
align-items: center;
height: 104rpx;
font-size: 28rpx;
border-bottom: 2rpx solid #eee;
}
.lnup_bt {
flex: 3;
}
.inupt_n {
flex: 7;
}
.bottom {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100rpx;
background: #3BC67A;
color: #ffffff;
/* box-shadow: 0px 6rpx 24rpx 0px rgba(255, 210, 69, 0.73); */
border-radius: 50rpx;
font-size: 28rpx;
font-weight: 600;
margin-top: 72rpx;
}
.pickerBox {
width: 100%;
display: flex;
align-items: center;
}
.pickerBox image {
width: 24rpx;
height: 24rpx;
}
.picker {
width: 100%;
color: #808080;
}