coachVerify.wxss
1.5 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
/* pages/my/coachVerify/coachVerify.wxss */
.label_title_box {
width: 100%;
background: rgba(255, 255, 255, 1);
box-shadow: 0rpx 1rpx 10rpx 0rpx rgba(233, 233, 233, 1);
padding: 20rpx 30rpx;
display: flex;
align-items: center;
justify-content: space-between;
border-top: 1rpx solid #e9e9e9;
font-size: 24rpx;
color: #333;
box-sizing: border-box;
margin-top: 20rpx;
}
.label_title {
font-size: 30rpx;
font-weight: bold;
color: #333;
}
.content_box {
width: 100%;
padding: 0 40rpx;
box-sizing: border-box;
margin-top: 40rpx;
}
.item_list {
padding: 20rpx 0;
box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(51, 51, 51, 0.1);
border-radius: 10rpx;
display: flex;
align-items: center;
justify-content: center;
font-size: 30rpx;
font-weight: bold;
color: #333;
margin-bottom: 30rpx;
}
.list_active {
box-shadow: 0rpx 1rpx 20rpx 0rpx rgba(92, 92, 92, 0.2);
color: #ff8181;
}
.bottom_box {
width: 100%;
position: fixed;
left: 50%;
bottom: 75rpx;
transform: translate(-50%);
font-size: 24rpx;
color: #bfbfbf;
font-weight: bold;
padding: 0 40rpx;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.submit_btn {
width: 92%;
height: 80rpx;
background: linear-gradient(27deg, rgba(255, 128, 128, 1), rgba(255, 140, 140, 1));
box-shadow: 4rpx 19rpx 92rpx 0rpx rgba(247, 94, 94, 0.39);
border-radius: 10rpx;
font-size: 32rpx;
font-weight: bold;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
margin-top: 30rpx;
}