jquery实现彩票双色球机选多选选择投注效果代码
代码语言:html
所属分类:布局界面
代码描述:jquery实现彩票双色球机选多选选择投注效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>彩票</title>
<style>
*{
margin:0;
padding:0;
-webkit-text-stroke-width: 0px;
-moz-text-stroke-width: 0px;
-o-text-stroke-width: 0px;
-ms-text-stroke-width: 0px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing:border-box;
}
body {
font-style: normal;
font-family: \5FAE\8F6F\96C5\9ED1,'Tahoma','Arial','Helvetica','sans-serif';
background-color:#FFF;
font-size: 12px;
color: #000;
}
a {
color: #000;
font-size: 12px;
text-decoration: none;
}
input,select,textarea {
vertical-align:middle;
width: auto;
outline: none;
border:0;
}
select {
appearance: normal;
-webkit-appearance: none;
-moz-appearance: none;
}
img {
vertical-align:middle;
border:0;
outline:none;
}
div, p, dl, dt, dd, ul, ol, li, h1,h2,h3,h4,h5,h6 {
display: block;
width: auto;
height: auto;
}
table {
width: 100%;
border-collapse: separate;
border-spacing:0px;
border: 0;
}
.ssq_area{
clear: both;
width: 800px;
overflow: hidden;
margin: 0 auto;
margin-top: 50px;
padding: 20px;
}
.select_ball_area{
clear: both;
width: 100%;
}
.redball_area{
float: left;
width:480px;
}
.redball_rule{
clear: both;
width: 100%;
height: 30px;
line-height: 30px;
overflow: hidden;
font-size: 14px;
color: #000;
text-align: center;
margin-bottom: 10px;
}
.redball_rule strong{
font-size: 15px;
color: red;
margin-right: 5px;
}
.redball_selected_area{
clear: both;
width: 100%;
overflow: hidden;
padding-left: 40px;
position: relative;
}
.redball_selected_area dt{
float: left;
width: 50px;
height: 50px;
overflow: hidden;
position: absolute;
z-index: 1;
top: 0px;
left: 0px;
}
.redball_selected_area dt p{
clear: both;
width: 30px;
height: 20px;
line-height: 18px;
overflow: hidden;
font-size: 14px;
color: #000;
background-color: #ccc;
margin: 5px 0px;
text-align: center;
}
.redball_selected_area dt span{
clear: both;
width: 30px;
overflow: hidden;
font-size: 14px;
color: #000;
text-align: center;
}
.redball_selected_area dd{
float: left;
width: 40px;
height: 50px;
overflow: hidden;
margin-bottom: 15px;
text-align: center;
}
.redball_selected_area dd p{
clear: both;
width: 30px;
height: 30px;
line-height: 28px;
overflow: hidden;
border: 1px solid #333;
border-radius: 20px;
background-color:#eee;
font-size: 16px;
color:#333;
font-weight: bold;
margin: 0 auto;
text-align: center;
cursor: pointer;
}
.redball_selected_area dd p.active1{
background-color: red;
color:#fff;
}
.redball_selected_area dd span{
clear: both;
width: 100%;
overflow: hidden;
font-size: 14px;
color:#ccc;
text-align: center;
}
.blueball_area{
float: left;
width:240px;
margin-left: 20px;
}
.blueball_rule{
clear: both;
width: 100%;
height: 30px;
line-height: 30px;
overflow: hidden;
font-size: 14px;
color: #000;
text-align: center;
margin-bottom: 10px;
}
.blueball_rule strong{
font-size: 15px;
color: blue;
margin-right: 5px;
}
.blueball_area ul{
clear: both;
width: 100%;
overflow: hidden;
}
.blueball_area ul li{
float: left;
width: 40px;
height: 50px;
overflow: hidden;
margin-bottom: 15px;
text-align: center;
}
.blueball_area ul li p{
display: block;
clear: both;
width: 30px;
height: 30px;
line-height: 28px;
overflow: hidden;
border: 1px solid #333;
border-radius: 20px;
background-color:#eee;
font-size: 16px;
color:#333;
font-weight: bold;
margin: 0 auto;
text-align: center;
cursor: pointer;
}
.blueball_area ul li p.active2{
background-color: blue;
color:#fff;
}
.blueball_area ul li span{
clear: both;
width: 100%;
overflow: hidden;
font-size: 14px;
color:#ccc;
text-align: center;
}
.blueball_area ul li.selectall_box{
float: left;
width: 40px;
height: 25px;
line-height: 23px;
overflow: hidden;
border: 1px solid #ccc;
background-color: #eee;
font-size: 14px;
color: #000;
margin-top: 5px;
margin-left: 10px;
cursor: pointer;
}
.blueball_area ul li.selectall_box:hover{
color: red;
}
.machine_redselected_area{
clear: both;
width: 100%;
}
.machine_redselected_area dl{
float: left;
width: 45px;
position: relative;
}
.machine_redselected_area dl dt{
clear: both;
width: 100%;
height: 25px;
border: 1px solid #000;
padding: 2px;
}
.machine_redselected_area dl dt em{
float: left;
width: 55%;
height: 21px;
line-height: 21px;
overflow: hidden;
font-size: 14px;
color: #000;
text-align: center;
font-style:no.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0