26 lines
431 B
Plaintext
Raw Normal View History

2025-07-10 16:27:08 +08:00
/* pages/user/sign.wxss */
.button-hover {
background-color: none;
}
button {
padding: 0;
margin: 0;
border-radius: 0;
background: none;
line-height: normal;
}
button::after {
content: none;
}
.baomica {
background: linear-gradient(#25ca9f,#2ebcc0);
width: 257rpx;
height: 73rpx;
border-radius: 50rpx;
display: flex;
justify-content: center;
align-items: center;
color: #ffffff;
font-size: 34rpx;
}