Skip to content
change-apply-list.scss 497 B
Newer Older
wangqinghua's avatar
wangqinghua committed
page-change-apply-list {
  .duty{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    background-color: #fff;
  }
  .duty div{
    width: 50%;
    text-align: center;
    position: relative;
  }
  .duty-title{
    position: relative;
    color: #24bafc;
  }
  .duty-title::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #24bafc;
    bottom: -12px;
    left: 0px;
  }
}