活动管理-抽奖活动管理

This commit is contained in:
xu0625 2021-04-13 17:06:10 +08:00
parent f714433c05
commit fbecd5c611
4 changed files with 27 additions and 37 deletions

View File

@ -68,6 +68,10 @@ public interface IDrawInfoService
*/
public int deleteDrawInfoById(String DRAWID);
/**
* 新增抽奖活动信息
* @param vo
* @return
*/
public int updateActVO(ActVO vo);
}

View File

@ -136,6 +136,11 @@ public class DrawInfoServiceImpl implements IDrawInfoService
return drawInfoMapper.deleteDrawInfoById(DRAWID);
}
/**
* 新增抽奖活动信息
* @param vo
* @return
*/
@Override
public int updateActVO(ActVO vo) {
Date date = new Date();

View File

@ -152,19 +152,21 @@
/* 配置分享信息*/
.drawShareTitlePri {
text-align: center;
position: absolute;
top: 45%;
top: 20%;
font-size: 20px;
left: 73%;
right : 5%;
color: #F00;
width: 100%;
}
.drawShareDescribePri {
text-align: center;
position: absolute;
top: 50%;
font-size: 10px;
left: 73%;
right : 8%;
color: #F00;
width: 100%;
}
@ -172,22 +174,13 @@
.drawShareImgPic {
text-align: center;
position: absolute;
top: 52%;
top: 50%;
font-size: 37px;
left: 38%;
left: 25%;
color: #F00;
width: 100%;
}
.drawShareImg2Pic {
text-align: center;
position: absolute;
top: 40%;
font-size: 37px;
left: 30%;
color: #F00;
width: 100%;
}
/* 关注二维码*/
@ -819,10 +812,8 @@
</div>
<div class="rightarea">
<h4 class="form-header h4">效果图</h4>
<div style="height: 210px">
<div class="drawShareImg2Pic">
<img id="ss" src="../../../img/bj.png" height="170" width="340">
</div>
<div style="position: relative;text-align:center">
<img src="../../../img/bj.png" height="170" width="340">
<div class="drawShareImgPic">
<img id="shareImgimg" src="../../img/shj.jpg" width="50" height="50">
</div>

View File

@ -151,19 +151,21 @@
/* 配置分享信息*/
.drawShareTitlePri {
text-align: center;
position: absolute;
top: 45%;
top: 20%;
font-size: 20px;
left: 73%;
right : 5%;
color: #F00;
width: 100%;
}
.drawShareDescribePri {
text-align: center;
position: absolute;
top: 50%;
font-size: 10px;
left: 73%;
right : 8%;
color: #F00;
width: 100%;
}
@ -171,19 +173,9 @@
.drawShareImgPic {
text-align: center;
position: absolute;
top: 52%;
top: 50%;
font-size: 37px;
left: 38%;
color: #F00;
width: 100%;
}
.drawShareImg2Pic {
text-align: center;
position: absolute;
top: 40%;
font-size: 37px;
left: 30%;
left: 25%;
color: #F00;
width: 100%;
}
@ -827,10 +819,8 @@
</div>
<div class="rightarea">
<h4 class="form-header h4">效果图</h4>
<div style="height: 210px">
<div class="drawShareImg2Pic">
<div style="position: relative;text-align:center">
<img src="../../../img/bj.png" height="170" width="340">
</div>
<div class="drawShareImgPic">
<img id="shareImgimg" src="../../img/shj.jpg" width="50" height="50">
</div>