@jdlinker/linker
Version:
jdLinker 系统模块
60 lines (59 loc) • 1.29 kB
CSS
.config .title {
width: 100%;
margin-bottom: 10px;
color: rgba(0, 0, 0, 0.8);
font-weight: 600;
}
.config .title::before {
margin-right: 10px;
background-color: #2810ff;
content: '|';
}
.config .item {
margin-bottom: 10px;
}
.config .item .context {
margin: 5px 0;
color: rgba(0, 0, 0, 0.8);
}
.info {
display: flex;
align-items: center;
justify-content: center;
height: 630px;
padding: 20px;
background-color: #e6e6e6;
}
.driver .driver-next-btn {
color: #fff ;
font-size: 14px ;
line-height: 22px ;
text-shadow: 0 0 black ;
background-color: #2f54eb ;
}
.driver .driver-prev-btn {
font-size: 14px ;
line-height: 22px ;
background-color: #fff ;
}
.driver .driver-prev-btn.driver-disabled {
display: none ;
}
.driver .driver-close-btn {
padding: 5px 0 0 0 ;
color: #828282 ;
font-size: 14px ;
background-color: #fff ;
border: none ;
}
.driver .driver-popover-description {
margin-bottom: 10px ;
}
.driver .driver-popover-title {
display: flex ;
justify-content: space-between ;
}
.driver .driver-popover-title #guide {
margin-top: 3px;
font-size: 14px;
}