31 lines
468 B
Plaintext
31 lines
468 B
Plaintext
/* packageE/backup/backup.wxss */
|
|
.component-wrapper {
|
|
display: flex;
|
|
justify-content: center;
|
|
width: 100vw;
|
|
}
|
|
|
|
.fixed-box {
|
|
position: fixed;
|
|
top: 114px;
|
|
z-index: 2;
|
|
}
|
|
|
|
.fixed-box .btn {
|
|
width: 50px;
|
|
height: 50px;
|
|
border-radius: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: absolute;
|
|
flex-direction: column;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.fixed-box .btn .img {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 50%;
|
|
}
|