Authored by 郝肖肖

'fix'

... ... @@ -72,7 +72,7 @@ class HaveGainApplyPage extends Page {
dialog.showDialog({
hasHeader: '填写信息',
hasClass: 'dialog-fill-in',
hasClass: 'dialog-fill-apply',
dialogText: fillInHbs({
account: $accountName.find('em').eq(0).text() || '',
fans: $accountName.find('em').eq(1).data('fans') || ''
... ... @@ -108,7 +108,7 @@ class HaveGainApplyPage extends Page {
yoho.invokeMethod('go.copy', {text: '有货有赚'});
dialog.showDialog({
dialogText: '“有货有赚”服务号已经复制,请去微信搜索添加',
hasClass: 'dialog-fill-in',
hasClass: 'dialog-text-apply',
hasFooter: {
leftBtnText: '取消',
rightBtnText: '去添加'
... ... @@ -178,7 +178,7 @@ class HaveGainApplyPage extends Page {
yoho.invokeMethod('go.copy', {text: '有货有赚'});
dialog.showDialog({
hasHeader: '申请成功',
hasClass: 'dialog-fill-in',
hasClass: 'dialog-text-apply',
dialogText: '请等待工作人员审核,您可以关注“有货有赚”服务号,了解进度',
hasFooter: {
leftBtnText: '取消',
... ...
... ... @@ -26,7 +26,7 @@ class HaveGainVerifyPage extends Page {
yoho.invokeMethod('go.copy', {text: '有货有赚'});
dialog.showDialog({
dialogText: '“有货有赚”服务号已经复制,请去微信搜索添加',
hasClass: 'dialog-fill-in',
hasClass: 'dialog-text-apply',
hasFooter: {
leftBtnText: '取消',
rightBtnText: '去添加'
... ...
.dialog-wrapper .dialog-fill-in {
.dialog-wrapper .dialog-box.dialog-text-apply {
background-color: #fff;
padding: 0;
.dialog-header {
font-family: PingFang-SC-Medium, sans-serif;
font-size: 34px;
color: #444;
letter-spacing: -0.82px;
text-align: center;
padding: 40px 0 0;
margin-bottom: -24px;
font-weight: normal;
}
.dialog-content {
padding: 30px;
font-family: PingFang-SC-Regular, sans-serif;
font-size: 28px;
color: #444;
letter-spacing: -0.09px;
text-align: center;
line-height: 43px;
padding: 40px 60px;
}
.dialog-footer {
font-family: PingFang-SC-Regular, sans-serif;
font-size: 34px;
color: #444;
letter-spacing: -0.82px;
text-align: center;
.dialog-right-btn {
font-family: PingFang-SC-Medium, sans-serif;
color: #d0021b;
}
}
}
.dialog-wrapper .dialog-box.dialog-fill-apply {
background-color: #fff;
padding: 0;
.dialog-header {
font-family: PingFang-SC-Medium, sans-serif;
font-size: 34px;
color: #444;
letter-spacing: -0.82px;
text-align: center;
padding: 40px 0 0;
font-weight: normal;
}
.dialog-fill-content {
padding: 0 10px;
margin-top: -30px;
.dialog-content {
padding: 36px 40px 40px;
.fill-item {
font-family: PingFang-SC-Regular, sans-serif;
... ... @@ -29,4 +74,17 @@
-webkit-appearance: none;
}
}
.dialog-footer {
font-family: PingFang-SC-Regular, sans-serif;
font-size: 34px;
color: #444;
letter-spacing: -0.82px;
text-align: center;
.dialog-right-btn {
font-family: PingFang-SC-Medium, sans-serif;
color: #d0021b;
}
}
}
... ...
... ... @@ -45,7 +45,6 @@
&:nth-last-of-type(1) {
border-left: 1px solid #ccc;
border-radius: 0 0 10px 10px;
color: #d0021b;
}
}
... ...