Commit 89c59c4e by Sweet Zhang

Merge branch 'master' of 139.224.139.2:Sweet/allCampaign

parents b247b812 64954f29
......@@ -73,7 +73,7 @@
</div>
</div>
</div>
<!-- 登弹窗-->
<!-- 登弹窗-->
<div class="loginInBox">
<div class='inputBox'>
<!--获取手机号 -->
......@@ -89,8 +89,8 @@
<div class="codeSection inputControl">
<input id="loginCode" type='number' maxlength="4" placeholder="短信验证码" />
</div>
<!--登 -->
<button class='goBuyBtn commonBtn' id="loginIn"></button>
<!--登 -->
<button class='goBuyBtn commonBtn' id="loginIn"></button>
</div>
</div>
<div id="d" hidden></div>
......
......@@ -72,7 +72,7 @@
</div>
</div>
</div>
<!-- 登弹窗-->
<!-- 登弹窗-->
<div class="loginInBox">
<div class='inputBox'>
<!--获取手机号 -->
......@@ -88,8 +88,8 @@
<div class="codeSection inputControl">
<input id="loginCode" type='number' maxlength="4" placeholder="短信验证码" />
</div>
<!--登 -->
<button class='goBuyBtn commonBtn' id="loginIn"></button>
<!--登 -->
<button class='goBuyBtn commonBtn' id="loginIn"></button>
</div>
</div>
<div id="d" hidden></div>
......
......@@ -149,9 +149,22 @@ ol li {
width: 100%;
}
.jobContent li,
.income li,
.cityContent li {
.jobContent li {
width: 100%;
height: 55px;
border: 1px #8a8a8a solid;
margin-bottom: 15px;
border-radius: 4px;
box-sizing: border-box;
padding-left: 5%;
line-height: 1.5;
display: flex;
align-items: center;
padding: 0 3%;
}
.cityContent li,
.income li {
width: 100%;
height: 55px;
line-height: 55px;
......
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