appointmentCourse.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
/* pages/my/appointmentCourse/appointmentCourse.wxss */
.box {
padding: 0 38rpx;
}
.banner_box {
width: 100%;
height: 200rpx;
display: flex;
align-items: center;
/* justify-content: space-between; */
background: #fff;
box-shadow: 0rpx -1rpx 50rpx 0rpx rgba(51, 51, 51, 0.06);
border-radius: 10rpx;
padding: 30rpx;
box-sizing: border-box;
font-size: 28rpx;
color: #333333;
}
.banner_box image {
width: 160rpx;
height: 160rpx;
border-radius: 50%;
}
.banner_info{
width: 68%;
line-height: 50rpx;
margin-left: 40rpx;
}
.icon-dianhua{
color: #FF8080;
margin-left: 63rpx;
}
.list_btn_box {
margin-top: 60rpx;
}
.user_name{
font-size: 30rpx;
color: #333333;
font-weight: bold;
}
.list_btn {
width: 100%;
height: 100rpx;
background: #fafafa;
border-radius: 10rpx;
font-size: 28rpx;
font-weight: bold;
color: #333;
display: flex;
align-items: center;
justify-content: center;
margin-top: 20rpx;
}
.info{
font-size: 24rpx;
color: #333333;
text-align: center;
margin-top: 100rpx;
}
.submit_btn {
width: 100%;
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: 100rpx;
}