27 lines
500 B
Plaintext
27 lines
500 B
Plaintext
|
.draw-all.data-v-a7ccf45b {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
overflow: hidden;
|
||
|
position: relative;
|
||
|
}
|
||
|
.draw-all .button-father.data-v-a7ccf45b {
|
||
|
position: absolute;
|
||
|
bottom: 150rpx;
|
||
|
left: 50%;
|
||
|
transform: translateX(-50%);
|
||
|
width: 100%;
|
||
|
height: 400rpx;
|
||
|
display: flex;
|
||
|
flex-wrap: wrap;
|
||
|
}
|
||
|
.white-ball.data-v-a7ccf45b {
|
||
|
background-color: #fff;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
width: 120rpx;
|
||
|
height: 120rpx;
|
||
|
margin: 30rpx;
|
||
|
border-radius: 50%;
|
||
|
}
|