function dip(y){
y.style.background='red'
y.style.borderRadius="50px"
y.style.width='200px'
y.style.height="200px"
y.style.fontSize='30px'
}
</script>
<!-- 姓名:<input type="text" name="" onfocus="text1(this)"> -->
<div style="width:100px;height:100px;border:1px solid #000" onclick="dip(this)" ="">111</div>