withdrawcash.wxss
838 字节
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
page{
background: #f4f4f4;
}
.cashead{
width:691rpx;
border-radius: 10rpx;
background: #fff;
padding: 37rpx 40rpx;
box-sizing: border-box;
margin:30rpx auto 0;
}
.casheadtop{
display:flex;
justify-content: space-between;
align-items: center;
border-bottom:1rpx solid #f5f5f5;
padding-bottom:33rpx;
}
.casheadleft{
color:#333333;
font-size: 36rpx;
}
.casheadright{
width:155rpx;
height:56rpx;
border:1rpx solid rgba(219,219,219,1);
border-radius:10rpx;
color:#707070;
font-size: 22rpx;
text-align: center;
line-height: 56rpx;
margin: 0;
padding: 0;
background: transparent
}
button::after{
border:none;
outline:none;
}
.entercode{
color:#707070;
font-size: 24rpx;
margin-top:23rpx;
}
.saveword{
color:#707070;
font-size: 24rpx;
padding: 0 28rpx;
margin-top:30rpx;
}