30 lines
525 B
Plaintext
30 lines
525 B
Plaintext
/* packageH/signPage/component/sign_button.wxss */
|
|
@import "/mycss/stylesheet.wxss";
|
|
@import "/mycss/iconfont.wxss";
|
|
|
|
.fixed-box {
|
|
position: fixed;
|
|
bottom: 0.5rem;
|
|
left: 5%;
|
|
color: #fff;
|
|
background: #518bff;
|
|
border-radius: 20px;
|
|
display: flex;
|
|
box-shadow: 0 0.25rem 0.5625rem 0.0625rem rgba(0, 0, 0, 0.06);
|
|
}
|
|
|
|
.fixed-item {
|
|
padding: 2px 12px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.fixed-item:first-child {
|
|
border-right: 1px solid #fff;
|
|
}
|
|
|
|
.iconfont {
|
|
font-size: 18px;
|
|
}
|