2017-10-04 110 views

回答

0

如果您的按钮有ID fixedbutton。您可以在CSS中将其指定为:

#fixedbutton { 
    position: fixed; 
    bottom: 0px; 
    right: 0px; 
}