-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.wxss
161 lines (143 loc) · 3.15 KB
/
app.wxss
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
/* choicePage 和 nextChoice的两个按钮 */
.Teacherbutton_location {
margin-top: 20rpx;
border-radius: 80rpx;
color: black;
background-color: #FFFFFF;
box-shadow: 16rpx 8rpx 24rpx rgba(212, 48, 48, 0.15);
border: 2rpx solid brown;
}
.button_location {
border-radius: 80rpx;
margin-top: 420rpx;
color: #FFFFFF;
background-color: #D43030;
box-shadow: 16rpx 8rpx 24rpx rgba(212, 48, 48, 0.15);
border: 2rpx solid #FFFFFF;
}
/* 无数据时显示的图片和文字格式 */
.noData {
height: 700rpx;
width: 100%;
position: relative;
top: 200rpx;
left: 0px;
margin-top: 50rpx;
}
.fail {
height: 700rpx;
width: 100%;
position: relative;
top: 100rpx;
margin-top: 50rpx;
}
.tip {
position: relative;
margin-top: 100rpx;
font-size: 36rpx;
color: gray;
text-align: center;
}
/* 所有状态标签的样式 */
.state_0 {
float: right;
width: 160rpx;
height: 80rpx;
background-color: #FFC300;
border-radius: 0 30rpx 0 30rpx;
}
.state_1 {
width: 160rpx;
height: 80rpx;
background-color: #43CF7C;
border-radius: 0 30rpx 0 30rpx;
z-index: 1;
}
.state_2 {
width: 160rpx;
height: 80rpx;
background-color: #FF5733;
border-radius: 0 30rpx 0 30rpx;
z-index: 1;
}
.state_4 {
float: right;
width: 160rpx;
height: 80rpx;
background-color: #CCCCCC;
border-radius: 0 30rpx 0 30rpx;
z-index: 1;
flex-direction: row;
position: relative;
margin-left: 40rpx;
}
/* 用来装标签的盒子 */
.state_content {
position: relative;
margin-top: 20rpx;
margin-left: 30rpx;
font-size: 30rpx;
color: white;
}
/* 预约老师和申请活动的盒子 */
.mine_application {
margin-left: 40rpx;
margin-right: 40rpx;
}
.mine_application_title {
min-height: 90rpx;
border-bottom: 5rpx solid #A6A6A6;
font-size: 56rpx;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.mine_application_content {
min-height: 300rpx;
width: 100%;
display: flex;
position: relative;
box-shadow: 16rpx 8rpx 24rpx rgba(212, 48, 48, 0.1);
margin-top: 40rpx;
border-radius: 30rpx;
border: 1rpx solid rgb(210, 210, 210);
}
.mine_appointment_title {
height: 90rpx;
border-bottom: 5rpx solid #A6A6A6;
font-size: 56rpx;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.mine_appointment_content {
min-height: 250rpx;
width: 100%;
display: flex;
position: relative;
box-shadow: 16rpx 8rpx 24rpx rgba(212, 48, 48, 0.1);
margin-top: 30rpx;
border-radius: 30rpx;
background-color: rgb(252, 252, 252);
border: 1rpx solid rgb(210, 210, 210);
}
/* 活动的具体样式 */
.event {
font-size: 40rpx;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
position: relative;
margin: 30rpx;
width: 90%;
flex: 1;
}
.eventTime {
margin-top: 10rpx;
font-size: 28rpx;
color: #A0A9BD;
}
.actionSheet {
font-size: 40rpx;
text-align: center;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
padding: 20rpx;
font-weight: 1000;
}
.actionList {
color: brown;
}