Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9dfc251

Browse files
修改我的界面头部UI
1 parent dc23ea5 commit 9dfc251

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed
1.5 KB
Loading[フレーム]

‎src/views/profile/Profile.vue‎

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<template>
22
<div class="_full-content _content-padding-bottom49">
3+
<!-- 照相机 -->
4+
<img
5+
src="@/assets/images/profile/icons_filled_camera.png"
6+
alt=""
7+
class="profile__camera"
8+
/>
39
<!-- headerView -->
410
<div class="mh-profile__header" @click="skipUserInfo">
511
<div class="mh-cell">
@@ -141,13 +147,23 @@ export default {
141147
</script>
142148

143149
<style scoped>
150+
/* 照相机 */
151+
.profile__camera {
152+
width: 25px;
153+
height: 25px;
154+
position: fixed;
155+
right: 10px;
156+
top: 9.5px;
157+
z-index: 3;
158+
}
159+
144160
.mh-common-group {
145161
margin-top: 8px;
146162
}
147163
148164
/* ------ 头部 Start ------ */
149165
.mh-profile__header {
150-
padding: 20px0;
166+
padding: 72px040px;
151167
background-color: #fff;
152168
position: relative;
153169
}
@@ -172,6 +188,13 @@ export default {
172188
padding-left: 16px;
173189
}
174190
191+
.mh-profile__title {
192+
height: 33px;
193+
line-height: 33px;
194+
font-size: 24px;
195+
color: #000;
196+
}
197+
175198
.mh-profile__detail {
176199
position: relative;
177200
display: -webkit-box;
@@ -180,12 +203,17 @@ export default {
180203
-webkit-box-align: center;
181204
-webkit-align-items: center;
182205
align-items: center;
206+
padding-top: 10px;
183207
}
184208
185209
.mh-profile__detail-bd {
186210
-webkit-box-flex: 1;
187211
-webkit-flex: 1;
188212
flex: 1;
213+
color: #7f7f7f;
214+
font-size: 16px;
215+
height: 20px;
216+
line-height: 20px;
189217
}
190218
191219
.mh-profile__detail-ft {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /