Appment_main.wxss
1.58 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
101
102
103
104
105
106
107
.container{
border-top: 7rpx solid rgb(245, 245, 245);
}
.main {
width: 100%;
height: 305rpx;
}
.angle {
transform: rotate(-45deg);
margin-right: 15rpx;
margin-bottom: 10rpx;
font-size: 26rpx;
}
.user {
width: 40rpx;
height: 45rpx;
}
.Fram {
padding: 0rpx 60rpx;
margin-top: 60rpx;
}
.subSuccess {
position: fixed;
z-index: 3;
top: 420rpx;
left: 110rpx;
width: 540rpx;
height: 315rpx;
background-color: #a6a6a6a4;
text-align: center;
border-radius: 20rpx;
color: rgb(255, 255, 255);
font-weight: bold;
}
.Success {
width: 110rpx;
height: 110rpx;
margin-top: 70rpx;
margin-bottom: 30rpx;
}
.appment, .sub_appment {
width: 270rpx;
height: 55rpx;
border-radius: 25rpx;
}
.appment {
background-color: rgb(238, 238, 238);
}
.sub_appment {
background-color: rgb(214, 1, 33);
color: rgb(255, 255, 255);
}
.head {
width: 115rpx;
margin-right: 40rpx;
}
textarea {
width: 435rpx;
background-color: rgb(238, 238, 238);
border-radius: 10rpx;
height: 115rpx;
padding-left: 40rpx;
padding-top: 20rpx;
margin-bottom: 60rpx;
}
.mabot {
margin-bottom: 35rpx;
}
.select {
width: 420rpx;
height: 50rpx;
line-height: 50rpx;
background-color: rgb(238, 238, 238);
border-radius: 10rpx;
padding-left: 40rpx;
padding-right: 15rpx;
}
.Cosmetology {
padding-left: 40rpx;
padding-right: 15rpx;
width: 365rpx;
background-color: rgb(238, 238, 238);
height: 50rpx;
line-height: 50rpx;
border-radius: 10rpx;
margin-right: 15rpx;
}
.submitMax {
margin-top: 50rpx;
padding: 0rpx 15rpx;
}
.Remarks{
margin-top: 15rpx;
}