inviteAlertView.ttss
1.47 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
.container {
position: fixed;
top: 0rpx;
left: 0rpx;
background-color: rgba(0, 0, 0, 0.6);
}
.content {
margin-left: 105rpx;
margin-top: 290rpx;
width: 540rpx;
border-radius: 8rpx;
background-color: white;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.cancel {
width: 30rpx;
height: 30rpx;
margin-top: 20rpx;
margin-left: 490rpx;
}
.title {
margin-left: 20rpx;
margin-right: 20rpx;
font-size: 34rpx;
font-weight: 500;
text-align: center;
color: black;
letter-spacing: 3.7rpx;
}
.content-scroll {
margin-top: 38rpx;
width: 417rpx;
max-height: 252rpx;
}
.message {
/* font-size: 24rpx; */
color: black;
/* text-align: left; */
}
.function-content {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.functionText {
margin-top: 20rpx;
width: 100%;
font-size: 14px;
color: red;
text-align: center;
text-decoration-line: underline;
}
.bottom-share {
margin-top: 60rpx;
width: 381rpx;
height: 70rpx;
border-radius: 35rpx;
background-color: #b40001;
display: flex;
justify-content: center;
margin-bottom: 48rpx;
}
.shareButton {
width: 100%;
height: 100%;
background-color: transparent;
border-radius: 35rpx;
margin-left: -381rpx;
}
.bottom-text {
/* margin-left: -381rpx; */
width: 100%;
align-self: center;
font-size: 28rpx;
font-weight: 500;
color: white;
text-align: center;
letter-spacing: 3.1rpx;
}