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.

16 lines
269 B
Plaintext

2 years ago
@import "../index/index.wxss";
2 years ago
page{
background-color: #fff;
}
2 years ago
.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;
}