mission.wxss
1.7 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
.cast {
position: relative;
width: 686rpx;
height: 240rpx;
margin: 0 auto;
margin-top: 72rpx;
padding: 64rpx 48rpx;
border-radius: 32rpx;
}
.cast-1 {
display: flex;
font-size: 48rpx;
color: #ffffff;
}
.cast-2 {
width: 122rpx;
height: 48rpx;
text-align: center;
line-height: 48rpx;
margin-left: 16rpx;
color: rgba(248, 248, 248, 1);
background-color: rgba(0, 0, 0, 0.1);
font-size: 24rpx;
border-radius: 38rpx;
}
.cast-3 {
font-size: 24rpx;
margin-top: 24rpx;
color: rgba(255, 255, 255, 1);
}
.cast-logo {
position: absolute;
right: 48rpx;
bottom: -5rpx;
}
.cast-logo image {
width: 140rpx;
height: 140rpx;
}
.cast-logos image {
position: absolute;
top: 0;
right: 0;
width: 56rpx;
height: 56rpx;
}
.footer {
/* position: fixed;
bottom: 40rpx;
left: 50%; */
font-size: 28rpx;
color: rgba(139, 139, 141, 1);
/* margin-left: -60rpx; */
display: flex;
justify-content: center;
align-items: center;
margin-top: 60rpx;
margin-bottom: 60rpx;
}
.footer image {
width: 80rpx;
height: 80rpx;
vertical-align: middle;
}
.share {
background: none;
width: 80rpx !important;
height: 80rpx;
padding: 0;
margin: 0 !important;
}
.kong {
margin-top: 40rpx;
text-align: center;
font-size: 28rpx;
color: gray;
}
.calendar_bg{
width: 686rpx;
margin: 0 auto;
}
.calendar{
width: 80rpx;
height: 80rpx;
margin-left: auto;
background-color: #ebebeb;
border-radius: 20rpx;
overflow: hidden;
}
.calendar image{
width: 80rpx;
height: 80rpx;
}
.cast:nth-child(2){
margin-top: 42rpx;
}