@ -1,17 +1,42 @@
html , body {
html , body {
height : 100 % ;
height : 100 % ;
background-image : url( "../../../assets/images/backgroud.png" ) ;
//background-size : 99 % 99 % ;
}
. head {
width : 100 % ;
height : 50 px ;
/ * background-image : url ( " ../../../assets/images/head.png " ) ;
width : 50 % ; * /
img {
width : 100 % ;
height : 100 % ;
}
span {
position : relative ;
bottom : 70 % ;
left : 45 % ;
font-size : 28 px ;
background : linear-gradient ( #ff4b27 , #ff6e41 ) ;
-webkit-background-clip : text ;
color : transparent ;
-webkit-text-fill-color : transparent ;
text-fill-color : transparent ;
}
}
}
. mainbox {
. mainbox {
width : 95 % ;
width : 99 % ;
height : 95 % ;
height : 90 % ;
padding : 0 .125 rem 0 .125 rem 0 ;
padding : 0 .125 rem 0 .125 rem 0 ;
display : flex ;
display : flex ;
/ * background-attachment : fixed ;
background-repeat : no-repeat ; * /
}
}
. centerLeft {
. centerLeft {
background-color : aliceblue ;
float : left ;
float : left ;
height : 100 % ;
height : 100 % ;
width : 100 % ;
width : 100 % ;
@ -23,20 +48,21 @@
box-sizing : border-box ;
box-sizing : border-box ;
margin : 0 0 ;
margin : 0 0 ;
. tanCenterbtn {
. tanCenterbtn {
width : 100 % ;
width : 350 px ;
height : 100 % ;
height : 100 % ;
border : 1 px solid #30bbec ;
border : 1 px solid #ECEDEE ;
display : flex ;
display : flex ;
flex-direction : column ;
flex-direction : column ;
user-select : none ;
user-select : none ;
background-size : 100 % 100 % ;
background-size : 100 % 100 % ;
span {
span {
color : #000 ;
z-index : 99 ;
z-index : 99 ;
width : 35 0 px ;
width : 30 0 px ;
height : 50 px ;
height : 50 px ;
cursor : pointer ;
cursor : pointer ;
border-bottom : 1 px solid #30bbec ;
border-bottom : 1 px solid #ECEDEE ;
padding : 8 px ;
padding : 8 px 24 px ;
text-align : center ;
text-align : center ;
font-size : 24 px ;
font-size : 24 px ;
}
}
@ -44,7 +70,8 @@ span{
}
}
. colum {
. colum {
height : 85 % ;
height : 85 % ;
//width : 100 % ;
width : 350 px ;
margin-top : 52 px ;
display : table-cell ;
display : table-cell ;
vertical-align : middle ;
vertical-align : middle ;
text-align : center ;
text-align : center ;
@ -54,14 +81,38 @@ span{
//padding-top : 50 % ;
//padding-top : 50 % ;
}
}
}
}
. zhuan {
width : 500 px ;
margin-left : 160 px ;
margin-top : 10 % ;
}
. stop {
. stop {
pointer-events : none ;
pointer-events : none ;
}
}
. button {
height : 48 px ;
width : 130 px ;
background-color : transparent ;
border-radius : 4 px ;
border : 1 px solid #ECEDEE ;
color : white ;
padding : 12 px 32 px ;
text-align : center ;
text-decoration : none ;
display : inline-block ;
font-size : 16 px ;
margin : 4 px 2 px ;
cursor : pointer ;
}
. chongzhi {
position : relative ;
top : 85 % ;
right : 17 % ;
}
/ / 选择后加背景色
/ / 选择后加背景色
. beijicolor {
. beijicolor {
background-color : #F7BA2A ;
background-color : #FE693E ;
}
}
body , ul , ol , li , p , h1 , h2 , h3 , h4 , h5 , h6 , form , fieldset , table , td , img , div { margin : 0 ; padding : 0 ; border : 0 ; }
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 : 12 px ; font-family : " Microsoft YaHei " }
body{color : #333 ; font-size : 12 px ; font-family : " Microsoft YaHei " }
@ -73,16 +124,16 @@ span{
. clear { clear : both ; }
. clear { clear : both ; }
/* 大转盘样式 */
/* 大转盘样式 */
. banner { max-height : 650 px ;
. banner { // max-height: 650 px ;
display : block ;
display : block ;
width : 95 % ;
width : 95 % ;
max-width : 650 px ;
// max-width: 650 px ;
margin-left : auto ;
margin-left : auto ;
margin-right : auto ;
margin-right : auto ;
margin-bottom : 20 px ;
margin-bottom : 20 px ;
}
}
. banner . turnplate { display : block ; width : 100 % ; position : relative ; }
. banner . turnplate { display : block ; width : 100 % ; position : relative ; }
. banner . turnplate canvas . item { width : 100 % ; }
. banner . turnplate canvas . item { width : 100 % ; height : 100 % ; }
. banner . turnplate img . pointer { position : absolute ; width : 31 .5 % ; height : 42 .5 % ; left : 34 .6 % ; top : 23 % ; }
. banner . turnplate img . pointer { position : absolute ; width : 31 .5 % ; height : 42 .5 % ; left : 34 .6 % ; top : 25 % ; }