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.
48 lines
999 B
Plaintext
48 lines
999 B
Plaintext
@import "/pages/goodJob/index.wxss";
|
|
page{
|
|
background-color: #fff;
|
|
}
|
|
|
|
.newBtn.quxiao{
|
|
background-color: #fff;
|
|
color:var(--color-ysd);
|
|
}
|
|
.wta2{
|
|
height:auto;min-height:23px;border-radius: 8rpx;margin-top: 16px;
|
|
}
|
|
.btmFix{
|
|
position: fixed;
|
|
z-index: 999;
|
|
/* margin-top: 24px;
|
|
position: relative; */
|
|
background-color: #fff !important;
|
|
height: 88px;
|
|
box-shadow: 0px -2px 4px 0px rgba(218,218,218,0.50);
|
|
/* margin-bottom: 24px; */
|
|
}
|
|
|
|
.btmFix button {
|
|
height: 36px;
|
|
font-size: 16px;
|
|
line-height: 36px;
|
|
}
|
|
.resetBtn{
|
|
border:1rpx solid var(--color-be);
|
|
/* background-color: var(--color-be); */
|
|
color: var(--color-be);
|
|
}
|
|
button.loginOut{
|
|
background-color: var(--color-be);
|
|
}
|
|
button.loginOut.behover{
|
|
background-color: var(--color-behover);
|
|
}
|
|
.w98 button.resetBtn,.w98 button.loginOut{
|
|
width:98px !important;
|
|
}
|
|
.btmFix > view {
|
|
margin-top: 16px;
|
|
align-items: baseline;}
|
|
button.loginOut.behover,button.loginOut:active{
|
|
background-color: var(--color-behover);
|
|
} |