html:简易制作拼多多登录页面

效果展示:

 代码展示:

html:

  <div class="input-group-wrap">
                    <div class="title-wrap">
                        <div class="title">
                            <h4>境外商家入驻</h4>
                            <div class="oversea">
                                <a href="">境外商家入驻</a>
                                <i class="iconfont icon-question"></i>
                            </div>
                        </div>
                        <!-- 输入框部分 -->
                        <div class="input-group">
                            <form action="">
                                <!-- <div class="first-input-wrap">
                                  <div class="photoNumber">中国 +86</div>
                                  <input type="text" placeholder="请输入手机号码" >
                                </div> -->
                                <div class="first-input-wrap">
                                    <button class="photoNumber">中国 +86</button>
                                    <input type="text" class="in" placeholder="请输入手机号码" />
                                </div>
                                <div class="second-input-wrap clearfix">
                                    <input type="password" class="in" placeholder="请输入密码" />
                                    <img src="./img/lock.png">
                                </div>
                                <div class="third-input-wrap">
                                    <input type="text" class="in" placeholder="请输入短信验证码" />
                                    <img src="./img/mail.png" alt="">
                                    <div class="span-wrap">
                                        <a href=""><span>获取验证码</span></a>
                                    </div>
                                </div>
                                <button>0元入驻</button>
                                <div class="help">
                                    已有账号?
                                    <a href="#">
                                        <span>立即登录</span>
                                    </a>
                                    <a href="#">
                                        <span>入驻手册</span>
                                    </a>
                                </div>
                            </form>
                        </div>
                    </div>
                </div>

css部分:

.input-group {
  margin-left: 10px;
}
.first-input-wrap,
.second-input-wrap,
.third-input-wrap {
  position: relative;
}
.first-input-wrap input,
.second-input-wrap input,
.third-input-wrap input {
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  margin-bottom: 16px;
  width: 290px;
  overflow: hidden;
}
.first-input-wrap > .photoNumber {
  position: absolute;
  width: 82px;
  height: 37px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.04);
  border-right: 1px solid #dadada;
  outline: none;
  cursor: pointer;
  z-index: 20;
}
.first-input-wrap input {
  outline: none;
  color: #d3d9e7;
  height: 36px;
  padding-left: 90px;
  width: 200px;
}
.first-input-wrap input:hover,
.second-input-wrap input:hover,
.third-input-wrap input:hover {
  border-color: #adadad;
}

.first-input-wrap input:focus,
.second-input-wrap input:focus,
.third-input-wrap input:focus
  { 
    border-color:#1199EE;
}

.second-input-wrap > img,
.third-input-wrap > img {
  position: absolute;
  left: 5px;
  width: 20px;
  height: 20px;
  margin: 9px 5px;
  cursor: pointer;
  vertical-align: middle;
  z-index: 20;
}
.second-input-wrap>input,
.third-input-wrap>input {
  outline: none;
  height: 36px;
  color: #d3d9e7;
  float: left; 
  padding-left: 40px;
  width: 250px;
}
/* 弹性布局 */
.third-input-wrap > .span-wrap {
  position: absolute;
  right: 0;
  display: flex;
  height: 36px;
  overflow: hidden;
  vertical-align: middle;
  align-items: center;
  flex-direction: row-reverse;
}
.third-input-wrap span {
  padding: 0 12px;
  border-left: 1px solid #dbdbdb;
  font-size: 14px;
  color: #2279cb;
  cursor: pointer;
  transition: all 0.5s;
}
.third-input-wrap span:hover {
  color: #221a6c;
}

/* 按钮部分 */
.input-group > form > button {
  width: 290px;
  height: 40px;
  color: white;
  background-color: #ff5454;
  cursor: pointer;
  border-radius: 5px;
}
.input-group > form > button:hover {
  background-color: #e33333;
}
/* 输入框底部 */
.help {
  font-size: 12px;
  line-height: 40px;
}
.help span {
  color: #2279cb;
}
.help > a:last-of-type {
  float: right;
}
.help > a:hover {
  color: #335577;
}

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值