26 lines
431 B
Plaintext
26 lines
431 B
Plaintext
|
/* 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;
|
||
|
}
|