operationBar.ttss
1.09 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
.container {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.container .button {
height: 54rpx;
line-height: 54rpx;
width: 130rpx;
padding-left: 1rpx;
padding-right: 1rpx;
font-size: 25rpx;
text-align: center;
margin-right: 1rpx;
}
.container .btn {
display: inline-block;
box-sizing: border-box;
height: 54rpx;
line-height: 54rpx;
width: 126rpx;
font-size: 25rpx;
text-align: center;
border: 1px solid #444444;
border-radius: 10rpx;
color: #444444;
}
.container .pay {
background: #d0021b;
color: #fff;
border: none;
font-size: 25rpx;
margin-left: 20rpx;
line-height: 54rpx;
min-width: 63px;
display: inline-block;
box-sizing: border-box;
height: 54rpx;
text-align: center;
border-radius: 10rpx;
}
.container .inviteBtn {
height: 54rpx;
line-height: 54rpx;
font-size: 25rpx;
text-align: center;
margin-right: 0rpx;
background: #d0021b;
color: #fff;
border: none;
margin-left: 10px;
padding: 0px 8px 0px 8px;
}
a {
outline: none;
color: #444444;
text-decoration: none;
}