-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.wxss
63 lines (59 loc) · 1.07 KB
/
index.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
.box {
position: fixed;
top: 0;
/* left: 0; */
right: 0;
z-index: 999;
display: flex;
justify-content: flex-end;
align-items: flex-end;
flex-direction: column;
width: 600rpx;
}
.arrow {
width: 0;
height: 0;
margin-right: 120rpx;
border-width: 10rpx;
border-style: solid;
border-color: transparent transparent rgba(0, 0, 0, 0.7)transparent;
}
.body {
background-color: rgba(0, 0, 0, 0.7);
/* box-shadow: 0 10rpx 20rpx -10rpx #34b5e2; */
border-radius: 8rpx;
display: flex;
align-items: center;
justify-content: center;
height: 70rpx;
padding: 0 18rpx 0 30rpx;
margin-right: 60rpx;
}
.textContent {
color: #FFF;
font-size: 26rpx;
font-weight: 400;
/* padding: 0 10rpx; */
}
.split-line {
padding: 0 20rpx;
height: 100%;
}
.split-line:after {
content: '';
position: absolute;
top: 34rpx;
/* right: 0; */
width: 2rpx;
height: 40rpx;
background: #A6A6A6;
}
.cancle_btn {
/* padding: 0 24rpx 0 10rpx; */
display:flex;
justify-content: center;
}
.cancle_btn image {
width: 22rpx;
height: 22rpx;
}