You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.2 KiB
64 lines
1.2 KiB
.play_container { |
|
width: 100vw; |
|
height: 100vh; |
|
background-color: #f1f8fd; |
|
padding: 0 31rpx; |
|
box-sizing: border-box; |
|
.play_footer { |
|
.play_footer_botton { |
|
width: 100%; |
|
height: 106rpx; |
|
background: #121836; |
|
border-radius: 15rpx 15rpx 15rpx 15rpx; |
|
opacity: 1; |
|
color: #ffffff; |
|
font-size: 34rpx; |
|
font-weight: 600; |
|
} |
|
padding-bottom: env(safe-area-inset-bottom); |
|
} |
|
.play_cards { |
|
margin-top: 98rpx; |
|
.play_card { |
|
width: 100%; |
|
background: #ffffff; |
|
box-shadow: 0rpx 3rpx 10rpx 0rpx rgba(221, 221, 221, 0.502); |
|
border-radius: 10rpx 10rpx 10rpx 10rpx; |
|
opacity: 1; |
|
padding: 50rpx 40rpx; |
|
box-sizing: border-box; |
|
margin-bottom: 20rpx ; |
|
.play_card_top { |
|
image { |
|
width: 38rpx; |
|
height: 38rpx; |
|
margin-right: 25rpx; |
|
} |
|
.play_card_top_name { |
|
font-size: 28rpx; |
|
color: #333333; |
|
} |
|
.play_card_top_balance { |
|
font-size: 22rpx; |
|
color: #476ffa; |
|
} |
|
} |
|
} |
|
} |
|
.play_header { |
|
width: 100%; |
|
margin-top: 140rpx; |
|
text-align: center; |
|
.play_header_tiem { |
|
font-size: 24rpx; |
|
color: #999999; |
|
text-align: center; |
|
} |
|
.play_header_price { |
|
font-size: 58rpx; |
|
color: #fe0505; |
|
font-weight: 600; |
|
text-align: center; |
|
} |
|
} |
|
}
|
|
|