index.less 262 B

12345678910111213141516
  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. bottom: 0;
  11. background: #fff;
  12. img{
  13. vertical-align: text-top;
  14. width: 15px;
  15. }
  16. }