signIn.wxss
1.2 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
/* pages/signIn/signIn.wxss */
.content_box{
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: column;
padding: 100rpx 0 160rpx 0;
}
.hint_info {
font-size: 36rpx;
color: #fc961e;
padding: 0 160rpx;
text-align: center;
/* margin: 100rpx 0; */
}
.circle_box {
width: 300rpx;
height: 300rpx;
background: linear-gradient(to right, #ece599, #e7c366);
box-shadow: 0rpx 15rpx 30rpx 0rpx #e7c366;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
font-size: 48rpx;
color: #fff;
margin: 0 auto;
position: relative;
margin-top: 50rpx;
}
.circle_active {
background: linear-gradient(to right, rgba(255, 201, 136, 0.8), #ffad50);
box-shadow: 0rpx 15rpx 30rpx 0rpx rgba(255, 211, 160, 1);
}
.list_img {
width: 473rpx;
height: 287rpx;
position: absolute;
bottom: -220rpx;
}
.img2{
bottom: 0;
left: -69rpx;
}
.list_img image,.img2 image{
width: 100%;
height: 100%;
}
.list_time{
font-size: 32rpx;
color: #EEA625;
margin-top: 300rpx;
text-align: center;
}