myResume.wxss
2.4 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
page{
line-height: 1;
}
.container{
display: flex;
flex-flow: column;
}
.top{
display: flex;
align-items: center;
justify-content: space-between;
padding: 24rpx 32rpx 24rpx 34rpx;
}
.top_left{
font-size: 32rpx;
color: #666666;
}
.top_right{
display: flex;
align-items: center;
}
.top_right_pic{
width:74rpx;
height:74rpx;
display: flex;
}
.top_right_pic image{
width: 100%;
height: 100%;
}
.top_right_icon{
margin-left: 24rpx;
width:12rpx;
height:20rpx;
display: flex;
}
.top_right_icon image{
width: 100%;
height: 100%;
}
.LineColor{
width:750rpx;
height:14rpx;
background:rgba(242,242,242,1);
}
.wechat_name{
font-size: 32rpx;
color: #1A1A1A;
}
.real_name{
color: #999999;
}
.mid{
padding: 34rpx 0;
margin: 0 32rpx;
border-bottom: 1px solid #EBEBEB;
font-size: 32rpx;
}
.mid input{
width: 230rpx;
}
.gender{
display: flex;
font-size: 26rpx;
}
.male{
width:70rpx;
height:44rpx;
line-height: 44rpx;
text-align: center;
border: 1px solid #FFAA00;
color: #FFAA00;
border-radius:22rpx 0rpx 0rpx 22rpx;
}
.female{
width:70rpx;
height:44rpx;
line-height: 44rpx;
text-align: center;
/* background:rgba(255,170,0,1); */
border: 1px solid #FFAA00;
color: #FFAA00;
border-radius:0rpx 22rpx 22rpx 0rpx;
}
.select_gender{
background:rgba(255,170,0,1);
color: #fff;
}
.top_right_text{
color: #999999;
}
.content{
flex-flow: column;
align-items: normal;
position: relative;
border-bottom: 1px solid #EBEBEB;
}
.content textarea{
margin-top: 23rpx;
width:686rpx;
height:300rpx;
background:rgba(242,242,242,1);
border-radius:10rpx;
box-sizing: border-box;
padding: 24rpx;
font-size: 28rpx;
color:#1A1A1A;
}
.textarea_number{
position: absolute;
font-size:24rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(153,153,153,1);
line-height:36rpx;
bottom: 50rpx;
right: 25rpx;
}
.reminder{
text-align: center;
margin-top: 23rpx;
font-size:26rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(153,153,153,1);
}
.bottom{
margin: 24rpx 0 32rpx 0;
display: flex;
align-items: center;
justify-content: center;
}
.bottom_btn{
width:686rpx;
height:90rpx;
line-height: 90rpx;
text-align: center;
background:rgba(255,129,44,1);
border-radius:5rpx;
font-size:28rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(255,255,255,1);
}