13 lines
235 B
CSS
13 lines
235 B
CSS
|
#chat_float_tip {
|
|||
|
position: fixed;
|
|||
|
z-index: 2;
|
|||
|
right: 0;
|
|||
|
bottom: 0;
|
|||
|
background: linear-gradient(to bottom, #FF962C, #C26B14);
|
|||
|
color: #ffffff;
|
|||
|
border: 1px solid #d67e29;
|
|||
|
font-size: 14px;
|
|||
|
font-weight: bold;
|
|||
|
padding: 10px;
|
|||
|
}
|