34 lines
969 B
CSS
34 lines
969 B
CSS
@charset "utf-8";
|
|
/* 抽奖页面样式*/
|
|
|
|
/*页面全局设定*/
|
|
body {font-size:12px; background:#383838;}
|
|
* {margin:0; padding:0; font-family:Arial, "微软雅黑", sans-serif;white-space:normal;}
|
|
ul,li {list-style:none;}
|
|
*:focus {outline: none;}
|
|
|
|
/*头部框样式*/
|
|
.row-topbox img{ width:100%; height:auto;}
|
|
|
|
|
|
/*抽奖框样式*/
|
|
.row-lotterybox{ width:282px; height:auto;}
|
|
.row-lotterybox li{ float:left; margin:0 0 4px 4px;}
|
|
.row-lotterybox li img{ display:block;width:90px; height:90px;}
|
|
.row-lotterybox .btn-start{ width:90px; height:90px;}
|
|
.row-lotterybox .lottery{opacity:0.4;}
|
|
.row-lotterybox .active{opacity:1!important;}
|
|
|
|
|
|
/*底部样式*/
|
|
.row-bottombox {z-index:8;margin-top:8px;}
|
|
.row-bottombox-body{line-height:25px; padding-top:15px;padding-bottom: 30px;}
|
|
|
|
|
|
/*扫描层样式*/
|
|
.row-description{ width:98%; height:auto; margin:0 auto; border-radius:4px; padding:30px 0 20px 0; display:none;}
|
|
.row-description button{width:96px; height:96px;}
|
|
|
|
|
|
|