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
438 B
CSS
23 lines
438 B
CSS
page {
|
|
background-color: #f5f5f5;
|
|
}
|
|
.container {
|
|
padding: 10px;
|
|
padding-top: 0;
|
|
}
|
|
.text-hover {
|
|
color: #666;
|
|
}
|
|
.normalBtn {
|
|
width: 260px !important;
|
|
height: 42px;
|
|
line-height: 42px;
|
|
color: #fff;
|
|
border-radius: 999px;
|
|
}
|
|
.borderImg {
|
|
border-image: url('http://matripe.oss-cn-beijing.aliyuncs.com/goodJob/wmk.svg') 4 fill / 6px;
|
|
border-image-width: 6px 0 0 0;
|
|
clip-path: inset(0 round 8px);
|
|
}
|