-
+
+
+ 123
+
+
+
+
金属抛光粉尘管理与净化系统
+
+ 寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法寻求电梯导轨更高效的方法
+
+
+ 装备制造
+ 技术需求
+
+
2021-07-23发布
+
+
@@ -236,44 +251,79 @@ export default {
justify-content: flex-start;
.screen_item {
display: flex;
- flex-direction: column;
- justify-content: space-between;
- width: calc((100% - 24px) / 3);
- height: 292px;
- margin-right: 12px;
- box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
- margin-bottom: 14px;
- cursor: pointer;
- border-radius: 6px;
- overflow: hidden;
- padding: 30px 20px;
- .title {
- font-size: 18px;
- color: #333;
- .txt {
+ border: 1px solid #ffa32c;
+ padding: 15px;
+ margin-top: 30px;
+ .screen_item_l {
+ width: 225px;
+ }
+ .screen_item_r {
+ width: calc(100% - 225px);
+ margin-left: 15px;
+ .title {
+ font-size: 18px;
+ font-weight: bold;
color: #ffa32c;
+ padding: 10px 0;
+ }
+ .text {
+ font-size: 14px;
+ line-height: 20px;
+ color: #999;
+ }
+ .tags {
+ margin-top: 15px;
+ .el-tag {
+ margin-right: 15px;
+ }
+ }
+ .time {
+ font-size: 14px;
+ color: #999;
+ text-align: right;
}
}
- .tags {
- margin-top: 22px;
- .el-tag {
- margin-right: 10px;
- }
- }
- p {
- font-size: 16px;
- color: #666;
- line-height: 27px;
- }
- .time {
- text-align: right;
- font-size: 16px;
- color: #999;
- }
- }
- .screen_item:nth-of-type(3n + 0) {
- margin-right: 0;
}
+ // .screen_item {
+ // display: flex;
+ // flex-direction: column;
+ // justify-content: space-between;
+ // width: calc((100% - 24px) / 3);
+ // height: 292px;
+ // margin-right: 12px;
+ // box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
+ // margin-bottom: 14px;
+ // cursor: pointer;
+ // border-radius: 6px;
+ // overflow: hidden;
+ // padding: 30px 20px;
+ // .title {
+ // font-size: 18px;
+ // color: #333;
+ // .txt {
+ // color: #ffa32c;
+ // }
+ // }
+ // .tags {
+ // margin-top: 22px;
+ // .el-tag {
+ // margin-right: 10px;
+ // }
+ // }
+ // p {
+ // font-size: 16px;
+ // color: #666;
+ // line-height: 27px;
+ // }
+ // .time {
+ // text-align: right;
+ // font-size: 16px;
+ // color: #999;
+ // }
+ // }
+ // .screen_item:nth-of-type(3n + 0) {
+ // margin-right: 0;
+ // }
}
.el-pagination {
text-align: right;