@import "../../../../utils/default";

.operate {
  text-align: right;
   .item {
     padding: 0 10px;
     cursor: pointer;
     color: @home-main-color;
     &:hover {
       text-decoration: underline;
     }
   }
  .second {
    margin: 0!important;
    cursor: pointer;
    color: @home-main-color;
    &:hover {
      text-decoration: underline;
    }
  }
  .text_explode {
    background-color: #CCC;
    font-weight: normal;
    margin: 4px 4px;
    vertical-align: top;
    display: inline-block;
    height: 12px;
    width: 2px;
  }
}
