<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
.jixuan {
display: flex;
text-align: center;
}
.jixuan>div {
width: 50px;
height: 50px;
border-radius: 50%;
background-color: red;
display: flex;
align-items: center;
justify-content: center;
margin-top: 20px;
}
span {
width: 50px;
height: 50px;
border-radius: 50%;
background-color: rgba(89, 0, 255, 0.767);
display: flex;
align-items: center;
justify-content: center;
margin-left: 50px;
margin-top: 20px;
}
.redcc,
.bluecc,
.red,
.blue {
color: white;
font-size: 20px;
}
[type="button"] {
width: 80px;
height: 30px;
margin-top: 60px;
}
.draw {
color: pink;
font-weight: bolder;
font-size: 20px;
}
#e {
width: 80px;
height: 26px;
}
</style>
</head>
<body>
<div>中奬號碼</div>
<div class="jixuan zixuan1">
<div class="redcc"></div>
<div class="redcc"></div>
<div class="redcc"></div>
<div class="redcc"></div>
<div class="redcc"></div>
<div class="redcc"></div>
<span class="bluecc"></span>
</div>
<