20 lines
321 B
Plaintext
20 lines
321 B
Plaintext
|
|
element.style {
|
|
}
|
|
.inspect_add_to_copy {
|
|
position: fixed;
|
|
right: 30rpx;
|
|
bottom: 250rpx;
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
border-radius: 50%;
|
|
background: #273252;
|
|
text-align: center;
|
|
font-size: 26rpx;
|
|
color: #b0ccf5;
|
|
}
|
|
|
|
.inspect_add_to_copy image {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
} |