blessing.scss
1.48 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
@import '../../assets/scss/mixins';
@import '../../assets/scss/utils';
.page {
.bgc {}
.bg {
background: url('https://kdcdn.oss-cn-shenzhen.aliyuncs.com/weapp/jyes/assets/oss/blessing-bg.png') no-repeat center;
}
.main {
// 顶部背景
.top-bg {
position: absolute;
width: 750px;
}
.top-space {
// height: 136px;
// height: 202px;
height: 200px;
}
.content {
position: relative;
// 标题
.title {
font-size: 46px;
font-weight: 500;
text-align: center;
color: #fee085;
}
// 用户
.user {
font-size: 48px;
font-weight: 600;
text-align: center;
color: #fee085;
// 用户头像
.portrait {
position: relative;
margin: 24px auto 0;
text-align: center;
width: 216px;
@extend .fcc;
&-inner {
width: 167px;
}
&-border {
width: 216px;
position: absolute;
}
}
// 用户名称
.name {
margin: 24px auto 0;
display: flex;
justify-content: center;
align-items: flex-end;
.tt {
font-size: 48px;
font-weight: 500;
text-align: center;
color: #fee085;
}
&-edit {
width: 29px;
margin: 0 0 12px 12px;
}
}
}
}
}
}