酒店预订平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
287 B

  1. #tooling{
  2. float: right;
  3. }
  4. .clear{
  5. display: block;
  6. width: 13px;
  7. height: 13px;
  8. position: absolute;
  9. opacity: 0.6;
  10. z-index: 100;
  11. top: 50%;
  12. right: 26px;
  13. margin-top: -10px;
  14. cursor: pointer;
  15. }
  16. .clear > i{
  17. font-size: 1.5em;
  18. }
  19. .clear > i:hover{
  20. color: hsl(0, 0%, 75%);
  21. }