2017-10-04 69 views

回答

0

如果您的按鈕有ID fixedbutton。您可以在CSS中將其指定爲:

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