表单文件域跟图像域-制用用户信息注册页面

<!DOCTYPE html>
<html lang="zh-cn">
<head>
    <meta charset="utf-8">
    <title>表单文件域跟图像域-制用用户信息注册页面</title>
    <link href="css/style.css" type="text/css" rel="stylesheet"/>
</head>
<body>
<div id="mr-bg">
    <h2>用户信息注册</h2>
    <form action="index.html" method="get" name="regist" enctype="application/x-www-form-urlencoded" target="_self">
        <div class="mr-box">
            <label><input type="file"/></label>
            <label><input type="image" src="images/btn.jpg"/></label>
        </div>
    </form>
</div>
</body>
</html>
@charset "utf-8";
/**css document*/
* { /*通配选择器,清除所有标签默认样式*/
    padding: 0;
    margin: 0;
}

#mr-bg { /*id选择器,设置整体背景样式*/
    width: 800px;
    height: 600px;
    margin: 20px auto;
    border: 1px solid rgb(255, 0, 0);
    background: url("../images/bg.png");
}

h2 { /*标签选择器,设置标题样式*/
    margin: 60px 0 20px;
    text-align: center;
}

.mr-box { /*类选择器,设置用户注册内容样式*/
    width: 554px;
    height: 462px;
    margin-left: 150px;
    background: url("../images/4-9.png");
    position: relative;
}

.mr-box [type="file"] { /*属性选择器,设置文件上传控件位置*/
    padding-left: 175px;
    margin-top: 100px;
}

[type="image"] { /*属选择器,设置图像域上传控件位置*/
    position: absolute;
    top: 427px;
    left: 282px;
}

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值