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.
30 lines
464 B
30 lines
464 B
.button { |
|
padding: 0; |
|
line-height: 1; |
|
background-color: transparent; |
|
&::after { |
|
border: none; |
|
outline: none; |
|
} |
|
} |
|
|
|
.popup1 { |
|
position: relative; |
|
width: 580rpx; |
|
height: 590rpx; |
|
box-sizing: border-box; |
|
.bg { |
|
width: 100%; |
|
height: 100%; |
|
} |
|
.sure { |
|
position: absolute; |
|
width: 100%; |
|
bottom: 40rpx; |
|
left: 0; |
|
text-align: center; |
|
font-size: 32rpx; |
|
color: rgba(0, 180, 197, 1); |
|
line-height: 48rpx; |
|
} |
|
}
|
|
|