活动管理-抽奖活动管理

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); public int deleteDrawInfoById(String DRAWID);
/**
* 新增抽奖活动信息
* @param vo
* @return
*/
public int updateActVO(ActVO vo); public int updateActVO(ActVO vo);
} }

View File

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

View File

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

View File

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