after

 

 

  .pay-type_select-after,
  .amount-item_select-after {
    padding: 0;
    border: @wx-width-one_unit solid @color-main_blue;
    @v: @wx-width-one_unit*24;
    &:after {
      display: block;
      float: right;
      content: "√";
      background-color: @color-main_blue;
      color: #fff;
      border-radius: 50%; 
      font-size: @v;
    }
  }

 

posted @ 2018-10-03 09:28  papering  阅读(188)  评论(0编辑  收藏  举报