|
@@ -108,10 +108,9 @@
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
line-height: 22px;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
-.cms-card-list-item:not(:last-of-type) {
|
|
|
- margin-bottom: 10px;
|
|
|
-}
|
|
|
+
|
|
|
.cms-card-list-item-left {
|
|
|
display: block;
|
|
|
margin-right: 10px;
|
|
@@ -123,6 +122,13 @@
|
|
|
font-size: 12px;
|
|
|
color: #999;
|
|
|
}
|
|
|
+
|
|
|
+/* ------card-list-item */
|
|
|
+
|
|
|
+.cms-card .cms-card-list-item:not(:last-of-type) {
|
|
|
+ margin-bottom: 10px;
|
|
|
+}
|
|
|
+
|
|
|
.cms-card-header-right {
|
|
|
font-size: 12px;
|
|
|
line-height: 18px;
|
|
@@ -164,6 +170,7 @@
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
+ white-space: nowrap;
|
|
|
}
|
|
|
.index-search-module .header-top-left {
|
|
|
display: flex;
|
|
@@ -387,23 +394,26 @@
|
|
|
}
|
|
|
|
|
|
/* message-module */
|
|
|
-.index-message-list-container .list-msg .el-carousel__container{
|
|
|
- height:24px !important;
|
|
|
+.index-message-list-container .list-msg .el-carousel__container {
|
|
|
+ height: 24px !important;
|
|
|
}
|
|
|
-.index-message-list-container .list-msg .el-carousel, .index-message-list-container .list-msg .el-carousel .el-carousel__item{
|
|
|
- width:100%;
|
|
|
+
|
|
|
+.index-message-list-container .list-msg .el-carousel,
|
|
|
+.index-message-list-container .list-msg .el-carousel .el-carousel__item {
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
+
|
|
|
.index-message-list-container .list-msg {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
- width: 1200px;
|
|
|
- height: 24px;
|
|
|
- margin: 0px auto;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ width: 1200px;
|
|
|
+ height: 24px;
|
|
|
+ margin: 0px auto;
|
|
|
}
|
|
|
|
|
|
.index-message-list-container .noActive {
|
|
|
- margin-top: 56px;
|
|
|
+ margin-top: 56px;
|
|
|
}
|
|
|
.index-message-list-container .list-msg .l-msg{
|
|
|
display: flex;
|
|
@@ -412,79 +422,79 @@
|
|
|
align-items: center;
|
|
|
}
|
|
|
.index-message-list-container .list-msg .l-msg .words {
|
|
|
- width:calc(50% - 16px);
|
|
|
- display: flex;
|
|
|
- flex-direction: initial;
|
|
|
- align-items: center;
|
|
|
+ width: calc(50% - 16px);
|
|
|
+ display: flex;
|
|
|
+ flex-direction: initial;
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
.index-message-list-container .list-msg .l-msg .words:nth-of-type(1){
|
|
|
margin-right:32px;
|
|
|
}
|
|
|
|
|
|
.index-message-list-container .list-msg .l-msg .words .icon_voice {
|
|
|
- margin-right: 4px;
|
|
|
- width: 24px;
|
|
|
- height: 24px;
|
|
|
+ margin-right: 4px;
|
|
|
+ width: 24px;
|
|
|
+ height: 24px;
|
|
|
}
|
|
|
|
|
|
.index-message-list-container .list-msg .r-msg {
|
|
|
- width: 20px;
|
|
|
- height: 20px;
|
|
|
- cursor: pointer;
|
|
|
+ width: 20px;
|
|
|
+ height: 20px;
|
|
|
+ cursor: pointer;
|
|
|
}
|
|
|
.index-message-list-container .list-msg .l-msg .words i {
|
|
|
- width: 6px;
|
|
|
- height: 6px;
|
|
|
- background: #FF3A20;
|
|
|
- border-radius: 50%;
|
|
|
- margin-right: 9px;
|
|
|
+ width: 6px;
|
|
|
+ height: 6px;
|
|
|
+ background: #FF3A20;
|
|
|
+ border-radius: 50%;
|
|
|
+ margin-right: 9px;
|
|
|
}
|
|
|
|
|
|
.index-message-list-container .list-msg .l-msg .words h3 {
|
|
|
- font-size: 16px;
|
|
|
- font-weight: 400;
|
|
|
- color: #1D1D1D;
|
|
|
- line-height: 24px;
|
|
|
- white-space: nowrap;
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #1D1D1D;
|
|
|
+ line-height: 24px;
|
|
|
+ white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
.index-message-list-container .list-msg .l-msg .words .title {
|
|
|
/*display: inline-block;*/
|
|
|
/*max-width:390px;*/
|
|
|
- font-size: 14px;
|
|
|
- color: #1D1D1D;
|
|
|
- line-height: 24px;
|
|
|
- margin: 0 16px;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- white-space: nowrap;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #1D1D1D;
|
|
|
+ line-height: 24px;
|
|
|
+ margin: 0 16px;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
.index-message-list-container .list-msg .l-msg .words span:hover {
|
|
|
- color: #2CB7CA;
|
|
|
- cursor: pointer;
|
|
|
+ color: #2CB7CA;
|
|
|
+ cursor: pointer;
|
|
|
}
|
|
|
|
|
|
.index-message-list-container .list-msg .l-msg .words p {
|
|
|
- font-size: 12px;
|
|
|
- color: #999999;
|
|
|
- line-height: 24px;
|
|
|
- white-space: nowrap;
|
|
|
+ font-size: 12px;
|
|
|
+ color: #999999;
|
|
|
+ line-height: 24px;
|
|
|
+ white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
.index-message-list-container .list-msg .l-msg .words .isActive {
|
|
|
- margin-left: 15px;
|
|
|
+ margin-left: 15px;
|
|
|
}
|
|
|
.index-message-list-container .list-msg .no-read-count{
|
|
|
background: linear-gradient(0deg, #FB483D, #FB483D);
|
|
|
- color:#FFF;
|
|
|
+ color: #FFF;
|
|
|
text-align: center;
|
|
|
font-size: 12px;
|
|
|
line-height: 18px;
|
|
|
padding: 2px 8px;
|
|
|
border-radius: 10px 10px 0 10px;
|
|
|
- min-width:75px;
|
|
|
- margin-right:12px;
|
|
|
+ min-width: 75px;
|
|
|
+ margin-right: 12px;
|
|
|
}
|
|
|
|
|
|
/* zb-aside-card */
|
|
@@ -817,7 +827,7 @@
|
|
|
margin-bottom: 16px;
|
|
|
}
|
|
|
/* hot-chart */
|
|
|
-.data-service-module .hot-industry-year-chart {
|
|
|
+.data-service-module .hot-industry-year-chart {
|
|
|
padding: 20px;
|
|
|
min-height: 382px;
|
|
|
border-radius: 8px;
|
|
@@ -833,6 +843,109 @@
|
|
|
}
|
|
|
|
|
|
/* bidding-desc-module */
|
|
|
-.bidding-desc-module {
|
|
|
-
|
|
|
+.bidding-desc-module {}
|
|
|
+
|
|
|
+.bidding-desc-module .service-module-content-bd {
|
|
|
+ margin-top: 20px;
|
|
|
+ padding: 10px 0 16px;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.bidding-desc-module .bidding-desc-content-card-list {
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.bidding-desc-module .bidding-desc-content-card-list .cms-card-list-item {
|
|
|
+ margin-right: 40px;
|
|
|
+ width: 30%;
|
|
|
+}
|
|
|
+
|
|
|
+.bidding-desc-module .bidding-desc-content-card-list .cms-card-list-item:nth-of-type(3n) {
|
|
|
+ margin-right: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.bidding-desc-module .bidding-desc-module-content .bidding-desc-item:not(:last-of-type) {
|
|
|
+ margin-right: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+/* partners-project-container */
|
|
|
+.partners-project-list {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+
|
|
|
+.partners-project-item {
|
|
|
+ width: 184px;
|
|
|
+ height: 60px;
|
|
|
+ border-radius: 4px;
|
|
|
+ overflow: hidden;
|
|
|
+ border: 1px solid red;
|
|
|
+}
|
|
|
+
|
|
|
+.partners-project-item:not(:last-of-type) {
|
|
|
+ margin-right: 19px;
|
|
|
+}
|
|
|
+
|
|
|
+.partners-project-item a,
|
|
|
+.partners-project-item img {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+/* area-nav 底部区域导航 */
|
|
|
+.area-navigation-card {
|
|
|
+ padding: 30px 20px;
|
|
|
+}
|
|
|
+.area-aside-item {
|
|
|
+ position: relative;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 28px;
|
|
|
+}
|
|
|
+.area-aside-item {
|
|
|
+ margin-bottom: 20px;
|
|
|
+ margin-right: 36px;
|
|
|
+}
|
|
|
+
|
|
|
+.area-aside-item .area-aside-item-name {
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ top: 0;
|
|
|
+ bottom: 0;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ padding: 2px 12px;
|
|
|
+ border-radius: 8px;
|
|
|
+ background: linear-gradient(180deg, rgba(42, 190, 209, 0.1) 0%, rgba(42, 190, 209, 0) 100%);
|
|
|
+}
|
|
|
+.area-aside-item-name a {
|
|
|
+ color: #2ABED1;
|
|
|
+ font-size: inherit;
|
|
|
+}
|
|
|
+.area-aside-item .area-aside-item-children {
|
|
|
+ padding-left: 58px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ flex: 1;
|
|
|
+ flex-wrap: wrap;
|
|
|
+}
|
|
|
+.area-aside-item .area-aside-item-child {
|
|
|
+ margin: 0 6px;
|
|
|
+}
|
|
|
+.area-group--bottom {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ align-items: center;
|
|
|
+ margin-bottom: 22px;
|
|
|
+}
|
|
|
+.area-item--bottom .area-aside-item .area-aside-item-name {
|
|
|
+ max-height: 28px;
|
|
|
+}
|
|
|
+.area-item--bottom {
|
|
|
+ width: 25%;
|
|
|
+ align-self: flex-start;
|
|
|
}
|
|
|
+/* 底部地区导航 end */
|