add-student.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
/* pages/index/confirm-appointment-info/add-student/add-student.wxss */
.input-box {
width: 100%;
padding: 30rpx 32rpx 70rpx 32rpx;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: center;
}
.name-box {
width: 100%;
height: 88rpx;
display: flex;
align-items: center;
border-bottom: 1rpx solid #C3C3C3;
font-size: 32rpx;
color: #c3c3c3;
margin-bottom: 30rpx;
}
.name-box input {
padding: 20rpx 20rpx;
}
.placeholder-style {
color: #c3c3c3;
}
picker {
width: 100%;
height: 88rpx;
border-bottom: 1rpx solid #C3C3C3;
margin-bottom: 30rpx;
}
.select-box {
width: 100%;
line-height: 88rpx;
display: flex;
align-items: center;
justify-content: space-between;
color: #c3c3c3;
font-size: 32rpx;
}
.select-picker {
display: flex;
align-items: center;
}
.sex {
margin-right: 20rpx;
}
.icon-daosanjiao {
font-size: 26rpx;
color: #6F6F6F;
}
.save-btn {
width: 100%;
height: 80rpx;
text-align: center;
padding: 0 32rpx;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.save-box text {
color: #ffffff;
font-size: 36rpx;
line-height: 80rpx;
}
.save-box {
width: 100%;
background-color: #3FA9F5;
border-radius: 10rpx;
}