Commit 01ea19df authored by Mac's avatar Mac

调整样式

parent d4cbe1f6
...@@ -112,6 +112,7 @@ ...@@ -112,6 +112,7 @@
<div class="zhezao"></div> <div class="zhezao"></div>
<div class="prize_box"> <div class="prize_box">
<p class="jiangp"></p> <p class="jiangp"></p>
<p class="jiangN"></p>
<div class="prize_btn"> <div class="prize_btn">
<span>查看我的奖品</span> <span>查看我的奖品</span>
</div> </div>
...@@ -137,7 +138,7 @@ ...@@ -137,7 +138,7 @@
var href = window.location.href; var href = window.location.href;
// var href = 'http://activity.oytour.com/html/annualMeeting/AnnuaLmeetingHome.html?EmployeeId=1951&EmName=张建国&imgUrl=http://imgfile.oytour.com/Upload/Temporary/20200108014208064.jpg&GiftCode=202001081342098693&e=2019-03-25T00:00:00'; // var href = 'http://activity.oytour.com/html/annualMeeting/AnnuaLmeetingHome.html?EmployeeId=1951&EmName=张建国&imgUrl=http://imgfile.oytour.com/Upload/Temporary/20200108014208064.jpg&GiftCode=土耳其护手霜(75ml)&e=2019-03-25T00:00:00';
var param = href.split('?')[1].split("&"); var param = href.split('?')[1].split("&");
var EmployeeId = param[0].split('=')[1]; var EmployeeId = param[0].split('=')[1];
var EmName = decodeURI(param[1].split('=')[1]); var EmName = decodeURI(param[1].split('=')[1]);
...@@ -155,7 +156,8 @@ ...@@ -155,7 +156,8 @@
} }
localStorage.activity = JSON.stringify(activity) localStorage.activity = JSON.stringify(activity)
if(localStorage.showPirze== undefined && GiftCode!=-1){ if(localStorage.showPirze== undefined && GiftCode!=-1){
$('.jiangp').html('恭喜你获得签到奖品'+GiftCode) $('.jiangN').html(decodeURI(EmName))
$('.jiangp').html('恭喜你获得签到奖品'+decodeURI(GiftCode))
$('#prize').css('display','flex') $('#prize').css('display','flex')
localStorage.showPirze = 1 localStorage.showPirze = 1
} }
......
...@@ -394,9 +394,9 @@ p{ ...@@ -394,9 +394,9 @@ p{
} }
.prize_box{ .prize_box{
width: 3rem; width: 3rem;
height: 2.97rem; height: 3.27rem;
position: relative; position: relative;
background-image: url('../../../images/aM/myPrize_bg.png'); background-image: url('../../../images/aM/myPrize_bg2.png');
background-size: 100% 100%; background-size: 100% 100%;
background-repeat: no-repeat; background-repeat: no-repeat;
display: flex; display: flex;
...@@ -404,13 +404,7 @@ p{ ...@@ -404,13 +404,7 @@ p{
align-items: center; align-items: center;
/*justify-content: center;*/ /*justify-content: center;*/
} }
.prize_box p{
font-size: 0.15rem;
color: #111111;
margin-top: 1.94rem;
width: 90%;
text-align: center;
}
.prize_btn{ .prize_btn{
width: 2rem; width: 2rem;
height: 0.43rem; height: 0.43rem;
...@@ -425,7 +419,20 @@ p{ ...@@ -425,7 +419,20 @@ p{
font-size: 0.16rem; font-size: 0.16rem;
color: #893630; color: #893630;
} }
.jiangp{
font-size: 0.13rem;
color: #111111;
width: 90%;
text-align: center;
margin-top: 1.9rem;
}
.jiangN{
font-size: 0.15rem;
color: #111111;
width: 90%;
text-align: center;
margin-top: 0.1rem;
}
.AR{ .AR{
width: 0.515rem; width: 0.515rem;
height: 0.535rem; height: 0.535rem;
......
...@@ -500,12 +500,12 @@ body { ...@@ -500,12 +500,12 @@ body {
} }
.rank_mask .rank-num.num2 { .rank_mask .rank-num.num2 {
background: url("../img/mobile_img/rank_num2.png") no-repeat center; background: url("../img/money/rank_num2.png") no-repeat center;
background-size: contain; background-size: contain;
} }
.rank_mask .rank-num.num3 { .rank_mask .rank-num.num3 {
background: url("../img/mobile_img/rank_num3.png") no-repeat center; background: url("../img/money/rank_num3.png") no-repeat center;
background-size: contain; background-size: contain;
} }
......
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