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.
17 lines
292 B
CSS
17 lines
292 B
CSS
|
1 year ago
|
@import '../index/index.css';
|
||
|
|
page {
|
||
|
|
background-color: #fff;
|
||
|
|
}
|
||
|
|
.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;
|
||
|
|
}
|