Pro/public/static/console/css/main.css
2026-02-25 01:50:31 +08:00

28 lines
2.6 KiB
CSS

*{padding:0; margin:0; border:0}
body{background-image: url(../images/back.jpg);}
.main{width:1600px; height:auto; margin:0 auto;}
.header{overflow:hidden; margin-top: 6%;}
.header_left{color: #0e912b;float: left;font-size: 26px;width: 260px;}
.header_right{float: left; font-size: 16px; text-align:center;}
.type-one{color :black; background-image: url(../images/back-two.png);float: left; width:139px; height: 37px; line-height: 37px; border-top-left-radius:12px; border-bottom-left-radius:12px;}
.type-two{color :white;background-image: url(../images/back-one.png);float: left; width:139px; height: 37px; line-height: 37px;}
.type-three{color :black;background-image: url(../images/back-two.png);float: left; width:139px; height: 37px; line-height: 37px;}
.type-four{color :white;background-image: url(../images/back-one.png);float: left; width:139px; height: 37px; line-height: 37px; border-top-right-radius:12px; border-bottom-right-radius:12px;}
.second-one-button{cursor:pointer;}
.second-one-button img{width: 30px;padding: 10px 15px 0px 15px;}
.second{margin-top:4%;overflow:hidden;}
.second-one{width: 160px;background-color: black;border:1px solid #696969;color: white;float: left;margin-right:35px;overflow: hidden;height: 48px;}
.second-one .second-one-word{padding: 8px 20px;border-bottom:1px solid #696969;cursor:pointer;}
.second-one .second-one-word:hover{background-color: #10571F;}
.second-two{float: left;margin-left: 2%;border:2px dashed #10571F;width: 540px;background-color: #333132;border-radius: 10px;}
.video{padding: 7px;}
.video img{width: 100%;}
.second-three{float: left; margin-left: 140px; font-size: 20px; width:230px; overflow:hidden;}
.second-three .begin-button{color: white; background-color: #1EB848; border:5px solid #0F0F0F; border-radius: 10px; margin-top: 160px; cursor:pointer; height:60px; line-height:60px; text-align:center;}
.second-four{float: left; margin-left: 140px; width: 300px; height: 400px; background-color: rgba(66, 64, 65, 0.7); border-radius:10px;}
.submit-table{margin-top:50px; width:1600px;}
.submit-table td{text-align:center; padding:0; margin:0;}
.submit-table .result-btn,.submit-table .result-btn-pair{display:inline-block; width:310px; height:60px; overflow:hidden; background:#ccc; color:#fff; text-align:center; line-height:60px; cursor:pointer;}
.submit-table #dosubmit{display:inline-block; margin-top:20px; width:310px; height:60px; text-align:center; line-height:60px; background:#f00; color:#fff; cursor:pointer;}
.second-four #betstatus{line-height:100px; margin:0; text-align:center; color:#fff; font-size:24px;}
.second-four #opening_result{line-height:100px; margin:0; text-align:center; color:#fff; font-size:36px;}