reward.wxss
1.6 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
84
85
86
87
88
89
90
91
92
93
94
95
/* pages/reward/reward.wxss */
.rewardBox {
padding: 40rpx 50rpx 50rpx;
box-sizing: border-box;
border-radius: 18rpx;
margin: 66rpx 34rpx 0;
background-color: white;
}
.rewardTitle {
font-size: 36rpx;
font-weight: bold;
color: rgba(6, 18, 30, 1);
}
.rewCon1_li {
margin-bottom: 22rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.rewCon1 {
margin-top: 38rpx;
padding-bottom: 32rpx;
border-bottom: 1px solid #f6f6f6;
}
.rewCon1_liTit {
display: flex;
align-items: center;
font-size: 30rpx;
color: rgba(6, 18, 30, 1);
}
.rewCon1_liRight {
display: flex;
align-items: center;
}
.rewCon1_liImg {
width: 20rpx;
height: 34rpx;
margin-right: 10rpx;
}
.rewCon1_liTit::before {
content: "";
width: 12rpx;
height: 12rpx;
display: block;
margin-right: 14rpx;
background: rgba(77, 169, 255, 1);
border-radius: 50%;
}
.rewCon1_liTxt {
font-size: 32rpx;
font-weight: bold;
color: rgba(43, 43, 43, 1);
}
.rewardInput {
width: 98rpx;
text-align: center;
margin: 0 10rpx;
border-radius: 24rpx;
border: 1px solid #D1D1D1;
}
.rewardTitle2 {
margin-top: 58rpx;
}
.rewCon2 {
margin-top: 42rpx;
}
.rewCon2Txt {
font-size: 30rpx;
margin-bottom: 22rpx;
color: rgba(6, 18, 30, 1);
}
.rewardBtn {
width: 100%;
height: 92rpx;
background: rgba(77, 160, 255, 1);
border-radius: 10rpx;
font-size: 32rpx;
line-height: 92rpx;
margin-top: 100rpx;
color: rgba(255, 255, 255, 1);
}