mine_exchange.wxss
1.1 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
/* pages/mine_exchange/mine_exchange.wxss */
.layer_center {
display: flex;
justify-content: center;
align-items: center;
}
page {
background: rgba(249, 249, 249, 1);
}
.box {
margin-top: 74rpx;
}
.top_icon {
width: 52rpx;
height: 52rpx;
font-size: 0;
}
.top_icon image {
width: 100%;
height: 100%;
}
.top_word {
margin-left: 16rpx;
font-size: 28rpx;
font-weight: bold;
color: rgba(6, 18, 30, 1);
}
.input {
margin-top: 16rpx;
padding: 0 32rpx;
box-sizing: border-box;
}
.input input {
width: 100%;
height: 92rpx;
background: #fff;
text-align: center
}
.button {
margin-top: 24rpx;
padding: 0 32rpx;
box-sizing: border-box;
}
.btn {
background: linear-gradient(180deg, rgba(252, 169, 162, 1) 0%, rgba(255, 119, 117, 1) 100%);
border-radius: 44rpx;
font-size: 28rpx;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-align: center;
padding: 26rpx 0;
box-sizing: border-box;
}
.words {
margin-top: 26rpx;
font-size: 24rpx;
font-weight: bold;
color: rgba(140, 145, 152, 1);
text-align: center;
}