后端-活动管理页面校验修改
This commit is contained in:
parent
6bf8aca3ac
commit
a217a3ffa5
|
|
@ -113,7 +113,7 @@
|
|||
.drawTextPri {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
top: 40%;
|
||||
font-size: 15px;
|
||||
left: 0;
|
||||
color: black;
|
||||
|
|
@ -123,7 +123,7 @@
|
|||
.drawText2Pri {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: 55%;
|
||||
top: 45%;
|
||||
font-size: 10px;
|
||||
left: 0;
|
||||
color: black;
|
||||
|
|
@ -133,7 +133,7 @@
|
|||
.drawText3Pri {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: 60%;
|
||||
top: 50%;
|
||||
font-size: 20px;
|
||||
left: 0;
|
||||
color: black;
|
||||
|
|
@ -205,7 +205,16 @@
|
|||
width: 100%;
|
||||
}
|
||||
.clearfloat{clear:both;height:1px;}
|
||||
|
||||
.inputimg {
|
||||
outline-style: none ;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 3px;
|
||||
padding: 0px 10px;
|
||||
width: 200px;
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
font-family: "Microsoft soft";
|
||||
}
|
||||
|
||||
</style>
|
||||
<body class="white-bg">
|
||||
|
|
@ -703,7 +712,7 @@
|
|||
<div class="rightarea">
|
||||
<h4 class="form-header h4">效果图</h4>
|
||||
<div style="position: relative;text-align:center">
|
||||
<img id="pictureimg" src="../../img/shj.jpg" width="380" height="500">
|
||||
<img id="pictureimg" src="../../img/shj.jpg" width="380" height="600">
|
||||
<span class="drawTotalPri" id="titlePri">标题</span>
|
||||
<span class="drawDescribePri" id="describePri">描述</span>
|
||||
<span class="drawTextPri">请填写您的基本信息</span>
|
||||
|
|
@ -714,28 +723,28 @@
|
|||
|
||||
<div class="drawText3Pri">
|
||||
<div>
|
||||
<input placeholder="姓名" type="hidden" id="namePri">
|
||||
<input class="inputimg" placeholder="姓名" type="hidden" id="namePri">
|
||||
</div>
|
||||
<div>
|
||||
<input placeholder="手机号" type="hidden" id="phonePri">
|
||||
<input class="inputimg" placeholder="手机号" type="hidden" id="phonePri">
|
||||
</div>
|
||||
<div>
|
||||
<input placeholder="性别" height="10px" type="hidden" id="sexPri">
|
||||
<input class="inputimg" placeholder="性别" height="10px" type="hidden" id="sexPri">
|
||||
</div>
|
||||
<div>
|
||||
<input placeholder="地址" type="hidden" id="addressPri">
|
||||
<input class="inputimg" placeholder="地址" type="hidden" id="addressPri">
|
||||
</div>
|
||||
<div>
|
||||
<input placeholder="代理人姓名" type="hidden" id="agentNamePri">
|
||||
<input class="inputimg" placeholder="代理人姓名" type="hidden" id="agentNamePri">
|
||||
</div>
|
||||
<div>
|
||||
<input placeholder="代理人手机号" type="hidden" id="agentPhonePri">
|
||||
<input class="inputimg" placeholder="代理人手机号" type="hidden" id="agentPhonePri">
|
||||
</div>
|
||||
<div>
|
||||
<input placeholder="代理人性别" type="hidden" id="agentSexPri">
|
||||
<input class="inputimg" placeholder="代理人性别" type="hidden" id="agentSexPri">
|
||||
</div>
|
||||
<div>
|
||||
<input placeholder="代理人地址" type="hidden" id="agentNumberPri">
|
||||
<input class="inputimg" placeholder="代理人地址" type="hidden" id="agentNumberPri">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -112,7 +112,7 @@
|
|||
.drawTextPri {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
top: 40%;
|
||||
font-size: 15px;
|
||||
left: 0;
|
||||
color: #F00;
|
||||
|
|
@ -122,7 +122,7 @@
|
|||
.drawText2Pri {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: 55%;
|
||||
top: 45%;
|
||||
font-size: 10px;
|
||||
left: 0;
|
||||
color: #F00;
|
||||
|
|
@ -132,7 +132,7 @@
|
|||
.drawText3Pri {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: 60%;
|
||||
top: 50%;
|
||||
font-size: 20px;
|
||||
left: 0;
|
||||
color: #F00;
|
||||
|
|
@ -203,6 +203,16 @@
|
|||
width: 100%;
|
||||
}
|
||||
.clearfloat{clear:both;height:1px;}
|
||||
.inputimg {
|
||||
outline-style: none ;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 3px;
|
||||
padding: 0px 10px;
|
||||
width: 200px;
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
font-family: "Microsoft soft";
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
|
@ -722,7 +732,7 @@
|
|||
<div class="rightarea">
|
||||
<h4 class="form-header h4">效果图</h4>
|
||||
<div style="position: relative;text-align:center">
|
||||
<img id="pictureimg" src="../../img/shj.jpg" width="380" height="500">
|
||||
<img id="pictureimg" src="../../img/shj.jpg" width="380" height="600">
|
||||
<span class="drawTotalPri" id="titlePri">标题</span>
|
||||
<span class="drawDescribePri" id="describePri">描述</span>
|
||||
<span class="drawTextPri">请填写您的基本信息</span>
|
||||
|
|
@ -733,28 +743,28 @@
|
|||
|
||||
<div class="drawText3Pri">
|
||||
<div>
|
||||
<input placeholder="姓名" type="hidden" id="namePri">
|
||||
<input class="inputimg" placeholder="姓名" type="hidden" id="namePri">
|
||||
</div>
|
||||
<div>
|
||||
<input placeholder="手机号" type="hidden" id="phonePri">
|
||||
<input class="inputimg" placeholder="手机号" type="hidden" id="phonePri">
|
||||
</div>
|
||||
<div>
|
||||
<input placeholder="性别" height="10px" type="hidden" id="sexPri">
|
||||
<input class="inputimg" placeholder="性别" height="10px" type="hidden" id="sexPri">
|
||||
</div>
|
||||
<div>
|
||||
<input placeholder="地址" type="hidden" id="addressPri">
|
||||
<input class="inputimg" placeholder="地址" type="hidden" id="addressPri">
|
||||
</div>
|
||||
<div>
|
||||
<input placeholder="代理人姓名" type="hidden" id="agentNamePri">
|
||||
<input class="inputimg" placeholder="代理人姓名" type="hidden" id="agentNamePri">
|
||||
</div>
|
||||
<div>
|
||||
<input placeholder="代理人手机号" type="hidden" id="agentPhonePri">
|
||||
<input class="inputimg" placeholder="代理人手机号" type="hidden" id="agentPhonePri">
|
||||
</div>
|
||||
<div>
|
||||
<input placeholder="代理人性别" type="hidden" id="agentSexPri">
|
||||
<input class="inputimg" placeholder="代理人性别" type="hidden" id="agentSexPri">
|
||||
</div>
|
||||
<div>
|
||||
<input placeholder="代理人地址" type="hidden" id="agentNumberPri">
|
||||
<input class="inputimg" placeholder="代理人地址" type="hidden" id="agentNumberPri">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue