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.
23 lines
458 B
Plaintext
23 lines
458 B
Plaintext
/* pages/jobDetail/idCardEdit/index.wxss */
|
|
.weui-cells:before {
|
|
border-top: 0;
|
|
}
|
|
button.dtBtn{
|
|
display: block;
|
|
text-align: center;
|
|
border-radius: 18px;
|
|
font-size: 16px;
|
|
font-weight: 601;
|
|
padding: 0;
|
|
color: #ffffff;
|
|
background-color: var(--color-be);
|
|
width: 260px;
|
|
height: 42px;
|
|
line-height: 42px;
|
|
box-sizing: border-box;
|
|
margin: 42px auto;
|
|
|
|
}
|
|
.button-hover[type="primary"]{
|
|
background-color: #00aaaa;
|
|
} |