tsg-web/src/views/Home/MapCtrl/Pops/TangYanBa.less

124 lines
2.3 KiB
Plaintext
Raw Normal View History

2024-09-20 15:02:50 +08:00
.tyb{
.ant-tabs-left > .ant-tabs-content-holder, .ant-tabs-left > div > .ant-tabs-content-holder {
display: none;
}
.title{
.name{
font-weight: normal;
.nameBorder{
width: 5px;
height: 16px;
background-color: #007AFD;
margin-right: 10px;
}
}
background-color:#f7f7f7;
color: #007AFD;
}
.body{
padding: 10px;
.ant-descriptions-row{
border-bottom: 1px solid #f0f0f0;
}
}
}
#tyb{
padding: 0;
.title{
border-bottom: 1px solid #f0f0f0;
.name{
font-weight: normal;
}
}
}
.DiZhiZaiHaiDian{
.title{
.name{
font-weight: normal;
.nameBorder{
width: 5px;
height: 16px;
background-color: #007AFD;
margin-right: 10px;
}
}
background-color:#f7f7f7;
color: #007AFD;
}
}
#DiZhiZaiHaiDian{
padding: 0;
.title{
border-bottom: 1px solid #f0f0f0;
.name{
font-weight: normal;
}
}
}
.skpop{
.ant-tabs-top > .ant-tabs-nav, .ant-tabs-bottom > .ant-tabs-nav, .ant-tabs-top > div > .ant-tabs-nav, .ant-tabs-bottom > div > .ant-tabs-nav {
margin: 0;
}
}
.normalModalStyle{
width: 100%;
min-height: 600px;
.ant-card-body{
.ant-table-thead{
.ant-table-cell{
background-color: #e2edfd !important;
}
}
}
.normalModalStyle_title{
height: 40px;
background-color: #f7f7f7;
border-radius: 10px 10px 0 0 ;
display: flex;
align-items: center;
color: #007afd;
font-size: 16px;
font-weight: 500;
margin-bottom: 10px;
.normalModalStyle_title_icon{
margin: 0 10px 0 15px;
width: 5px;
height: 16px;
background: #3477f5;
}
.normalModalStyle_title_cancel{
margin-right: 15px;
flex: 1;
display: flex;
flex-direction: row-reverse;
2024-10-17 13:29:33 +08:00
// float: right;
2024-09-20 15:02:50 +08:00
}
}
}
.home_modal{
.ant-modal-content{
border-radius: 10px;
}
}
2024-10-17 13:29:33 +08:00
.homeModal2{
display: flex;
flex-direction: column;
.homeModal2_content{
height: 504px;
display: flex;
padding: 5px 20px 20px 20px;
}
}