12.17 事件详情相关概念,概念中心增加下拉刷新,分页加载,增加新闻详情展示
This commit is contained in:
@@ -337,6 +337,7 @@ page {
|
||||
height: 2rpx;
|
||||
}
|
||||
.screenPopup .dateList {
|
||||
width: 50%;
|
||||
height: 430rpx;
|
||||
}
|
||||
.screenPopup .dateList .item {
|
||||
@@ -346,28 +347,9 @@ page {
|
||||
color: #778595;
|
||||
text-align: center;
|
||||
}
|
||||
.screenPopup .industryCategoryC {
|
||||
margin: 14rpx 20rpx 0;
|
||||
padding-bottom: 20rpx;
|
||||
border-bottom: solid 1rpx #E4E4E4;
|
||||
}
|
||||
.screenPopup .industryCategoryC .item {
|
||||
background-color: #F6F6F6;
|
||||
margin: 0 20rpx 20rpx 0;
|
||||
padding: 0 30rpx;
|
||||
line-height: 70rpx;
|
||||
border-radius: 10rpx;
|
||||
font-size: 26rpx;
|
||||
font-weight: 500;
|
||||
color: #666;
|
||||
}
|
||||
.screenPopup .industryCategoryC .item.select {
|
||||
background-color: #F97316;
|
||||
color: white;
|
||||
}
|
||||
.screenPopup .industrySearchC {
|
||||
background-color: #F6F6F6;
|
||||
margin: 28rpx 22rpx 0;
|
||||
margin: 30rpx 25rpx 0;
|
||||
padding: 0 22rpx;
|
||||
height: 75rpx;
|
||||
border: solid 1rpx #DBDBDB;
|
||||
@@ -380,6 +362,65 @@ page {
|
||||
width: 30rpx;
|
||||
height: auto;
|
||||
}
|
||||
.screenPopup .industryCategoryC {
|
||||
margin-top: 38rpx;
|
||||
display: flex;
|
||||
}
|
||||
.screenPopup .industryCategoryC .topCategoryList {
|
||||
background-color: #F8F7FD;
|
||||
height: 736rpx;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.screenPopup .industryCategoryC .topCategoryList .item {
|
||||
padding: 0 26rpx;
|
||||
width: 175rpx;
|
||||
line-height: 90rpx;
|
||||
font-size: 28rpx;
|
||||
font-weight: 500;
|
||||
color: #333;
|
||||
}
|
||||
.screenPopup .industryCategoryC .topCategoryList .item.select {
|
||||
background-color: white;
|
||||
font-weight: bold;
|
||||
color: #E7A933;
|
||||
}
|
||||
.screenPopup .industryCategoryC .topCategoryList .item.select .line {
|
||||
background-color: #F3C368;
|
||||
top: calc((100% - 25rpx)/2);
|
||||
left: 0;
|
||||
width: 8rpx;
|
||||
height: 25rpx;
|
||||
border-radius: 0 5rpx 5rpx 0;
|
||||
}
|
||||
.screenPopup .industryCategoryC .secondCategoryList {
|
||||
width: 278rpx;
|
||||
}
|
||||
.screenPopup .industryCategoryC .secondCategoryList .item {
|
||||
padding: 0 26rpx;
|
||||
line-height: 90rpx;
|
||||
font-size: 28rpx;
|
||||
font-weight: 500;
|
||||
color: #333;
|
||||
}
|
||||
.screenPopup .industryCategoryC .secondCategoryList .item.select {
|
||||
font-weight: bold;
|
||||
color: #E7A933;
|
||||
}
|
||||
.screenPopup .industryCategoryC .thirdCategoryList .item {
|
||||
padding: 0 26rpx;
|
||||
line-height: 90rpx;
|
||||
font-size: 28rpx;
|
||||
font-weight: 500;
|
||||
color: #333;
|
||||
}
|
||||
.screenPopup .industryCategoryC .thirdCategoryList .item.select {
|
||||
font-weight: bold;
|
||||
color: #E7A933;
|
||||
}
|
||||
.screenPopup .industryCategoryC .thirdCategoryList .item.select .select {
|
||||
width: 22rpx;
|
||||
height: auto;
|
||||
}
|
||||
.screenPopup .searchResultList {
|
||||
max-height: 500rpx;
|
||||
overflow-y: scroll;
|
||||
|
||||
Reference in New Issue
Block a user