You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

88 lines
1.6 KiB

html, body {
height: 100%;
}
.mainbox {
width: 95%;
height: 95%;
padding: 0.125rem 0.125rem 0;
display: flex;
}
.centerLeft{
float: left;
height: 100%;
width: 100%;
position: relative;
flex-direction: column;
flex: 2%;
display: flex;
align-items:center;
box-sizing: border-box;
margin: 0 0;
.tanCenterbtn{
width: 100%;
height: 100%;
border: 1px solid #30bbec;
display: flex;
flex-direction: column;
user-select: none;
background-size:100% 100%;
span{
z-index:99;
width: 350px;
height: 50px;
cursor:pointer;
border-bottom:1px solid #30bbec;
padding: 8px ;
text-align: center;
font-size: 24px;
}
}
}
.colum{
height: 85%;
//width: 100%;
display:table-cell;
vertical-align:middle;
text-align: center;
span{
font-size: 24px;
//padding-top: 50%;
}
}
.stop{
pointer-events: none;
}
//选择后加背景色
.beijicolor{
background-color: #F7BA2A ;
}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}
body{color:#333; font-size:12px;font-family:"Microsoft YaHei"}
ul,ol{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
input{ font-size:12px;}
a{ text-decoration:none; color:#000;}
a:hover{color:#c00; text-decoration:none;}
.clear{clear:both;}
/* 大转盘样式 */
.banner{max-height: 650px;
display: block;
width: 95%;
max-width: 650px;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}
.banner .turnplate{display:block;width:100%;position:relative;}
.banner .turnplate canvas.item{width:100%;}
.banner .turnplate img.pointer{position:absolute;width:31.5%;height:42.5%;left:34.6%;top:23%;}