index.less 1.03 KB
Newer Older
熊成伟's avatar
熊成伟 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
@import '../../variable.less';

.breadBox{
  padding:15px 20px;
  font-size: 14px;
  background-color: #fff;
  line-height: 1.5;
}
.currentLink{
  color:@primary;
}
.adMainBox{
  padding:10px 18px;
}
.adListBox{
  padding:15px;
  background-color: #fff;
  border:0px solid rgba(0, 0, 0, 0.1);
  border-radius:5px;
}
.adListBox{
  li{
    margin-bottom:10px ;
    border-bottom: 1px solid @grayLight;
    &:last-child{
      padding-top: 0;
      border-bottom: none;
    }
  }
  .titleBar{
    font-size: 16px;
    padding-top: 0;
  }
  .adContent{
    padding:15px 0;
  }
}
.peopleList{
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
  align-items:center;
  padding:10px 0;
}
.peopleList .subItem{
  flex:1;
  font-size: 14px;
}
.peopleList > p:last-child{
  text-align: right;
}
.partList{
  li{
    &:extend(.peopleList);
    border-bottom: 1px solid @grayLight;
    margin-bottom: 0;
    line-height: 1.5;
    padding:15px 5px !important;
  }
  p:nth-child(1){
    font-size: 14px;
  }
  .icon18{
    margin-bottom: -4px;
  }
}