groupCommandDialog.wxss
1.53 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
/* pages/groupPurchase/groupCommandDialog.wxss */
.command-mask{
position: fixed;
z-index: 1000;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
left: 0;
margin: 0;
background-color: rgba(0, 0, 0, 0.7);
display: flex;
flex-direction: column;
align-items: center;
}
.command-container{
width: 72%;
min-height: 36%;
margin-top: 45%;
display: flex;
flex-direction: column;
align-items: center;
background: white;
border-radius: 8rpx;
}
.command-title{
font-family: PingFang-SC-Bold;
font-size: 14px;
color: #444444;
letter-spacing: 0;
text-align: center;
margin-top: 40rpx;
}
.command-content-container{
min-width: 320rpx;
height: 72rpx;
display: flex;
align-items: center;
justify-content: center;
margin-top: 28rpx;
border: 2rpx solid #979797;
}
.comment-content{
font-family: SourceHanSansCN-Bold;
font-size: 40rpx;
color: #444444;
letter-spacing: 0;
text-align: center;
font-weight: bold;
}
.tip1{
width: 100%;
font-family: PingFang-SC-Regular;
font-size: 12px;
color: #444444;
letter-spacing: 0;
text-align: center;
}
.tip2{
width: 100%;
font-family: PingFang-SC-Light;
font-size: 10px;
color: #B0B0B0;
letter-spacing: 0;
text-align: center;
}
.commend-copy{
/* flex: 1; */
min-height: 87rpx;
width: 100%;
margin-top: 22rpx;
display: flex;
align-items: center;
justify-content: center;
border-top: 1rpx solid #e0e0e0;
}
.copy-text{
font-family: PingFang-SC-Medium;
font-size: 14px;
color: #D0021B;
letter-spacing: 0;
text-align: center;
}