You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
524 B
Plaintext

2 years ago
@import "../index/index.wxss";
.goback {
position: absolute;
color: #000;
left: 0px;
/* top: 40px; */
transform: translateY(-50%);
margin-left: 5px;
height: 24px;
font-size: 24px;
font-weight: 400;
z-index: 99999;
}
button.loginOut{
width: 260px !important;
height: 48px;
font-weight: 500;
border-radius: 25px;
font-size: 18px;
padding: 0;
color: #ffffff;
line-height: 48px;
}
button.wxBtn {
background-color: #fff !important;
color: var(--color-ysd);
border: 1px solid var(--color-ysd);
}