Files
jdt-game/src/pages/aoshi/index/index.scss
2023-12-30 21:12:28 +08:00

216 lines
4.1 KiB
SCSS

.taro_page {
// background-color: #fff !important;
background-image: url('../static/bj.png');
background-size: 100% 100%;
}
.container {
font-size: 30px;
padding: 30px;
box-sizing: border-box;
.header {
display: flex;
justify-content: space-between;
align-items: center;
color: #fff;
.right {
display: flex;
.btn {
padding: 5px 10px;
border: 1px solid #fff;
border-radius: 10px;
&:active {
color: #a6a6a6;
}
}
.btn:nth-child(2) {
margin-left: 10px;
}
}
}
.user-info {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 40px;
padding: 20px;
background-color: #ff0606;
color: #fff;
border-radius: 26px;
.left {
display: flex;
align-items: center;
.avatar {
margin-right: 20px;
width: 100px;
height: 100px;
image {
border-radius: 50%;
}
}
}
.right {
width: 200px;
height: 80px;
background-color: rgba(255, 255, 255, 0.4);
border-radius: 40px;
text-align: center;
line-height: 80px;
font-size: 40px;
display: flex;
align-items: center;
justify-content: space-around;
.image {
width: 50px;
height: 50px;
background-image: url('../../../static/dz.png');
background-size: 100% 100%;
}
}
.game_btn {
padding: 10px;
background: linear-gradient(0deg, #ff9600, #feec89);
border-radius: 34px;
color: #ff0606;
font-weight: bold;
text-align: center;
}
}
.turntable {
margin: 30px auto;
background-image: url('../static/zpbj.png');
background-size: 100% 100%;
position: relative;
.num-box {
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 80px;
margin: auto;
.item {
height: 240px;
text-align: center;
line-height: 240px;
font-size: 80px;
font-weight: bold;
border: 5px solid #833e16;
}
.item:nth-child(1) {
width: 48%;
// height: 240px;
border-radius: 100px 30px 30px 30px;
}
.item:nth-child(2) {
width: 48%;
// height: 240px;
border-radius: 30px 100px 30px 30px;
}
.item:nth-child(3) {
flex: 1;
// height: 240px;
border-radius: 30px 30px 100px 100px;
}
}
.bet-btn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 170px;
height: 170px;
background: #fbdd36;
border: 5px solid #b72100;
border-radius: 57px;
color: #ff0606;
font-size: 60px;
font-weight: bold;
text-align: center;
line-height: 1.4;
}
}
.kj-box {
background-color: #ff0606;
border-radius: 26px;
padding: 20px 30px;
margin-top: 20px;
color: #fff;
.title {
font-size: 35px;
font-weight: bold;
.num {
color: #fbdd36;
}
}
.title-sub {
text-align: center;
margin-top: 10px;
font-size: 40px;
display: flex;
.item {
width: 50px;
height: 50px;
line-height: 50px;
margin-right: 20px;
}
.item:nth-child(1) {
font-weight: bold;
color: #fbdd36;
}
.item:nth-child(2) {
font-weight: bold;
color: #fbdd36;
}
}
}
.countdown {
margin: 30px auto;
width: 100%;
height: 100px;
background-color: #fbdd36;
text-align: center;
line-height: 100px;
border-radius: 38px;
border: #ff0606 5px solid;
color: #ff0606;
font-size: 40px;
font-weight: bold;
}
.bet-opt {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
.item {
width: 200px;
height: 100px;
// border: 1px solid #ff0000;
border-radius: 26px;
margin-bottom: 20px;
text-align: center;
line-height: 100px;
color: #843e16;
}
}
}