提交 abee9852f927a2933e5bc1199bd1927cb970cc27

作者 pangy
1 个父辈 d9d33965

安卓适配问题。继续教育字段

... ... @@ -162,7 +162,7 @@ Page({
162 162 bindtype: 'edu_type',
163 163 selected: '',
164 164 isblack: 'true',
165   - values: ["学历继续教育", "非学历继续教育"],
  165 + values: ["学历(学位)继续教育", "职业资格继续教育"],
166 166 placeholder: '请选择教育情况',
167 167 onChange: 'onPickerSelect'
168 168 },
... ... @@ -725,7 +725,7 @@ Page({
725 725 if (data.education_type && data.education_type.length) {
726 726 if ('title' == data.education_type) {
727 727 var edutypeData = this.data.edutypeData
728   - edutypeData.selected = "学历继续教育"
  728 + edutypeData.selected = "学历(学位)继续教育"
729 729 setData.edutypeData = edutypeData
730 730 } else {
731 731 var edutypeData = this.data.edutypeData
... ...
... ... @@ -10,7 +10,7 @@
10 10 }
11 11
12 12 .input_wrap {
13   - /* width: 460rpx; */
  13 + max-width: 460rpx;
14 14 height: 90rpx;
15 15 font-size: 30rpx;
16 16 color: #333;
... ...
... ... @@ -67,7 +67,7 @@ page{
67 67 }
68 68
69 69 .input_wrap {
70   - /* width: 480rpx; */
  70 + max-width: 460rpx;
71 71 height: 90rpx;
72 72 font-size: 28rpx;
73 73 color: #000;
... ...
注册登录 后发表评论