call.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
/* pages/call/call.wxss */
page {
background-color: #3BC67A;
}
.call {
width: 100%;
padding: 0 32rpx;
box-sizing: border-box;
}
.box {
background-color: #fff;
margin-top: 80rpx;
border-radius: 32rpx;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: 100%;
padding: 120rpx 102rpx;
box-sizing: border-box;
}
.tx {
width: 176rpx;
height: 176rpx;
/* background: rgba(255, 210, 69, 1); */
box-shadow: 0px 12rpx 24rpx 0px rgba(1, 1, 1, 0.12);
border-radius: 50%;
}
.tx image {
width: 100%;
height: 100%;
border-radius: 176rpx;
}
.name {
font-weight:500;
color: rgba(6, 18, 31, 1);
font-size: 36rpx;
margin-top: 16rpx;
}
.cheph {
font-weight: bold;
font-size: 68rpx;
margin-top: 72rpx;
}
.hint {
margin-top:60rpx;
width:580rpx;
height: 112rpx;
font-size: 28rpx;
color: #2CC274;
box-sizing: border-box;
position: relative;
}
.hint image {
width:580rpx;
height: 112rpx;
}
.hint_text {
text-align: center;
position: absolute;
left: 24rpx;
top: 14rpx;
}
.botton {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100rpx;
background: #2CC274;
color: #ffffff;
border-radius: 50rpx;
font-weight: 600;
font-size: 28rpx;
}
.botton image {
width: 48rpx;
height: 48rpx;
}
.sqing {
margin-top: 40rpx;
color: #2CC274;
font-size: 28rpx;
}