system-copyright-react/src/route/index/index.css

1013 lines
21 KiB
CSS
Raw Normal View History

2025-04-11 16:20:46 +08:00
.clearIcon {
background-color: #c7c7c7;
2025-03-13 15:43:27 +08:00
}
2025-04-11 16:20:46 +08:00
.clearIcon:hover {
background-color: #868686;
2025-03-13 15:43:27 +08:00
}
2025-04-11 16:20:46 +08:00
2024-09-10 11:52:02 +08:00
@media (min-width: 1671px) {
2025-04-11 16:20:46 +08:00
.mediaBox {
2024-12-24 15:41:20 +08:00
height: 15px;
width: 230px;
}
2025-04-11 16:20:46 +08:00
2024-09-10 11:52:02 +08:00
.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;
2025-04-11 16:20:46 +08:00
2024-09-10 11:52:02 +08:00
}
.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 {
2025-01-20 15:24:23 +08:00
/* background-color: pink; */
2024-09-10 11:52:02 +08:00
display: flex;
align-items: center;
font-size: 14px;
}
.gps-now {
/* background-color: red; */
2025-03-13 10:06:40 +08:00
/* min-width: 122px;
margin-left: -10px; */
2024-09-10 11:52:02 +08:00
}
.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) {
2025-04-11 16:20:46 +08:00
.mediaBox {
2024-12-24 15:41:20 +08:00
height: 15px;
width: 230px;
}
2025-04-11 16:20:46 +08:00
2024-09-10 11:52:02 +08:00
.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; */
2025-03-13 10:06:40 +08:00
/* min-width: 122px; */
2024-09-10 11:52:02 +08:00
}
.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-11-04 11:55:51 +08:00
@media (max-width: 1550px) {
2025-04-11 16:20:46 +08:00
.mediaBox {
2024-12-24 15:41:20 +08:00
height: 15px;
width: 150px;
}
2025-04-11 16:20:46 +08:00
2024-09-10 11:52:02 +08:00
.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;
2024-12-24 15:41:20 +08:00
/* 修改 */
width: 190px;
2024-09-10 11:52:02 +08:00
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;
2024-12-24 15:41:20 +08:00
/* 修改 */
min-height: 160px;
2024-09-10 11:52:02 +08:00
/* background-color: pink; */
border-bottom: 1px solid #fde9ab;
}
.belongpeopleName {
color: #313131;
width: 230px;
2025-04-11 16:20:46 +08:00
/* 修改 */
width: 190px;
2024-09-10 11:52:02 +08:00
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;
2024-12-24 15:41:20 +08:00
/* 修改 */
margin-left: 210px;
2024-09-10 11:52:02 +08:00
box-sizing: border-box;
height: 100%;
position: fixed;
width: calc(100vw - 270px);
2024-12-24 15:41:20 +08:00
/* 修改 */
width: calc(100vw - 230px);
2024-09-10 11:52:02 +08:00
/* 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; */
2025-03-13 10:06:40 +08:00
/* min-width: 122px; */
2024-09-10 11:52:02 +08:00
}
.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;
}
2025-04-11 16:20:46 +08:00
.mediaSearch {
2024-09-10 11:52:02 +08:00
margin-left: 20px;
2025-04-11 16:20:46 +08:00
}
2024-09-10 11:52:02 +08:00
.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-12-24 15:41:20 +08:00
}
2025-03-13 15:43:27 +08:00
2025-04-11 16:20:46 +08:00
.css-dev-only-do-not-override-11lehqq.ant-select-multiple .ant-select-selection-overflow {
/* width: 100px!important; */
flex-wrap: noWrap !important;
text-overflow: ellipsis !important;
overflow: hidden !important;
2025-05-16 17:48:03 +08:00
}
.appGoodsBox {
width: 180px;
height: 142px;
/* background-color: pink; */
border: 1px solid transparent;
cursor: pointer;
border-radius: 5px;
}
.appGoodsBox:hover {
/* border: 1px solid #DDECFF; */
border: 1px solid #f19e31;
/* box-shadow: 5px 5px 10px #c4c4c4; */
}
.appGoodsTop {
height: 33px;
/* background-color: skyblue; */
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
font-size: 14px;
}
.appgoodsTitle {
line-height: 33px;
width: 123px;
height: 33px;
/* background-color: red; */
text-align: center;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center;
}
.appGoodsBot {
height: 109px;
/* background-color: skyblue; */
display: flex;
justify-content: center;
align-items: center;
font-weight: 700;
}
.appGoodsBtnBox {
width: 100%;
/* background-color: skyblue; */
display: flex;
justify-content: center;
/* align-items: center; */
}
.appGoodsBtn {
width: 235px;
height: 46px;
background: #3B60E8;
border-radius: 5px;
font-size: 18px;
color: #FFFFFF;
line-height: 46px;
text-align: center;
cursor: pointer;
margin-top: 43px;
}
2025-05-19 17:29:11 +08:00
2025-05-16 17:48:03 +08:00
.appGoodsBtn:hover {
width: 235px;
height: 46px;
background: #6382f1;
border-radius: 5px;
font-size: 18px;
color: #FFFFFF;
line-height: 46px;
text-align: center;
cursor: pointer;
margin-top: 43px;
2025-05-19 17:29:11 +08:00
}
.trademarkArrayBox {
height: 500px;
display: flex;
justify-content: space-between;
align-items: center;
}
.trademarkItem {
width: 304px;
height: 457px;
border: 1px solid transparent;
background: url(../../static/trademark/back.png);
/* background-color: red; */
position: relative;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center;
}
.trademarkItemTop {
height: 411px;
/* background-color: skyblue; */
padding: 37px 21px 27px 21px;
box-sizing: border-box;
}
.trademarkItemBtn {
height: 46px;
width: 100%;
/* background-color: pink; */
}
.trademarkItemTitle {
font-weight: 400;
font-size: 20px;
color: #17181B
}
.trademarkItemText {
font-size: 16px;
color: #6D6D6D;
margin-top: 10px;
}
.trademarkItemTextBox {
height: 35px;
background: #FFFFFF;
display: flex;
font-size: 16px;
color: #6E6E6E;
justify-content: space-between;
line-height: 35px;
padding: 0 17px;
box-sizing: border-box;
margin-top: 15px;
}
.trademarkArrayItemText{
margin-left: 10px;
}
.trademarkTextArrayBox {
font-size: 16px;
color: #625A31;
padding-left: 8px;
/* height: 88px; */
/* background-color: pink; */
line-height: 30px;
margin-top: 20px;
}
.trademarkBuy {
height: 30px;
font-size: 14px;
line-height: 30px;
width: 160px;
text-align: center;
border-radius: 3px;
margin-top: 20px;
}
.trademarkPrice {
display: flex;
/* background: pink; */
/* align-items: center; */
}
.trademarkNowPrice {
color: #F32222;
}
.trademarkOldPrice {
margin-top: 30px;
margin-left: 20px;
font-size: 16px;
color: #CBC1B0;
/* 文字中线 */
text-decoration: line-through;
2025-04-11 16:20:46 +08:00
}