Commit d3d98ec9 by fanx

国籍化文案

1 parent fe3a4d80
...@@ -243,3 +243,8 @@ input { ...@@ -243,3 +243,8 @@ input {
background-size : 100% !important; background-size : 100% !important;
background-position: center center; background-position: center center;
} }
.nafmii-head-bg4 {
background : url("~@/assets/icon/bg_member.png") no-repeat !important;
background-size : 100% !important;
background-position: center center;
}
.icon-sprite { display: inline-block; background-image: url(../images/sprite.png); background-size: 1676px 1036px; } .icon-sprite { display: inline-block; background-image: url(../images/sprite.png); background-size: 1676px 1036px; }
.icon-bg-common { width: 828px; height: 360px; background-position: 0px -432px; } .icon-bg-common { width: 828px; height: 360px; background-position: 0px -432px; }
.icon-bg-login { width: 828px; height: 412px; background-position: 0px 0px; } .icon-bg-login { width: 828px; height: 412px; background-position: 0px 0px; }
.icon-bg-mine { width: 828px; height: 340px; background-position: -848px 0px; } .icon-bg-mine { width: 828px; height: 340px; background-position: -848px -432px; }
.icon-bg-navigation { width: 828px; height: 176px; background-position: -848px -566px; }
.icon-bg-search { width: 828px; height: 186px; background-position: -848px -360px; }
.icon-email { width: 36px; height: 36px; background-position: -344px -812px; } .icon-email { width: 36px; height: 36px; background-position: -344px -812px; }
.icon-icon-arrow-right { width: 10px; height: 18px; background-position: -948px -762px; } .icon-icon-arrow-right { width: 10px; height: 18px; background-position: -776px -812px; }
.icon-icon-classify { width: 30px; height: 30px; background-position: -848px -762px; } .icon-icon-classify { width: 30px; height: 30px; background-position: -676px -812px; }
.icon-icon-clock { width: 30px; height: 30px; background-position: -898px -762px; } .icon-icon-clock { width: 30px; height: 30px; background-position: -726px -812px; }
.icon-logo { width: 224px; height: 224px; background-position: 0px -812px; } .icon-logo { width: 224px; height: 224px; background-position: 0px -812px; }
.icon-password { width: 36px; height: 36px; background-position: -400px -812px; } .icon-password { width: 36px; height: 36px; background-position: -400px -812px; }
.icon-tel { width: 36px; height: 36px; background-position: -456px -812px; } .icon-tel { width: 36px; height: 36px; background-position: -456px -812px; }
...@@ -15,3 +13,4 @@ ...@@ -15,3 +13,4 @@
.icon-user { width: 36px; height: 36px; background-position: -512px -812px; } .icon-user { width: 36px; height: 36px; background-position: -512px -812px; }
.icon-verification { width: 36px; height: 36px; background-position: -568px -812px; } .icon-verification { width: 36px; height: 36px; background-position: -568px -812px; }
.icon-wechat { width: 80px; height: 78px; background-position: -244px -812px; } .icon-wechat { width: 80px; height: 78px; background-position: -244px -812px; }
.icon-bg-member { width: 828px; height: 406px; background-position: -848px 0px; }
\ No newline at end of file \ No newline at end of file

473 KB | W: | H:

558 KB | W: | H:

src/assets/images/sprite.png
src/assets/images/sprite.png
src/assets/images/sprite.png
src/assets/images/sprite.png
  • 2-up
  • Swipe
  • Onion skin
const titleEn = { const titleEn = {
title: {
home: 'Home', home: 'Home',
membershipServices: 'Membership Services',
message: 'Message',
collect: 'Collection',
study: 'Study',
question: 'Question',
feedBack: 'FeedBack',
about: 'About',
setting: 'Setting',
resetPassword: 'Reset Password',
privacyPolicy: 'Privacy Policy',
serviceAgreement: 'Service Agreement',
person: 'Personal',
nickName: 'Edit NickName',
email: 'Edit Email',
company: 'Edit Compnay',
}
} }
const titleZn = { const titleZn = {
title: {
home: '首页', home: '首页',
membershipServices: '会籍服务',
message: '我的消息',
collect: '我的收藏',
study: '我的学习',
question: '常见问题',
feedBack: '意见反馈',
about: '关于协会',
setting: '设置',
resetPassword: '重置密码',
privacyPolicy: '隐私政策',
serviceAgreement: '服务协议',
person: '个人信息',
nickName: '设置昵称',
email: '设置邮箱',
company: '设置单位'
}
} }
export default { export default {
titleEn, titleEn,
......
...@@ -7,6 +7,16 @@ const userEn = { ...@@ -7,6 +7,16 @@ const userEn = {
serviceAgreement: 'Service Agreement', // 服务协议 serviceAgreement: 'Service Agreement', // 服务协议
chinese: 'Chinese', chinese: 'Chinese',
english: 'English', english: 'English',
},
person: {
photo: 'Photo',
nickName: 'NickName',
phoneNumber: 'PhoneNumber',
name: 'Name',
nationality: 'Nationality',
birthday: 'BirthDay',
email: 'Email',
company: 'Company'
} }
} }
...@@ -19,6 +29,16 @@ const userZh = { ...@@ -19,6 +29,16 @@ const userZh = {
serviceAgreement: '服务协议', serviceAgreement: '服务协议',
chinese: '中文', chinese: '中文',
english: '英文', english: '英文',
},
person: {
photo: '头像',
nickName: '昵称',
phoneNumber: '手机号',
name: '姓名',
nationality: '国籍',
birthday: '出生日',
email: '邮箱',
company: '单位'
} }
} }
export default { export default {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!