wish.scss
3.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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
@import '../../assets/scss/mixins';
@import '../../assets/scss/utils';
.page {
font-weight: 300;
padding-bottom: $pageBottom;
.bgc {}
.bg {
.b1 {
position: absolute;
width: 750px;
height: 576px;
}
.b1 {
position: absolute;
width: 750px;
height: 576px;
}
}
.decoration {
position: relative;
.d1 {
position: absolute;
width: 532px;
height: 847px;
top: 290px;
right: 0;
}
}
.main {
.top-space {
height: 152px;
}
.content {
position: relative;
// 我的信息框
.my {
position: relative;
margin: 0 auto 0;
width: 742px;
height: 957px;
.ebg {
position: absolute;
width: 742px;
height: 957px;
}
.portrait {
position: absolute;
width: 182px;
height: 182px;
border-radius: 91px;
background-color: wheat;
left: 0;
right: 0;
top: -82px;
margin: 0 auto;
}
// 内容
.cont {
position: relative;
text-align: center;
// 占位
.space1 {
height: 118px;
}
.nickname {
color: #ba3039;
font-size: 36px;
}
.number {
color: #999999;
font-size: 24px;
}
.mycard {
margin: 16px auto;
border-radius: 24px;
box-shadow: 0px 2px 9px 0 rgba(0, 0, 0, 0.1);
background-color: #ffffff;
color: #bb3039;
@include btc(160px, 48px);
font-size: 24px;
}
}
// 海报按钮
.poster-btn {
position: absolute;
left: 0;
right: 0;
bottom: 42px;
margin: 0 auto;
box-shadow: 0px 2px 9px 0 rgba(0, 0, 0, 0.2);
background-image: linear-gradient(to right, #b83138, #f2234a 51%, #b83138);
color: #ffffff;
font-size: 28px;
@include btc(200px, 56px);
@include border-top-radius(28px);
}
}
// 协作
.coop {
margin-top: 60px;
text-align: center;
.tit {
color: #a01635;
font-size: 40px;
}
.tips {
margin-top: 16px;
color: #333333;
font-size: 24px;
.t1 {
color: #ba3039;
}
}
.list {
margin: 32px auto 0;
width: 654px;
height: 331px;
background-color: #fffbf8;
padding: 30px 20px;
@extend .bb;
overflow-y: auto;
&-item {
font-size: 22px;
width: 100%;
// margin: 12px 0;
margin-bottom: 20px;
text-align: left;
.t1{
color: #af435a;
}
}
.empty{
text-align: center;
padding-top: 80px;
color: #333333;
}
}
}
// 按钮容器
.btn-wrap {
position: relative;
margin: 72px auto 0;
width: 654px;
display: flex;
justify-content: space-between;
.btn {
@include cb(300px, 80px);
}
.btn2 {
border-radius: 40px;
border: solid 2px #b83138;
background: transparent;
color: #a21f3c;
}
}
}
.rule-btn {
position: absolute;
top: 32px;
right: 0;
@include border-left-radius(30px);
@include btc(162px, 60px);
font-size: 30px;
color: #bf0221;
box-shadow: 7.4px 8.2px 27px 0 rgba(228, 78, 96, 0.86);
background-image: linear-gradient(to right, #fbddd5, #f9efed 51%, #ffded9 99%), linear-gradient(to bottom, #000000, #000000);
.c1 {
padding-left: 12px;
}
}
}
}