@import (reference) 'dingtalk-theme/dingtalk-x/mob.less';
|
|
.modal-down {
|
.dtm-drawer-sidebar {
|
max-height: 80% !important;
|
overflow: hidden;
|
display: flex;
|
flex-direction: column;
|
}
|
|
&-main {
|
display: flex;
|
flex-direction: column;
|
height: 100%;
|
overflow-y: auto;
|
|
&-head {
|
height: 24px;
|
padding: 12px;
|
display: flex;
|
align-items: center;
|
|
&-title {
|
flex: 1;
|
text-align: center;
|
}
|
}
|
|
&-divider {
|
height: 8px;
|
width: 100%;
|
background: #f2f2f2;
|
}
|
|
&-overflow {
|
flex: 1;
|
max-height: 480px;
|
overflow-y: auto;
|
border-bottom: 1px solid rgba(126, 134, 142, 0.16);
|
padding-bottom: 16px;
|
}
|
|
&-overflow-in {
|
&::-webkit-scrollbar {
|
display: none !important;
|
}
|
}
|
|
&-body {
|
& .dtm-grid-square {
|
padding: 0 4px;
|
}
|
|
&-title {
|
padding: 12px 16px;
|
}
|
|
&-button {
|
&-b {
|
width: 158px;
|
margin-bottom: 8px;
|
}
|
}
|
}
|
|
&-foot-button {
|
display: flex;
|
padding: 12px;
|
background-color: #fff;
|
}
|
}
|
|
&-subtitle {
|
color: @common_level2_base_color;
|
}
|
|
&-endPicker {
|
position: relative;
|
|
&::before {
|
content: '';
|
position: absolute;
|
height: 1px;
|
width: 10px;
|
background-color: @common_level2_base_color;
|
left: -17px;
|
top: 17px;
|
z-index: 999;
|
}
|
}
|
|
&-mapItem {
|
display: flex;
|
flex-direction: column;
|
font-size: 12px;
|
line-height: 20px;
|
text-align: center;
|
|
img {
|
height: 46px;
|
width: 100%;
|
}
|
|
&-imgBox {
|
height: 46px;
|
border-radius: 5px;
|
margin-bottom: 4px;
|
}
|
|
&-active {
|
color: @theme_primary1_color;
|
|
.modal-down-mapItem-imgBox {
|
border: 1px solid @theme_primary1_color;
|
}
|
}
|
}
|
|
&-grid {
|
margin-left: -12px;
|
margin-right: -12px;
|
margin-bottom: -8px;
|
display: flex;
|
flex-wrap: wrap;
|
padding: 0 16px;
|
|
&-col {
|
padding: 0 12px;
|
margin-bottom: 8px;
|
}
|
}
|
&-input {
|
border-bottom: 1px solid @theme_primary1_color;
|
}
|
|
&-input {
|
display: flex;
|
align-items: flex-end;
|
&-relative {
|
position: relative;
|
height: 30px;
|
}
|
&-absolute {
|
content: '';
|
position: absolute;
|
// height: 1px;
|
width: 10px;
|
left: -17px;
|
top: 13px;
|
z-index: 999;
|
}
|
|
&-img {
|
width: 24px;
|
height: 24px;
|
& img {
|
width: 100%;
|
height: 100%;
|
}
|
}
|
|
& .dtm-input-item-input {
|
text-align: center !important;
|
}
|
}
|
}
|
|
.modal-down-input .dtm-list-item {
|
min-height: 30px !important;
|
|
& .dtm-list-line {
|
height: 30px;
|
line-height: 30px;
|
padding: 0 !important;
|
width: 100%;
|
justify-content: center;
|
}
|
}
|
|
.select-color_1 {
|
padding-left: 0 !important;
|
& .dd-icon svg {
|
display: none !important;
|
}
|
}
|