myactivity_active.wxss
1.9 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
/* pages/myactivity/myactivity_active/myactivity_active.wxss */
page {
background-color: rgb(240, 240, 240);
}
.myactivity_active {
margin: 24rpx 24rpx;
padding: 24rpx 32rpx;
font-size: 28rpx;
background-color: #ffffff;
border-radius: 16rpx;
}
.myactivity_s {
margin-bottom: 40rpx;
}
.myactivity_wrap {
display: flex;
justify-content: space-between;
}
.myactivity_starttime {
padding: 24rpx 24rpx;
width: 310rpx;
height: 128rpx;
background-color: #F2F4F5;
border-radius: 22rpx;
box-sizing: border-box;
}
.myactivity_starttime .state {
font-size: 24rpx;
color: #7B828B;
}
.myactivity_start {
margin: 168rpx 202rpx;
width: 282rpx;
height: 282rpx;
color: #ffffff;
text-align: center;
border-radius: 50%;
background: linear-gradient(130deg, #2ed26e 13%, #05983e 98%);
box-shadow: 0px 16px 40px 0px rgba(0, 122, 47, 0.46);
display: flex;
flex-direction: column;
justify-content: center;
}
.myactivity_start :nth-child(1) {
font-size: 40rpx;
}
.myactivity_end {
text-align: center;
}
.myactivity_end image {
margin-top: 56rpx;
width: 290rpx;
height: 290rpx
}
.myactivity_end :nth-child(2) {
margin-top: 38rpx;
font-size: 40rpx;
color: #11A94C;
}
.myactivity_end :nth-child(3) {
margin-top: 16rpx;
width: 322rpx;
font-size: 28rpx;
color: #11A94C;
margin: auto;
margin-bottom: 182rpx;
}
/* 提示 */
.tishi_wrap {
padding: 24rpx 36rpx;
margin: 0 32rpx;
margin-top: 40rpx;
margin-bottom: 154rpx;
border-radius: 8px;
background-color: #ffffff;
}
.tishi {
display: flex;
align-items: center;
justify-content: space-between;
color: #FF4444;
font-size: 32rpx;
}
.tishi image {
width: 28rpx;
height: 28rpx;
margin-right: 8rpx;
}
.tishi_text {
margin-top: 16rpx;
font-size: 28rpx;
color: #7D7E80;
}