You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1014 B
SCSS
52 lines
1014 B
SCSS
@import "./common/variables.scss";
|
|
.more-box {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: relative;
|
|
height: 100%;
|
|
.icon {
|
|
width: 24px;
|
|
height: 24px;
|
|
background: url(../img/more@2x.png) no-repeat center/cover;
|
|
}
|
|
}
|
|
.tips-box {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: absolute;
|
|
right: 100px;
|
|
width: 160px;
|
|
padding: 10px;
|
|
margin-top: 15px;
|
|
font-size: 14px;
|
|
color: rgba(69, 75, 80, 1);
|
|
background: rgba(255, 255, 255, 1);
|
|
box-shadow: 0px 4px 24px 0px rgba(69, 75, 80, 0.16);
|
|
border-radius: 4px;
|
|
z-index: 1000;
|
|
li {
|
|
width: 100%;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
}
|
|
li:hover {
|
|
background: rgba(246, 248, 249, 1);
|
|
}
|
|
}
|
|
.node-fz .layui-input-inline {
|
|
width: 300px;
|
|
}
|
|
.form-add-icon {
|
|
width: 32px;
|
|
height: 32px;
|
|
background: url(../img/plus@2x.png) no-repeat center/cover;
|
|
}
|
|
.tasks {
|
|
color: $main-text-color;
|
|
cursor: pointer;
|
|
}
|