1.19 评标室监控列表页重构
This commit is contained in:
@ -502,6 +502,422 @@
|
||||
.monitor-extra-pointer-select {
|
||||
color: #1B7EF2;
|
||||
}
|
||||
|
||||
.monitor-center-menu {
|
||||
.flex-center;
|
||||
justify-content: space-around;
|
||||
|
||||
.monitor-center-menu-options {
|
||||
width: 72px;
|
||||
height: 72px;
|
||||
cursor: pointer;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.monitor-center-menu-home {
|
||||
background: url("~@/assets/monitor/options-home.png") left top no-repeat;
|
||||
|
||||
&:hover {
|
||||
background: url("~@/assets/monitor/options-home2.png") left top no-repeat;
|
||||
}
|
||||
}
|
||||
|
||||
.monitor-center-menu-back {
|
||||
background: url("~@/assets/monitor/options-back.png") left top no-repeat;
|
||||
|
||||
&:hover {
|
||||
background: url("~@/assets/monitor/options-back2.png") left top no-repeat;
|
||||
}
|
||||
}
|
||||
|
||||
.monitor-center-menu-select {
|
||||
width: 121.29px;
|
||||
height: 75px;
|
||||
opacity: 1;
|
||||
background: #00000A;
|
||||
box-sizing: border-box;
|
||||
border: 1px solid #1B7EF2;
|
||||
box-shadow: inset 0px 0px 87px 0px rgba(27, 126, 242, 0.4);
|
||||
text-align: center;
|
||||
padding-top: 8px;
|
||||
cursor: pointer;
|
||||
|
||||
&>div {
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
background-size: cover;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.monitor-center-menu-select-first {
|
||||
background: url("~@/assets/monitor/select-first.png") left top no-repeat;
|
||||
}
|
||||
|
||||
.monitor-center-menu-select-second {
|
||||
background: url("~@/assets/monitor/select-second.png") left top no-repeat;
|
||||
}
|
||||
|
||||
.monitor-center-menu-select-third {
|
||||
background: url("~@/assets/monitor/select-third.png") left top no-repeat;
|
||||
}
|
||||
|
||||
&>span {
|
||||
font-size: 18px;
|
||||
font-weight: normal;
|
||||
line-height: 18px;
|
||||
text-align: center;
|
||||
letter-spacing: 0px;
|
||||
color: #29F1FA;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.monitor-center-menu-select:hover,
|
||||
.monitor-center-menu-checked {
|
||||
background: #1B7EF2;
|
||||
box-sizing: border-box;
|
||||
border: 1px solid #1B7EF2;
|
||||
|
||||
&>span {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.monitor-center-menu-select-first {
|
||||
background: url("~@/assets/monitor/select-first2.png") left top no-repeat;
|
||||
}
|
||||
|
||||
.monitor-center-menu-select-second {
|
||||
background: url("~@/assets/monitor/select-second2.png") left top no-repeat;
|
||||
}
|
||||
|
||||
.monitor-center-menu-select-third {
|
||||
background: url("~@/assets/monitor/select-third2.png") left top no-repeat;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.monitor-top-search {
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
left: 5%;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
|
||||
&>div:last-child {
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
.ant-input {
|
||||
width: 200px;
|
||||
color: #FFFFFF;
|
||||
background-color: transparent;
|
||||
border: 1px solid #1B7DF2;
|
||||
|
||||
&:hover {
|
||||
border-color: #1B7DF2;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
border-color: #1B7DF2;
|
||||
box-shadow: 0 0 0 2px #1B7DF2;
|
||||
}
|
||||
|
||||
&::-webkit-input-placeholder {
|
||||
color: #29F1FA;
|
||||
}
|
||||
|
||||
&:-ms-input-placeholder {
|
||||
color: #29F1FA;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-btn-primary {
|
||||
background: #1B7EF2;
|
||||
border-color: #1B7EF2;
|
||||
|
||||
&:hover &:focus &:active {
|
||||
background: #1B7EF2;
|
||||
border-color: #1B7EF2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.monitor-list-global {
|
||||
|
||||
.ant-list-item {
|
||||
margin-bottom: 24px !important;
|
||||
}
|
||||
|
||||
.list-card {
|
||||
background: rgba(27, 126, 242, 0.14);
|
||||
border-radius: 4px;
|
||||
border: 1px solid rgba(27, 126, 242, 0.14);
|
||||
cursor: pointer;
|
||||
height: 368px;
|
||||
padding: 36px 32px;
|
||||
position: relative;
|
||||
transition: all .3s;
|
||||
|
||||
&:hover {
|
||||
background: rgba(27, 127, 242, 0.281);
|
||||
}
|
||||
|
||||
.list-card-title {
|
||||
color: #29F0F9;
|
||||
font-size: 20px;
|
||||
font-weight: normal;
|
||||
line-height: 34px;
|
||||
letter-spacing: 0px;
|
||||
color: #29F0F9;
|
||||
margin-bottom: 38px;
|
||||
|
||||
&>img {
|
||||
vertical-align: bottom;
|
||||
height: 24px;
|
||||
width: 23px;
|
||||
}
|
||||
|
||||
&>span {
|
||||
margin-left: 0.625rem;
|
||||
}
|
||||
}
|
||||
|
||||
.list-error-text {
|
||||
margin-top: 2px;
|
||||
|
||||
&>img {
|
||||
height: 22px;
|
||||
width: 22px;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
&>span {
|
||||
font-size: 16px;
|
||||
font-weight: normal;
|
||||
letter-spacing: 0em;
|
||||
color: #FF473E;
|
||||
margin-left: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.space-between {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
&>div>p {
|
||||
margin-bottom: 26px;
|
||||
color: #fff;
|
||||
width: 100%;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
line-height: 17px;
|
||||
letter-spacing: 0.6px;
|
||||
z-index: 0;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.blue-text {
|
||||
color: #45A2FF;
|
||||
}
|
||||
|
||||
.yellow-text {
|
||||
color: #ffd502;
|
||||
}
|
||||
|
||||
.bidding-text-going {
|
||||
color: #29F0F9;
|
||||
}
|
||||
|
||||
.bidding-text-ending {
|
||||
color: #ee6766;
|
||||
}
|
||||
|
||||
.bidding-text-order {
|
||||
color: #72c1dd;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ant-list-pagination {
|
||||
margin-top: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.ant-pagination-item {
|
||||
// border: none;
|
||||
background: none;
|
||||
border: 0;
|
||||
// margin-right: 0.5rem;
|
||||
margin: 0 0.5rem 0 0;
|
||||
|
||||
&>a {
|
||||
color: #45a2ff;
|
||||
}
|
||||
|
||||
&:hover>a {
|
||||
color: #ffd502;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
.ant-pagination-item:hover {
|
||||
border-color: #ffd502;
|
||||
}
|
||||
|
||||
.ant-pagination-item:focus-visible {
|
||||
border-color: #ffd502;
|
||||
}
|
||||
|
||||
.ant-pagination-item-active {
|
||||
border-color: #ffd502;
|
||||
|
||||
a {
|
||||
color: #ffd502;
|
||||
}
|
||||
|
||||
&:hover &:focus-visible {
|
||||
border-color: #ffd502;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-pagination-prev:focus-visible .ant-pagination-item-link,
|
||||
.ant-pagination-next:focus-visible .ant-pagination-item-link,
|
||||
.ant-pagination-prev:hover .ant-pagination-item-link,
|
||||
.ant-pagination-next:hover .ant-pagination-item-link {
|
||||
border-color: #45a2ff;
|
||||
color: #45a2ff;
|
||||
}
|
||||
|
||||
.ant-pagination-prev .ant-pagination-item-link,
|
||||
.ant-pagination-next .ant-pagination-item-link {
|
||||
background: none;
|
||||
border-color: #45a2ff;
|
||||
color: #45a2ff;
|
||||
}
|
||||
|
||||
.pagination-icon {
|
||||
font-size: 20px;
|
||||
vertical-align: middle;
|
||||
color: #45a2ff;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.ant-pagination-total-text {
|
||||
color: #45a2ff;
|
||||
}
|
||||
|
||||
.ant-pagination-prev {
|
||||
margin-right: 0.5rem;
|
||||
|
||||
&>a>img {
|
||||
position: relative;
|
||||
top: -2px;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-pagination-next {
|
||||
&>a>img {
|
||||
position: relative;
|
||||
top: -2px;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-pagination-item-ellipsis {
|
||||
color: #45a2ff;
|
||||
}
|
||||
|
||||
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
|
||||
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
|
||||
color: #45a2ff;
|
||||
}
|
||||
|
||||
.ant-pagination-jump-prev .ant-pagination-item-container,
|
||||
.ant-pagination-jump-next .ant-pagination-item-container {
|
||||
position: relative;
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
.ant-empty-image {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.ant-empty-description {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.ant-empty-normal {
|
||||
margin: 100px 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
.top-province-label {
|
||||
height: 26px;
|
||||
padding-left: 10px;
|
||||
|
||||
&>span {
|
||||
font-size: 14px;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.list-content-col {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.top-province {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.top-province-expand {
|
||||
width: 76px;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
top: 28px;
|
||||
|
||||
.top-province-all {
|
||||
font-size: 0.875rem;
|
||||
color: #29F1FA;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.top-province-tag {
|
||||
font-size: 0.875rem;
|
||||
padding: 0 0.5625rem;
|
||||
line-height: 1.6875rem;
|
||||
margin-right: 0;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
|
||||
color: #1b7ef2;
|
||||
}
|
||||
|
||||
.ant-tag-checkable:active {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.ant-tag-checkable-checked {
|
||||
background-color: #1b7ef2;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user