index.less 249 B

123456789101112131415
  1. @import "~@less/variables.less";
  2. .more{
  3. color:@blue;
  4. font-size: 12px;
  5. cursor: pointer;
  6. white-space: nowrap;
  7. /*float: right;*/
  8. position: absolute;
  9. right: 0;
  10. background: #fff;
  11. img{
  12. vertical-align: text-top;
  13. width: 15px;
  14. }
  15. }