123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- /* 大转盘样式 */
- .banner {
- display: block;
- width: 100%;
- bottom: 0;
- padding: 8px 0 20px 0;
- position:relative;
- }
- .banner .turnplate {
- display: block;
- width: 90vw;
- position: relative;
- margin: 0 auto;
- padding: 5vw;
- background-image: url(../images/lottery/bg_turntable_gold.png);
- background-size: 100% 100%;
- }
- .banner .turnplate canvas.item {
- width: 100%;
- }
- .banner .turnplate img.pointer {
- position: absolute;
- width: 34%;
- height: 34%;
- left: 33%;
- top: 34%;
- }
- .tabBox {
- position: relative
- }
- /* tab切换 */
- .bgbox {
- /* width: 500px; */
- color: #FFFFFF;
- margin: 0 auto;
- }
- .tabbox .boxlist {
- margin-top: 10px;
- }
- .clearfix {
- clear: both;
- }
|