You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

46 lines
934 B

// 引入清除浏览器默认样式文件
@import './reset.scss';
:root {
--el-color-primary: #0BD7C6;
}
.container-1420{
width: 1420px;
margin: 0 auto;
// background-color: #c2acac;
}
.gradient{
background: linear-gradient(90deg, rgba(66,217,172,1) 0%, rgba(0,208,208,1) 100%);
}
/* 设置滚动条的宽度和颜色 */
::-webkit-scrollbar {
width: 10px;
/* 滚动条宽度 */
}
/* 设置滚动条的轨道背景色 */
::-webkit-scrollbar-track {
background-color: #f1f1f1;
}
/* 设置滚动条上下按钮的样式 */
::-webkit-scrollbar-button {
background-color: #bfbfbf;
}
/* 设置滚动条的滑块样式 */
::-webkit-scrollbar-thumb {
background-color: #bfbfbf;
border-radius: 5px;
/* 滑块圆角 */
}
/* 设置滑块在hover状态下的样式 */
::-webkit-scrollbar-thumb:hover {
background-color: #999999;
}
.scene-tooltip {
color: #6da0ff !important;
font-weight: 700;
opacity: .5;
}