Commit cac833d5 by Sweet Zhang

双十二

parent bb9e5847
......@@ -200,7 +200,7 @@ body .layui-m-layer-msg .layui-m-layercont {
margin: 15px 0;
}
#luckDrawModal .invite {
#luckDrawModal .close {
width: 200px;
height: 38px;
line-height: 38px;
......@@ -296,8 +296,8 @@ body .layui-m-layer-msg .layui-m-layercont {
position: relative;
height: 100%;
font-size: 14px;
background: url("../images/bg.jpg"), #7e0000;
padding-top: 115%;
background: url("../images/bg.jpg"), #670706;
padding-top: 100%;
background-size: cover;
}
......@@ -313,135 +313,144 @@ body .layui-m-layer-msg .layui-m-layercont {
top: 15px;
}
#effectiveDate {
position: absolute;
left: 0;
right: 0;
top: 14%;
margin: 0 auto;
padding: 5px 10px;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5ddaf), to(#e8b973));
background-image: linear-gradient(180deg, #f5ddaf, #e8b973);
border-radius: 18px;
color: #c5111d;
font-size: 15px;
width: 220px;
text-align: center;
.activity_container .participation {
padding: 20px 15px;
}
@media (min-width: 768px) {
#effectiveDate {
top: 20%;
}
.redPocketContainer {
background: #ec5444;
padding: 7px 10px 20px;
border: 4px solid #f5cd9a;
border-radius: 7px;
margin-bottom: 54px;
}
.activity_container .participation {
background: #fdf4e3;
margin: 30px 10px;
padding: 20px 15px;
.redPocketContainer > h5 {
width: 132px;
height: 32px;
line-height: 31px;
text-align: center;
background: #620e08;
color: #fff;
border-radius: 6px;
margin: 0 auto 10px;
font-size: 17px;
}
.activity_container .participation .meetingCeremony {
margin-bottom: 30px;
.redPocketContainer > h5 > span:first-child {
margin-right: 12px;
}
.activity_container .participation .meetingCeremony > h5,
.activity_container .participation .invitationCeremony > h5 {
.remainRedPocket {
display: flex;
align-items: flex-end;
font-size: 20px;
margin-bottom: 10px;
justify-content: center;
align-items: center;
height: 84px;
font-size: 22px;
color: #690203;
font-weight: bold;
background-image: linear-gradient(#fafcf3, #fcd5a6);
border: 1px solid #fff1da;
border-radius: 8px;
margin-bottom: 20px;
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.28);
}
.activity_container .participation .meetingCeremony > h5 > span,
.activity_container .participation .invitationCeremony > h5 > span {
margin-left: 10px;
.remainRedPocket strong {
font-size: 32px;
}
.activity_container .participation .meetingCeremony .minsu {
margin-top: 15px;
background: #e8b972;
color: #fff;
padding: 20px 10px;
.redPocketContent {
background-image: linear-gradient(#fafcf3, #fcd5a6);
border: 1px solid #fff1da;
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.28);
padding-top: 30px;
padding-bottom: 5%;
border-radius: 8px;
}
.activity_container .participation .meetingCeremony .minsu > h5 {
font-size: 18px;
text-align: center;
letter-spacing: 5px;
.redPocketContent ul {
display: flex;
justify-content: space-around;
padding: 0 10px;
}
.activity_container .participation .meetingCeremony .minsu .tags, .activity_container .participation .meetingCeremony .minsu .reasons {
.redPocketContent ul > li {
flex: 1;
position: relative;
margin-right: 15px;
display: flex;
margin: 15px 0;
justify-content: center;
align-items: center;
}
.activity_container .participation .meetingCeremony .minsu .tags > div {
padding: 8px 10px;
border-radius: 6px;
background-color: #fdf4e3;
font-size: 15px;
margin-right: 8px;
color: #000;
font-weight: 500;
height: 100px;
flex: 1;
.redPocketContent ul > li:last-child {
margin-right: 0;
}
.remainRedPocketCount {
position: absolute;
top: -10px;
right: 0px;
width: 25px;
height: 25px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
font-size: 18px;
color: #fff;
background: #fe4c4c;
border-radius: 50%;
box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.5);
}
.activity_container .participation .meetingCeremony .minsu .tags > div > p .number {
font-size: 32px;
color: #0f5591;
margin: 0 8px;
.taskListsContainer ul > li {
padding: 10px 7px;
border-radius: 8px;
border: 4px solid #f5cd9a;
background: #ec5345;
margin-bottom: 8px;
}
.taskListsContainer ul > li .content {
background-image: linear-gradient(#fefae9, #fcd5a7);
border-radius: 5px;
padding: 9px 15px 14px;
}
.activity_container .participation .meetingCeremony .minsu .reasons {
.taskListsContainer ul > li .content h5 {
font-size: 17px;
color: #620e08;
display: flex;
margin: 0 auto;
padding: 5px 18px;
background-color: #f5ddaf;
color: #000000;
border-radius: 30px;
align-items: center;
}
.activity_container .participation .meetingCeremony .minsu .reasons > span:first-child {
position: relative;
white-space: nowrap;
padding-right: 10px;
margin-right: 10px;
.taskListsContainer ul > li .content p {
font-size: 14px;
color: #333;
margin-bottom: 8px;
margin-top: 5px;
}
.activity_container .participation .meetingCeremony .minsu .reasons > span:first-child::after {
position: absolute;
content: '';
right: 0;
top: 0;
width: 2px;
height: 100%;
background-color: #000000;
.taskListsContainer ul > li .content .optionContent {
display: flex;
justify-content: space-between;
}
.activity_container .participation .meetingCeremony .goProduct, .activity_container .participation .invitationCeremony .invite {
width: 108px;
height: 38px;
line-height: 38px;
border: 1px solid #d81e06;
border-radius: 6px;
text-align: center;
margin: 30px auto;
cursor: pointer;
.taskListsContainer ul > li .content div strong {
font-size: 23px;
color: #b2191b;
}
.activity_container .participation .luckDraw > h5 {
.taskListsContainer ul > li .content div button {
width: 120px;
height: 32px;
background-image: linear-gradient(#f47555, #ee392e);
color: #fff;
border-radius: 50px;
font-size: 18px;
text-align: center;
letter-spacing: 5px;
margin-bottom: 15px;
letter-spacing: 1px;
}
/*被邀请页面*/
......@@ -547,17 +556,74 @@ body .layui-m-layer-msg .layui-m-layercont {
font-size: 18px;
}
#ydintroContent > ul {
display: flex;
#ydintroContent > ul, #productIntroContent ul {
}
#ydintroContent > ul > li {
flex: 1;
#ydintroContent > ul > li, #productIntroContent > ul > li {
height: 80px;
padding: 15px 10px;
padding: 15px 25px;
background: #ffffff;
border-right: 8px solid #0f5591;
color: #f7881c;
border-bottom: 8px solid #0f5591;
color: #000;
}
#ydintroContent > ul > li, #productIntroContent > ul > li {
display: flex;
}
#productIntroContent > ul > li > div:first-child {
border: 2px solid #2d221e;
width: 80px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-right: 10px;
border-radius: 6px;
font-size: 22px;
font-weight: bold;
color: #000;
}
#productIntroContent > ul > li > div:last-child {
position: relative;
flex: 1;
color: #000000;
letter-spacing: 2px;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
border: 2px solid #000;
padding: 10px;
border-radius: 6px;
margin-left: 20px;
}
#productIntroContent > ul > li > div:last-child::before {
content: '';
position: absolute;
left: 0;
top: 50%;
width: 0;
height: 0;
border: 20px solid transparent;
border-right-color: #000000;
margin-left: -40px;
margin-top: -19px;
}
#productIntroContent > ul > li > div:last-child::after {
content: '';
position: absolute;
left: 0;
top: 50%;
width: 0;
height: 0;
border: 18px solid transparent;
border-right-color: #fff;
margin-left: -35px;
margin-top: -17px;
}
#ydintroContent > ul > li:nth-last-child(1) {
......@@ -568,10 +634,18 @@ body .layui-m-layer-msg .layui-m-layercont {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
width: 50px;
margin-right: 10px;
text-align: center;
}
#ydintroContent > ul > li > div:last-child {
font-size: 14px;
font-size: 17px;
flex: 1;
}
#ydintroContent > ul > li > div:last-child > h4 {
margin-bottom: 10px;
}
#productIntroContent, #ydintroContent {
......

496 KB | W: | H:

371 KB | W: | H:

2019Double12/images/bg.jpg
2019Double12/images/bg.jpg
2019Double12/images/bg.jpg
2019Double12/images/bg.jpg
  • 2-up
  • Swipe
  • Onion skin
......@@ -14,7 +14,7 @@ export class AppComponent implements OnInit {
ngOnInit() {
const customerId = this.commonService.getQueryString('customerId');
const orderId = this.commonService.getQueryString('orderId');
const questionnaireSource = this.commonService.getQueryString('questionnaireSource');
const questionnaireSource = this.commonService.getQueryString('source');
sessionStorage.setItem('customerId', customerId);
sessionStorage.setItem('orderId', orderId);
sessionStorage.setItem('questionnaireSource', questionnaireSource);
......
......@@ -173,7 +173,7 @@ export class LiveComponent implements OnInit {
}
};
// questionnaireSource 为 1 表示 自动评测
if (sessionStorage.getItem('questionnaireSource') === '1') {
if (sessionStorage.getItem('questionnaireSource') === 'double12') {
if (!param || !param.survey.customerId || param.survey.customerId === 'null' || param.survey.customerId === 'undefined') {
this.loginModalFlag = true;
return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment