我想將發送按鈕排列在右側。但它不起作用。浮動在CSS中的權利屬性不起作用
CSS:
input.textarea {
position: fixed;
bottom: 0px;
left: 0px;
right: 0px;
width: 100%;
height: 50px;
z-index: 99;
background: #fafafa;
border: none;
outline: none;
padding-left: 55px;
padding-right: 55px;
color: #666;
font-weight: 400;
}
.send-btn {
float: right!important;
position: fixed;
text-align: right;
bottom: 8px;
left: 7px;
width: 34px;
height: 34px;
background-image: url(https://cdn2.iconfinder.com/data/icons/dark-action-bar-2/96/send-512.png);
background-repeat: no-repeat;
background-size: cover;
z-index: 100;
cursor: pointer;
}
所以,請幫我解決這個錯誤..
謝謝... \
。
浮動權沒有做任何事情,如果你有固定的位置...只是改變左邊的權利 – DaniP
Lmfaooo @connexo我很小心 – IamNOOB
Ohk讓我試試@DaniP – IamNOOB