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.
19 lines
325 B
Plaintext
19 lines
325 B
Plaintext
@import "../index/index.wxss";
|
|
page{
|
|
background-color: #f00 !important;
|
|
}
|
|
.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;
|
|
}
|
|
.jobOne:last-child{
|
|
margin-bottom: 60px;
|
|
} |