display.html
503 Bytes
<html>
<head>
</head>
<body>
<div style="position:relative;">
<div id = "002" style="display: flex"><div style="z-index:10;width:100px ;height:50px;background:blue;">z-index</div></div>
<div id = "001"><img src="./jquery/img/1.jpg" style="width:100px ;height:50px;background:red; position:absolute;top:20px"/></div>
</div>
<script>
var activityPrice = 123;
var a = (activityPrice%100-activityPrice%10)/10;
var b = activityPrice%10;
console.log("a",a)
console.log("b",b)
</script>
</div>
</body>
</html>