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