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.
22 lines
313 B
22 lines
313 B
|
|
page{ |
|
background: #f5f5f5; |
|
} |
|
.code-view{ |
|
position: absolute; |
|
left: calc(50% - 50rpx); |
|
top: calc(50% - 60rpx); |
|
width: 100rpx; |
|
height: 100rpx; |
|
} |
|
.code-text{ |
|
position: absolute; |
|
width: 100rpx; |
|
text-align: center; |
|
font-size:10.41rpx; |
|
left: calc(50% - 50rpx); |
|
top: calc(50% + 60rpx); |
|
display: block; |
|
} |
|
|
|
|
|
|