Authored by 郝肖肖

'fix'

@@ -72,7 +72,7 @@ class HaveGainApplyPage extends Page { @@ -72,7 +72,7 @@ class HaveGainApplyPage extends Page {
72 72
73 dialog.showDialog({ 73 dialog.showDialog({
74 hasHeader: '填写信息', 74 hasHeader: '填写信息',
75 - hasClass: 'dialog-fill-in', 75 + hasClass: 'dialog-fill-apply',
76 dialogText: fillInHbs({ 76 dialogText: fillInHbs({
77 account: $accountName.find('em').eq(0).text() || '', 77 account: $accountName.find('em').eq(0).text() || '',
78 fans: $accountName.find('em').eq(1).data('fans') || '' 78 fans: $accountName.find('em').eq(1).data('fans') || ''
@@ -108,7 +108,7 @@ class HaveGainApplyPage extends Page { @@ -108,7 +108,7 @@ class HaveGainApplyPage extends Page {
108 yoho.invokeMethod('go.copy', {text: '有货有赚'}); 108 yoho.invokeMethod('go.copy', {text: '有货有赚'});
109 dialog.showDialog({ 109 dialog.showDialog({
110 dialogText: '“有货有赚”服务号已经复制,请去微信搜索添加', 110 dialogText: '“有货有赚”服务号已经复制,请去微信搜索添加',
111 - hasClass: 'dialog-fill-in', 111 + hasClass: 'dialog-text-apply',
112 hasFooter: { 112 hasFooter: {
113 leftBtnText: '取消', 113 leftBtnText: '取消',
114 rightBtnText: '去添加' 114 rightBtnText: '去添加'
@@ -178,7 +178,7 @@ class HaveGainApplyPage extends Page { @@ -178,7 +178,7 @@ class HaveGainApplyPage extends Page {
178 yoho.invokeMethod('go.copy', {text: '有货有赚'}); 178 yoho.invokeMethod('go.copy', {text: '有货有赚'});
179 dialog.showDialog({ 179 dialog.showDialog({
180 hasHeader: '申请成功', 180 hasHeader: '申请成功',
181 - hasClass: 'dialog-fill-in', 181 + hasClass: 'dialog-text-apply',
182 dialogText: '请等待工作人员审核,您可以关注“有货有赚”服务号,了解进度', 182 dialogText: '请等待工作人员审核,您可以关注“有货有赚”服务号,了解进度',
183 hasFooter: { 183 hasFooter: {
184 leftBtnText: '取消', 184 leftBtnText: '取消',
@@ -26,7 +26,7 @@ class HaveGainVerifyPage extends Page { @@ -26,7 +26,7 @@ class HaveGainVerifyPage extends Page {
26 yoho.invokeMethod('go.copy', {text: '有货有赚'}); 26 yoho.invokeMethod('go.copy', {text: '有货有赚'});
27 dialog.showDialog({ 27 dialog.showDialog({
28 dialogText: '“有货有赚”服务号已经复制,请去微信搜索添加', 28 dialogText: '“有货有赚”服务号已经复制,请去微信搜索添加',
29 - hasClass: 'dialog-fill-in', 29 + hasClass: 'dialog-text-apply',
30 hasFooter: { 30 hasFooter: {
31 leftBtnText: '取消', 31 leftBtnText: '取消',
32 rightBtnText: '去添加' 32 rightBtnText: '去添加'
1 -.dialog-wrapper .dialog-fill-in { 1 +.dialog-wrapper .dialog-box.dialog-text-apply {
2 background-color: #fff; 2 background-color: #fff;
  3 + padding: 0;
  4 +
  5 + .dialog-header {
  6 + font-family: PingFang-SC-Medium, sans-serif;
  7 + font-size: 34px;
  8 + color: #444;
  9 + letter-spacing: -0.82px;
  10 + text-align: center;
  11 + padding: 40px 0 0;
  12 + margin-bottom: -24px;
  13 + font-weight: normal;
  14 + }
3 15
4 .dialog-content { 16 .dialog-content {
5 - padding: 30px; 17 + font-family: PingFang-SC-Regular, sans-serif;
  18 + font-size: 28px;
  19 + color: #444;
  20 + letter-spacing: -0.09px;
  21 + text-align: center;
  22 + line-height: 43px;
  23 + padding: 40px 60px;
  24 + }
  25 +
  26 + .dialog-footer {
  27 + font-family: PingFang-SC-Regular, sans-serif;
  28 + font-size: 34px;
  29 + color: #444;
  30 + letter-spacing: -0.82px;
  31 + text-align: center;
  32 +
  33 + .dialog-right-btn {
  34 + font-family: PingFang-SC-Medium, sans-serif;
  35 + color: #d0021b;
  36 + }
  37 + }
  38 +}
  39 +
  40 +.dialog-wrapper .dialog-box.dialog-fill-apply {
  41 + background-color: #fff;
  42 + padding: 0;
  43 +
  44 + .dialog-header {
  45 + font-family: PingFang-SC-Medium, sans-serif;
  46 + font-size: 34px;
  47 + color: #444;
  48 + letter-spacing: -0.82px;
  49 + text-align: center;
  50 + padding: 40px 0 0;
  51 + font-weight: normal;
6 } 52 }
7 53
8 - .dialog-fill-content {  
9 - padding: 0 10px;  
10 - margin-top: -30px; 54 + .dialog-content {
  55 + padding: 36px 40px 40px;
11 56
12 .fill-item { 57 .fill-item {
13 font-family: PingFang-SC-Regular, sans-serif; 58 font-family: PingFang-SC-Regular, sans-serif;
@@ -29,4 +74,17 @@ @@ -29,4 +74,17 @@
29 -webkit-appearance: none; 74 -webkit-appearance: none;
30 } 75 }
31 } 76 }
  77 +
  78 + .dialog-footer {
  79 + font-family: PingFang-SC-Regular, sans-serif;
  80 + font-size: 34px;
  81 + color: #444;
  82 + letter-spacing: -0.82px;
  83 + text-align: center;
  84 +
  85 + .dialog-right-btn {
  86 + font-family: PingFang-SC-Medium, sans-serif;
  87 + color: #d0021b;
  88 + }
  89 + }
32 } 90 }
@@ -45,7 +45,6 @@ @@ -45,7 +45,6 @@
45 45
46 &:nth-last-of-type(1) { 46 &:nth-last-of-type(1) {
47 border-left: 1px solid #ccc; 47 border-left: 1px solid #ccc;
48 - border-radius: 0 0 10px 10px;  
49 color: #d0021b; 48 color: #d0021b;
50 } 49 }
51 } 50 }