123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- .page{
- width: 750rpx;
- min-height: 100vh;
- background-image: url("../../static/img/DM_20240409173533_003.jpg");
- background-size: contain ;
- background-repeat: no-repeat;
- background-color: #fc0500;
- padding: 1rpx 0;
- }
- .bg {
- width: 100%;
- height: 100%;
- }
- .content{
- width: 686rpx;
- height: 968rpx;
- margin-left: 32rpx;
- margin-top: 290rpx;
- background: #FFFFFF;
- border-radius: 30rpx;
- overflow: hidden;
- }
- .record{
- color: #ff6f91;
- padding: 20rpx;
- font-size: 35rpx;
- }
- .record-left{
- margin-right: 20rpx;
- }
- .count{
- background-image: linear-gradient(45deg, #fa7b12,#ed4f39);
- width: 500rpx;
- height: 80rpx;
- border-radius: 40rpx;
- line-height: 80rpx;
- text-align: center;
- margin-left: 93rpx;
- margin-top: 20rpx;
- color: white;
- }
- .roll{
- flex: 1;
- margin-top: 20rpx;
- overflow: hidden;
- }
- .rule{
- width: 140rpx;
- height: 80rpx;
- border-top-right-radius: 40rpx;
- border-bottom-right-radius: 40rpx;
- position: fixed;
- top: 28vh;
- background: #ffc000;
- z-index: 100;
- line-height: 80rpx;
- text-align: center;
- font-size: 35rpx;
- font-weight: 500;
- color: white;
- }
- .result{
- width: 500rpx;
- background: white;
- border-radius: 20rpx;
- }
- .winningResultView{
- position: relative;
- }
- .winning{
- width: 500rpx;
- font-size: 50rpx;
- font-weight: bold;
- color: white;
- text-align: center;
- position: absolute;
- top: 30%;
- left: 0;
- }
- .winningTitleBac{
- width: 500rpx;
- }
- .ox{
- width: 80rpx;
- height: 80rpx;
- }
|