根据提供的素材内容,这个网址是一个用于设置奥凯航空公司账户的界面。该网站使用CSS代码来创建按钮和按钮圆角样式。
#YSF-BTN-HOLDER {
position: fixed;
max-width: 70px;
max-height: 70px;
right: 30px;
bottom: 24px;
cursor: pointer;
overflow: visible;
filter: alpha(opacity=100);
opacity: 1;
z-index: 9990
}
#YSF-BTN-HOLDER:hover {
filter: alpha(opacity=95);
opacity: .95
}
#YSF-BTN-HOLDER img {
display: block;
overflow: hidden;
}
#YSF-BTN-CIRCLE {
display: none;
position: absolute;
right: -5px;
top: -6px;
width: auto;
min-width: 12px;
height: 20px;
padding: 0 4px;
/* 其他样式定义 */
}
这段代码是CSS代码,用于在网页上实现特定的视觉样式。它没有提供关于网站功能或目的的具体信息。