2024-09-10 11:52:02 +08:00
|
|
|
@media (min-width: 1671px) {
|
|
|
|
.index {
|
|
|
|
height: 100vh;
|
|
|
|
display: flex;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.couponMask-box {
|
|
|
|
position: fixed;
|
|
|
|
width: 100vw;
|
|
|
|
height: 100vh;
|
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 999;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.couponMask {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.couponMask-img {
|
|
|
|
width: 613px;
|
|
|
|
height: 475px;
|
|
|
|
/* background-color: skyblue; */
|
|
|
|
/* cursor: pointer; */
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.couponMask-btn {
|
|
|
|
position: absolute;
|
|
|
|
bottom: -20px;
|
|
|
|
left: 156.5px;
|
|
|
|
width: 300px;
|
|
|
|
height: 60px;
|
|
|
|
border-radius: 30px;
|
|
|
|
color: white;
|
|
|
|
font-size: 25px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 60px;
|
|
|
|
font-weight: 700;
|
|
|
|
background-color: #4180FF;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.couponMask-close {
|
|
|
|
width: 65px;
|
|
|
|
height: 65px;
|
|
|
|
border-radius: 50%;
|
|
|
|
border: 2px solid #E5E5E5;
|
|
|
|
color: #E5E5E5;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 40px;
|
|
|
|
margin-top: 52px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.leftbox {
|
|
|
|
width: 250px;
|
|
|
|
height: calc(100vh - 65px);
|
|
|
|
/* background-color: red; */
|
|
|
|
position: fixed;
|
|
|
|
top: 65px;
|
|
|
|
left: 0;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* .leftbox::-webkit-scrollbar {
|
|
|
|
display: block;
|
|
|
|
width: 6px;
|
|
|
|
height: 0;
|
|
|
|
}
|
|
|
|
.leftbox::-webkit-scrollbar-track {
|
|
|
|
background: #e2e2e2;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.leftbox::-webkit-scrollbar-thumb {
|
|
|
|
background: #cecece;
|
|
|
|
|
|
|
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.leftbox::-webkit-scrollbar-thumb:hover {
|
|
|
|
background: #adadad;
|
|
|
|
|
|
|
|
} */
|
|
|
|
|
|
|
|
.index .left {
|
|
|
|
/* position: fixed; */
|
|
|
|
/* width: 267px; */
|
|
|
|
width: 230px;
|
|
|
|
min-height: calc(100vh - 65px);
|
|
|
|
/* overflow: auto; */
|
|
|
|
/* top: 65px; */
|
|
|
|
/* left: 0; */
|
|
|
|
background-color: var(--color-light);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.belongPeopleMenu {
|
|
|
|
/* background-color: pink; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.belongPeopleMenu-title {
|
|
|
|
background-color: #FFFBEF;
|
|
|
|
border-top: 1px solid #fde9ab;
|
|
|
|
border-bottom: 1px solid #fde9ab;
|
|
|
|
height: 56px;
|
|
|
|
color: #FFAF22;
|
|
|
|
font-size: 18px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
/* justify-content: center; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.belongPeopleMenu-box {
|
|
|
|
min-height: 200px;
|
|
|
|
/* background-color: pink; */
|
|
|
|
border-bottom: 1px solid #fde9ab;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.belongpeopleName {
|
|
|
|
color: #313131;
|
|
|
|
width: 230px;
|
|
|
|
height: 40px;
|
|
|
|
text-align: left;
|
|
|
|
font-size: 16px;
|
|
|
|
padding: 10px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
overflow: hidden;
|
|
|
|
text-wrap: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pagination-controls {
|
|
|
|
/* background-color: skyblue; */
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index .right {
|
|
|
|
margin-left: 250px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
height: 100%;
|
|
|
|
position: fixed;
|
|
|
|
width: calc(100vw - 270px);
|
|
|
|
/* width: 1575px; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.index .right .top {
|
|
|
|
/* margin-top: 11px; */
|
|
|
|
box-sizing: border-box;
|
|
|
|
min-height: 62px;
|
|
|
|
display: flex;
|
|
|
|
/* justify-content: center; */
|
|
|
|
align-items: center;
|
|
|
|
border-bottom: 1px solid var(--color-border);
|
|
|
|
background-color: var(--color-light);
|
|
|
|
/* overflow-x: scroll; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.index .right .top .gps {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gps-now {
|
|
|
|
/* background-color: red; */
|
|
|
|
min-width: 122px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index .right .top .gps img {
|
|
|
|
width: 18px;
|
|
|
|
height: 21px;
|
|
|
|
margin-left: 22px;
|
|
|
|
margin-right: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index .right .top .line {
|
|
|
|
width: 1px;
|
|
|
|
height: 23px;
|
|
|
|
border-left: 1px solid #d8d8d8;
|
|
|
|
margin-left: 33px;
|
|
|
|
margin-right: 31px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nowPosition {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
/* width: 349px; */
|
|
|
|
height: 62px;
|
|
|
|
/* margin-left: 98px; */
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 13px;
|
|
|
|
color: #676767;
|
|
|
|
/* background: url(../../static//right/back.png); */
|
|
|
|
/* background-color: rgb(228, 191, 191); */
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.nowPosition img {
|
|
|
|
width: 349px;
|
|
|
|
height: 62px;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nowPosition div {
|
|
|
|
margin-left: 133px;
|
|
|
|
z-index: 99;
|
|
|
|
/* background-color: red; */
|
|
|
|
min-width: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 所属人分页 */
|
|
|
|
.belong-pagination {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
margin-top: 5px;
|
|
|
|
/* background-color: skyblue; */
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 设置分页不显示页码 */
|
|
|
|
.custom-pagination .ant-pagination-item,
|
|
|
|
.custom-pagination .ant-pagination-jump-prev,
|
|
|
|
.custom-pagination .ant-pagination-jump-next,
|
|
|
|
.custom-pagination .ant-pagination-options-size-changer,
|
|
|
|
.custom-pagination .ant-pagination-options-quick-jumper {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.custom-pagination .ant-pagination-prev,
|
|
|
|
.custom-pagination .ant-pagination-next {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2024-07-31 16:00:30 +08:00
|
|
|
|
|
|
|
}
|
|
|
|
|
2024-09-10 11:52:02 +08:00
|
|
|
@media (max-width: 1670px) {
|
|
|
|
.index {
|
|
|
|
height: 100vh;
|
|
|
|
display: flex;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.couponMask-box {
|
|
|
|
position: fixed;
|
|
|
|
width: 100vw;
|
|
|
|
height: 100vh;
|
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 999;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.couponMask {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.couponMask-img {
|
|
|
|
width: 613px;
|
|
|
|
height: 475px;
|
|
|
|
/* background-color: skyblue; */
|
|
|
|
/* cursor: pointer; */
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.couponMask-btn {
|
|
|
|
position: absolute;
|
|
|
|
bottom: -20px;
|
|
|
|
left: 156.5px;
|
|
|
|
width: 300px;
|
|
|
|
height: 60px;
|
|
|
|
border-radius: 30px;
|
|
|
|
color: white;
|
|
|
|
font-size: 25px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 60px;
|
|
|
|
font-weight: 700;
|
|
|
|
background-color: #4180FF;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.couponMask-close {
|
|
|
|
width: 65px;
|
|
|
|
height: 65px;
|
|
|
|
border-radius: 50%;
|
|
|
|
border: 2px solid #E5E5E5;
|
|
|
|
color: #E5E5E5;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 40px;
|
|
|
|
margin-top: 52px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.leftbox {
|
|
|
|
width: 250px;
|
|
|
|
height: calc(100vh - 65px);
|
|
|
|
/* background-color: red; */
|
|
|
|
position: fixed;
|
|
|
|
top: 65px;
|
|
|
|
left: 0;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* .leftbox::-webkit-scrollbar {
|
|
|
|
display: block;
|
|
|
|
width: 6px;
|
|
|
|
height: 0;
|
|
|
|
}
|
|
|
|
.leftbox::-webkit-scrollbar-track {
|
|
|
|
background: #e2e2e2;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.leftbox::-webkit-scrollbar-thumb {
|
|
|
|
background: #cecece;
|
|
|
|
|
|
|
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.leftbox::-webkit-scrollbar-thumb:hover {
|
|
|
|
background: #adadad;
|
|
|
|
|
|
|
|
} */
|
|
|
|
|
|
|
|
.index .left {
|
|
|
|
/* position: fixed; */
|
|
|
|
/* width: 267px; */
|
|
|
|
width: 230px;
|
|
|
|
min-height: calc(100vh - 65px);
|
|
|
|
/* overflow: auto; */
|
|
|
|
/* top: 65px; */
|
|
|
|
/* left: 0; */
|
|
|
|
background-color: var(--color-light);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.belongPeopleMenu {
|
|
|
|
/* background-color: pink; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.belongPeopleMenu-title {
|
|
|
|
background-color: #FFFBEF;
|
|
|
|
border-top: 1px solid #fde9ab;
|
|
|
|
border-bottom: 1px solid #fde9ab;
|
|
|
|
height: 56px;
|
|
|
|
color: #FFAF22;
|
|
|
|
font-size: 18px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
/* justify-content: center; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.belongPeopleMenu-box {
|
|
|
|
min-height: 200px;
|
|
|
|
/* background-color: pink; */
|
|
|
|
border-bottom: 1px solid #fde9ab;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.belongpeopleName {
|
|
|
|
color: #313131;
|
|
|
|
width: 230px;
|
|
|
|
height: 40px;
|
|
|
|
text-align: left;
|
|
|
|
font-size: 16px;
|
|
|
|
padding: 10px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
overflow: hidden;
|
|
|
|
text-wrap: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pagination-controls {
|
|
|
|
/* background-color: skyblue; */
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index .right {
|
|
|
|
margin-left: 250px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
height: 100%;
|
|
|
|
position: fixed;
|
|
|
|
width: calc(100vw - 270px);
|
|
|
|
/* width: 1575px; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.index .right .top {
|
|
|
|
/* margin-top: 11px; */
|
|
|
|
box-sizing: border-box;
|
|
|
|
min-height: 62px;
|
|
|
|
display: flex;
|
|
|
|
/* padding: 10px 10px;
|
|
|
|
box-sizing: border-box; */
|
|
|
|
flex-wrap: wrap;
|
|
|
|
/* justify-content: center; */
|
|
|
|
align-items: center;
|
|
|
|
border-bottom: 1px solid var(--color-border);
|
|
|
|
background-color: var(--color-light);
|
|
|
|
/* overflow-x: scroll; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.index .right .top .gps {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gps-now {
|
|
|
|
/* background-color: red; */
|
|
|
|
min-width: 122px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index .right .top .gps img {
|
|
|
|
width: 18px;
|
|
|
|
height: 21px;
|
|
|
|
margin-left: 22px;
|
|
|
|
margin-right: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index .right .top .line {
|
|
|
|
width: 1px;
|
|
|
|
height: 23px;
|
|
|
|
border-left: 1px solid #d8d8d8;
|
|
|
|
margin-left: 33px;
|
|
|
|
margin-right: 31px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nowPosition {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
/* width: 349px; */
|
|
|
|
height: 62px;
|
|
|
|
/* margin-left: 98px; */
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 13px;
|
|
|
|
color: #676767;
|
|
|
|
/* background: url(../../static//right/back.png); */
|
|
|
|
/* background-color: rgb(228, 191, 191); */
|
|
|
|
position: relative;
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.nowPosition img {
|
|
|
|
width: 349px;
|
|
|
|
height: 62px;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nowPosition div {
|
|
|
|
margin-left: 133px;
|
|
|
|
z-index: 99;
|
|
|
|
/* background-color: red; */
|
|
|
|
min-width: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 所属人分页 */
|
|
|
|
.belong-pagination {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
margin-top: 5px;
|
|
|
|
/* background-color: skyblue; */
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 设置分页不显示页码 */
|
|
|
|
.custom-pagination .ant-pagination-item,
|
|
|
|
.custom-pagination .ant-pagination-jump-prev,
|
|
|
|
.custom-pagination .ant-pagination-jump-next,
|
|
|
|
.custom-pagination .ant-pagination-options-size-changer,
|
|
|
|
.custom-pagination .ant-pagination-options-quick-jumper {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.custom-pagination .ant-pagination-prev,
|
|
|
|
.custom-pagination .ant-pagination-next {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2024-05-07 17:00:32 +08:00
|
|
|
}
|
2024-07-31 16:00:30 +08:00
|
|
|
|
2024-09-10 11:52:02 +08:00
|
|
|
@media (max-width: 1400px) {
|
|
|
|
.index {
|
|
|
|
height: 100vh;
|
|
|
|
display: flex;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.couponMask-box {
|
|
|
|
position: fixed;
|
|
|
|
width: 100vw;
|
|
|
|
height: 100vh;
|
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 999;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.couponMask {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.couponMask-img {
|
|
|
|
width: 613px;
|
|
|
|
height: 475px;
|
|
|
|
/* background-color: skyblue; */
|
|
|
|
/* cursor: pointer; */
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.couponMask-btn {
|
|
|
|
position: absolute;
|
|
|
|
bottom: -20px;
|
|
|
|
left: 156.5px;
|
|
|
|
width: 300px;
|
|
|
|
height: 60px;
|
|
|
|
border-radius: 30px;
|
|
|
|
color: white;
|
|
|
|
font-size: 25px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 60px;
|
|
|
|
font-weight: 700;
|
|
|
|
background-color: #4180FF;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.couponMask-close {
|
|
|
|
width: 65px;
|
|
|
|
height: 65px;
|
|
|
|
border-radius: 50%;
|
|
|
|
border: 2px solid #E5E5E5;
|
|
|
|
color: #E5E5E5;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 40px;
|
|
|
|
margin-top: 52px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.leftbox {
|
|
|
|
width: 250px;
|
|
|
|
height: calc(100vh - 65px);
|
|
|
|
/* background-color: red; */
|
|
|
|
position: fixed;
|
|
|
|
top: 65px;
|
|
|
|
left: 0;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* .leftbox::-webkit-scrollbar {
|
|
|
|
display: block;
|
|
|
|
width: 6px;
|
|
|
|
height: 0;
|
|
|
|
}
|
|
|
|
.leftbox::-webkit-scrollbar-track {
|
|
|
|
background: #e2e2e2;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.leftbox::-webkit-scrollbar-thumb {
|
|
|
|
background: #cecece;
|
|
|
|
|
|
|
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.leftbox::-webkit-scrollbar-thumb:hover {
|
|
|
|
background: #adadad;
|
|
|
|
|
|
|
|
} */
|
|
|
|
|
|
|
|
.index .left {
|
|
|
|
/* position: fixed; */
|
|
|
|
/* width: 267px; */
|
|
|
|
width: 230px;
|
|
|
|
min-height: calc(100vh - 65px);
|
|
|
|
/* overflow: auto; */
|
|
|
|
/* top: 65px; */
|
|
|
|
/* left: 0; */
|
|
|
|
background-color: var(--color-light);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.belongPeopleMenu {
|
|
|
|
/* background-color: pink; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.belongPeopleMenu-title {
|
|
|
|
background-color: #FFFBEF;
|
|
|
|
border-top: 1px solid #fde9ab;
|
|
|
|
border-bottom: 1px solid #fde9ab;
|
|
|
|
height: 56px;
|
|
|
|
color: #FFAF22;
|
|
|
|
font-size: 18px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
/* justify-content: center; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.belongPeopleMenu-box {
|
|
|
|
min-height: 200px;
|
|
|
|
/* background-color: pink; */
|
|
|
|
border-bottom: 1px solid #fde9ab;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.belongpeopleName {
|
|
|
|
color: #313131;
|
|
|
|
width: 230px;
|
|
|
|
height: 40px;
|
|
|
|
text-align: left;
|
|
|
|
font-size: 16px;
|
|
|
|
padding: 10px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
overflow: hidden;
|
|
|
|
text-wrap: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pagination-controls {
|
|
|
|
/* background-color: skyblue; */
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index .right {
|
|
|
|
margin-left: 250px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
height: 100%;
|
|
|
|
position: fixed;
|
|
|
|
width: calc(100vw - 270px);
|
|
|
|
/* width: 1575px; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.index .right .top {
|
|
|
|
/* margin-top: 11px; */
|
|
|
|
box-sizing: border-box;
|
|
|
|
min-height: 62px;
|
|
|
|
display: flex;
|
|
|
|
/* padding: 10px 10px;
|
|
|
|
box-sizing: border-box; */
|
|
|
|
flex-wrap: wrap;
|
|
|
|
/* justify-content: center; */
|
|
|
|
align-items: center;
|
|
|
|
border-bottom: 1px solid var(--color-border);
|
|
|
|
background-color: var(--color-light);
|
|
|
|
/* overflow-x: scroll; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.index .right .top .gps {
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
font-size: 14px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gps-now {
|
|
|
|
/* background-color: red; */
|
|
|
|
min-width: 122px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index .right .top .gps img {
|
|
|
|
width: 18px;
|
|
|
|
height: 21px;
|
|
|
|
margin-left: 22px;
|
|
|
|
margin-right: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index .right .top .line {
|
|
|
|
width: 1px;
|
|
|
|
height: 23px;
|
|
|
|
border-left: 1px solid #d8d8d8;
|
|
|
|
margin-left: 33px;
|
|
|
|
margin-right: 31px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.mediaLine {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mediaSearch{
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
.nowPosition {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
/* width: 349px; */
|
|
|
|
height: 62px;
|
|
|
|
/* margin-left: 98px; */
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 13px;
|
|
|
|
color: #676767;
|
|
|
|
/* background: url(../../static//right/back.png); */
|
|
|
|
/* background-color: rgb(228, 191, 191); */
|
|
|
|
position: relative;
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.nowPosition img {
|
|
|
|
width: 349px;
|
|
|
|
height: 62px;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nowPosition div {
|
|
|
|
margin-left: 133px;
|
|
|
|
z-index: 99;
|
|
|
|
/* background-color: red; */
|
|
|
|
min-width: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 所属人分页 */
|
|
|
|
.belong-pagination {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
margin-top: 5px;
|
|
|
|
/* background-color: skyblue; */
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 设置分页不显示页码 */
|
|
|
|
.custom-pagination .ant-pagination-item,
|
|
|
|
.custom-pagination .ant-pagination-jump-prev,
|
|
|
|
.custom-pagination .ant-pagination-jump-next,
|
|
|
|
.custom-pagination .ant-pagination-options-size-changer,
|
|
|
|
.custom-pagination .ant-pagination-options-quick-jumper {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.custom-pagination .ant-pagination-prev,
|
|
|
|
.custom-pagination .ant-pagination-next {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|