admin/app/component/view/make_tel/css/design.css

140 lines
3.0 KiB
CSS

/* 公共*/
.make-float .float-btn-box {
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: center;
text-align: center;
border:1px dashed #FF6A00;
}
.make-float .float-btn-box a:last-child{
margin-bottom: 0;
}
.make-float .float-btn-item {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin-bottom: 10px;
width: 40px;
height: 40px;
overflow: hidden;
}
.make-float .float-btn-item .img-box {
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
}
.make-float .float-btn-item .img-box img {
max-width: 100%;
max-height: 100%;
}
.make-float .float-btn-item span {
margin-top: 5px;
color: #333;
font-size: 12px;
}
.make-float .float-btn-list li, .make-float .float-btn-list .add-item {
display: flex;
align-items: end;
border: 1px dashed #e5e5e5;
padding: 10px;
}
.make-float .float-btn-list li + li {
margin: 10px 0;
}
.make-float .float-btn-list li .content-block {
width: 71%;
display: flex;
flex-direction: column;
}
.make-float .float-btn-list li .content-block .layui-form-item {
margin: 0;
}
.make-float .float-btn-list .add-item {
justify-content: center;
align-items: center;
margin: 10px 0;
cursor: pointer;
}
.make-float .float-btn-list .add-item i {
font-weight: bold;
display: inline-block;
height: 24px;
line-height: 24px;
font-size: 18px;
margin-right: 10px;
}
.make-float .float-btn-list .add-item span {
display: inline-block;
height: 24px;
line-height: 24px;
}
.make-float .float-btn-list li {
position: relative;
}
.make-float .float-btn-list li:hover .del {
display: block;
}
.make-float{
position: absolute;
width: 40px;
max-height: 170px;
min-height: 62px;
}
.make-float .preview-draggable{
padding: 0;
}
.make-float.left{
background: rgba(255, 255, 255, 0.45);
margin-left: 10px;
top:130px;
}
.make-float.left .edit-attribute{
right: -980px;
top: -100px;
}
.make-float.right_bottom{
margin-left: 10px;
bottom:130px;
left:642px;
}
.make-float .hint{
color:#909399 !important
}
.flex{justify-content: space-between;display: flex;align-items: center;}
.flex .flex_left{display: flex;align-items: center;}
.flex .flex_left .curr_color{color:#303133}
.flex .flex_fill{flex:1;text-align: right;display: flex;justify-content: flex-end;align-items: center;}
.flex .flex_fill .flex_choose{display: flex;align-items: center;}
.flex .flex_fill .flex_choose>div{border:1px solid #EEEEEE;width:30px;height:23px;border-right: 0;line-height: 23px;text-align: center;}
.flex .flex_fill .flex_choose>div img{vertical-align: middle;}
.flex .flex_fill .flex_choose>div:last-child{border-right: 1px solid #EEEEEE;}
.flex .flex_fill .flex_choose>div.active{border:1px solid #FF6A00;background-color: rgba(255, 106, 0, 0.1);}
.make-tel{
border: 1px solid #ccc;
height: 25px;
border-radius: 2px;
padding-left: 5px;
}