Merge branch 'main' of http://git.zihai.cn/szj1219/JiaZhiQianYan-MiniProgram
# Conflicts: # unpackage/dist/dev/.sourcemap/mp-weixin/pages/concept/historicalTimeline/historicalTimeline.js.map # unpackage/dist/dev/mp-weixin/common/vendor.js
This commit is contained in:
577
unpackage/dist/dev/mp-weixin/pages/index/index.wxss
vendored
577
unpackage/dist/dev/mp-weixin/pages/index/index.wxss
vendored
@@ -1,577 +0,0 @@
|
||||
page {
|
||||
background-color: #070707;
|
||||
}
|
||||
.topBg {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
.topC {
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
.topC .searchC {
|
||||
background-color: #292929B3;
|
||||
margin: 20rpx 25rpx 0;
|
||||
padding: 0 25rpx;
|
||||
height: 70rpx;
|
||||
border-radius: 35rpx;
|
||||
font-size: 22rpx;
|
||||
font-weight: 500;
|
||||
}
|
||||
.topC .searchC .icon {
|
||||
margin-right: 12rpx;
|
||||
width: 25rpx;
|
||||
height: auto;
|
||||
}
|
||||
.topC .searchC input {
|
||||
height: 100%;
|
||||
color: white;
|
||||
}
|
||||
.topC .screenC {
|
||||
margin: 0 25rpx;
|
||||
border-bottom: solid 1rpx #373737;
|
||||
}
|
||||
.topC .screenC .item {
|
||||
padding: 0 8rpx;
|
||||
height: 64rpx;
|
||||
font-size: 24rpx;
|
||||
color: #CCCDD1;
|
||||
}
|
||||
.topC .screenC .item .icon {
|
||||
margin-right: 13rpx;
|
||||
width: 17rpx;
|
||||
height: auto;
|
||||
}
|
||||
.topC .screenC .item .arrow {
|
||||
margin-left: 9rpx;
|
||||
width: 11rpx;
|
||||
height: auto;
|
||||
}
|
||||
.topC .screenC .item:first-child .icon {
|
||||
margin-right: 12rpx;
|
||||
width: 20rpx;
|
||||
height: auto;
|
||||
}
|
||||
.topC .screenC .item.level .icon {
|
||||
margin-right: 13rpx;
|
||||
width: 16rpx;
|
||||
height: auto;
|
||||
}
|
||||
.topC .timeCategoryC {
|
||||
margin-top: 10rpx;
|
||||
}
|
||||
.topC .timeCategoryC .item {
|
||||
line-height: 60rpx;
|
||||
font-size: 32rpx;
|
||||
color: #CCCDD1;
|
||||
text-align: center;
|
||||
}
|
||||
.topC .timeCategoryC .item.select {
|
||||
font-weight: bold;
|
||||
color: #F3C368;
|
||||
}
|
||||
.topC .topCategoryC {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.topC .topCategoryC .item {
|
||||
display: inline-block;
|
||||
line-height: 72rpx;
|
||||
padding: 0 28rpx;
|
||||
font-size: 27rpx;
|
||||
font-weight: 500;
|
||||
color: #939393;
|
||||
}
|
||||
.topC .topCategoryC .item.select {
|
||||
font-weight: bold;
|
||||
color: #F3C368;
|
||||
}
|
||||
.topC .topCategoryC .item.select .line {
|
||||
background-color: #F3C368;
|
||||
left: calc((100% - 50rpx)/2);
|
||||
width: 50rpx;
|
||||
height: 2rpx;
|
||||
bottom: 0;
|
||||
}
|
||||
.topC .secondCategoryC {
|
||||
white-space: nowrap;
|
||||
padding: 21rpx 20rpx;
|
||||
}
|
||||
.topC .secondCategoryC .item {
|
||||
display: inline-block;
|
||||
line-height: 44rpx;
|
||||
padding: 0 11rpx;
|
||||
font-size: 24rpx;
|
||||
font-weight: 500;
|
||||
color: #42485B;
|
||||
}
|
||||
.topC .secondCategoryC .item.select {
|
||||
background-color: #FFF6F0;
|
||||
color: #F97316;
|
||||
border-radius: 5rpx;
|
||||
}
|
||||
.eventListC {
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: calc(55px + env(safe-area-inset-bottom));
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.eventListC .list {
|
||||
padding: 0 25rpx;
|
||||
}
|
||||
.eventListC .list .item {
|
||||
background: linear-gradient(-30deg, #FFF6F0 0%, #FEFEFE 100%);
|
||||
margin-bottom: 20rpx;
|
||||
padding: 30rpx 0;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
.eventListC .list .item .levelTitleC {
|
||||
padding: 0 18rpx 0 20rpx;
|
||||
}
|
||||
.eventListC .list .item .levelTitleC .level {
|
||||
margin-right: 18rpx;
|
||||
width: 50rpx;
|
||||
line-height: 40rpx;
|
||||
border-radius: 10rpx;
|
||||
font-size: 30rpx;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
text-align: center;
|
||||
}
|
||||
.eventListC .list .item .levelTitleC .level.S {
|
||||
background-color: #CC4C02;
|
||||
}
|
||||
.eventListC .list .item .levelTitleC .level.A {
|
||||
background-color: #EC7014;
|
||||
}
|
||||
.eventListC .list .item .levelTitleC .level.B {
|
||||
background-color: #FB9A29;
|
||||
}
|
||||
.eventListC .list .item .levelTitleC .level.C {
|
||||
background-color: #FEC44F;
|
||||
}
|
||||
.eventListC .list .item .levelTitleC .title {
|
||||
font-size: 30rpx;
|
||||
font-weight: bold;
|
||||
color: #3D3D3D;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.eventListC .list .item .content {
|
||||
margin: 20rpx 22rpx 0;
|
||||
font-size: 24rpx;
|
||||
font-weight: 500;
|
||||
color: #71675D;
|
||||
word-break: break-all;
|
||||
}
|
||||
.eventListC .list .item .content.retract {
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 3;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
.eventListC .list .item .increaseRateList {
|
||||
white-space: nowrap;
|
||||
margin: 20rpx 22rpx 0;
|
||||
}
|
||||
.eventListC .list .item .increaseRateList .rateItem {
|
||||
display: inline-block;
|
||||
margin-right: 15rpx;
|
||||
line-height: 44rpx;
|
||||
padding: 0 14rpx;
|
||||
border-radius: 10rpx;
|
||||
font-size: 22rpx;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
}
|
||||
.eventListC .list .item .increaseRateList .rateItem .arrow {
|
||||
width: 15rpx;
|
||||
height: auto;
|
||||
}
|
||||
.eventListC .list .item .increaseRateList .rateItem.up {
|
||||
background-color: #EC3440;
|
||||
}
|
||||
.eventListC .list .item .increaseRateList .rateItem.down {
|
||||
background-color: #355422;
|
||||
}
|
||||
.eventListC .list .item .stockList {
|
||||
white-space: nowrap;
|
||||
margin-top: 20rpx;
|
||||
}
|
||||
.eventListC .list .item .stockList .stockItem {
|
||||
background-color: #F8F8F8;
|
||||
margin-right: 21rpx;
|
||||
display: inline-block;
|
||||
padding: 0 20rpx;
|
||||
line-height: 60rpx;
|
||||
border-radius: 10rpx;
|
||||
font-size: 30rpx;
|
||||
font-weight: bold;
|
||||
color: #222;
|
||||
}
|
||||
.eventListC .list .item .stockList .stockItem .change.down {
|
||||
color: #355422;
|
||||
}
|
||||
.eventListC .list .item .stockList .stockItem .change.up {
|
||||
color: #F97316;
|
||||
}
|
||||
.eventListC .list .item .timeToolBarC {
|
||||
margin-top: 20rpx;
|
||||
}
|
||||
.eventListC .list .item .timeToolBarC .time {
|
||||
margin-left: 22rpx;
|
||||
font-size: 22rpx;
|
||||
font-weight: 500;
|
||||
color: #666;
|
||||
}
|
||||
.eventListC .list .item .timeToolBarC .toolBarC .toolItem {
|
||||
padding: 0 20rpx;
|
||||
font-size: 26rpx;
|
||||
font-weight: bold;
|
||||
color: #666;
|
||||
}
|
||||
.eventListC .list .item .timeToolBarC .toolBarC .toolItem .icon {
|
||||
margin-right: 13rpx;
|
||||
width: 29rpx;
|
||||
height: auto;
|
||||
}
|
||||
.eventListC .list .item .timeToolBarC .toolBarC .toolItem:first-child .icon {
|
||||
margin-right: 15rpx;
|
||||
width: 33rpx;
|
||||
height: auto;
|
||||
}
|
||||
.screenPopup {
|
||||
background-color: white;
|
||||
border-radius: 0 0 20rpx 20rpx;
|
||||
overflow: hidden;
|
||||
}
|
||||
.screenPopup .navC {
|
||||
padding: 0 25rpx;
|
||||
font-size: 36rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
.screenPopup .navC .icon {
|
||||
margin-right: 12rpx;
|
||||
width: 32rpx;
|
||||
height: auto;
|
||||
}
|
||||
.screenPopup .screenC {
|
||||
margin: 20rpx 25rpx 0;
|
||||
border-bottom: solid 1rpx #F0F0F0;
|
||||
}
|
||||
.screenPopup .screenC .item {
|
||||
padding: 0 8rpx;
|
||||
height: 64rpx;
|
||||
font-size: 24rpx;
|
||||
color: #3E3E3E;
|
||||
}
|
||||
.screenPopup .screenC .item .icon {
|
||||
margin-right: 13rpx;
|
||||
width: 17rpx;
|
||||
height: auto;
|
||||
}
|
||||
.screenPopup .screenC .item .arrow {
|
||||
margin-left: 9rpx;
|
||||
width: 11rpx;
|
||||
height: auto;
|
||||
}
|
||||
.screenPopup .screenC .item:first-child .icon {
|
||||
margin-right: 12rpx;
|
||||
width: 20rpx;
|
||||
height: auto;
|
||||
}
|
||||
.screenPopup .screenC .item.level .icon {
|
||||
margin-right: 13rpx;
|
||||
width: 16rpx;
|
||||
height: auto;
|
||||
}
|
||||
.screenPopup .quickTimeC {
|
||||
padding: 30rpx 48rpx 20rpx;
|
||||
}
|
||||
.screenPopup .quickTimeC .item {
|
||||
margin: 0 32rpx 30rpx 0;
|
||||
width: calc((100% - 96rpx)/4);
|
||||
line-height: 58rpx;
|
||||
border-radius: 30rpx;
|
||||
border: solid 1rpx #4E4E4E;
|
||||
font-size: 24rpx;
|
||||
font-weight: 500;
|
||||
color: #4E4E4E;
|
||||
text-align: center;
|
||||
}
|
||||
.screenPopup .quickTimeC .item:nth-child(4n) {
|
||||
margin-right: 0;
|
||||
}
|
||||
.screenPopup .quickTimeC .item.select {
|
||||
border: solid 1rpx #F3C368;
|
||||
color: #F3C368;
|
||||
}
|
||||
.screenPopup .dateRangeC {
|
||||
padding: 0 25rpx;
|
||||
border-radius: 5rpx;
|
||||
}
|
||||
.screenPopup .dateRangeC .dateC {
|
||||
background-color: #F7F7F7;
|
||||
height: 76rpx;
|
||||
border-radius: 38rpx;
|
||||
font-size: 24rpx;
|
||||
font-weight: 500;
|
||||
color: #999;
|
||||
}
|
||||
.screenPopup .dateRangeC .dateC .icon {
|
||||
margin-right: 17rpx;
|
||||
width: 28rpx;
|
||||
height: auto;
|
||||
}
|
||||
.screenPopup .dateRangeC .dateC.select {
|
||||
border: solid 1rpx #F3C368;
|
||||
color: #F3C368;
|
||||
}
|
||||
.screenPopup .dateRangeC .line {
|
||||
background-color: #999;
|
||||
margin: 0 12rpx;
|
||||
width: 36rpx;
|
||||
height: 2rpx;
|
||||
}
|
||||
.screenPopup .dateList {
|
||||
width: 50%;
|
||||
height: 430rpx;
|
||||
}
|
||||
.screenPopup .dateList .item {
|
||||
line-height: 43px;
|
||||
font-size: 32rpx;
|
||||
font-weight: 500;
|
||||
color: #778595;
|
||||
text-align: center;
|
||||
}
|
||||
.screenPopup .industrySearchC {
|
||||
background-color: #F6F6F6;
|
||||
margin: 30rpx 25rpx 0;
|
||||
padding: 0 22rpx;
|
||||
height: 75rpx;
|
||||
border: solid 1rpx #DBDBDB;
|
||||
border-radius: 10rpx;
|
||||
font-size: 26rpx;
|
||||
font-weight: 500;
|
||||
}
|
||||
.screenPopup .industrySearchC .icon {
|
||||
margin-right: 16rpx;
|
||||
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;
|
||||
}
|
||||
.screenPopup .searchResultList .item {
|
||||
padding: 10rpx 44rpx;
|
||||
font-size: 26rpx;
|
||||
font-weight: 500;
|
||||
color: #444;
|
||||
}
|
||||
.screenPopup .searchResultList .item .key {
|
||||
color: #F97316;
|
||||
}
|
||||
.screenPopup .industryList {
|
||||
margin-top: 24rpx;
|
||||
max-height: 500rpx;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.screenPopup .industryList .selectCategoryList {
|
||||
padding: 0 22rpx;
|
||||
}
|
||||
.screenPopup .industryList .selectCategoryList .item {
|
||||
background-color: #FFF1E7;
|
||||
margin-right: 15rpx;
|
||||
padding-left: 16rpx;
|
||||
line-height: 38rpx;
|
||||
border-radius: 10rpx;
|
||||
border: solid 0.5px #F97316;
|
||||
font-size: 22rpx;
|
||||
font-weight: 500;
|
||||
color: #F97316;
|
||||
}
|
||||
.screenPopup .industryList .selectCategoryList .item .deleteC {
|
||||
padding: 0 11rpx;
|
||||
}
|
||||
.screenPopup .industryList .selectCategoryList .item .deleteC .icon {
|
||||
width: 15rpx;
|
||||
height: 15rpx;
|
||||
}
|
||||
.screenPopup .industryList .list {
|
||||
margin-top: 20rpx;
|
||||
}
|
||||
.screenPopup .industryList .list .topCategory {
|
||||
padding: 0 22rpx;
|
||||
font-size: 28rpx;
|
||||
font-weight: bold;
|
||||
color: #F97316;
|
||||
}
|
||||
.screenPopup .industryList .list .secondItem {
|
||||
padding: 0 22rpx;
|
||||
}
|
||||
.screenPopup .industryList .list .thirdItem {
|
||||
padding-left: 36rpx;
|
||||
}
|
||||
.screenPopup .industryList .list .forthItem {
|
||||
padding-left: 36rpx;
|
||||
}
|
||||
.screenPopup .industryList .list .forthItem .categoryC.select {
|
||||
border-bottom: solid 0.5px #F97316;
|
||||
}
|
||||
.screenPopup .industryList .list .categoryC {
|
||||
height: 50rpx;
|
||||
}
|
||||
.screenPopup .industryList .list .categoryC .spread {
|
||||
margin-right: 12rpx;
|
||||
width: 24rpx;
|
||||
line-height: 22rpx;
|
||||
border: solid 0.5px #8C8C8C;
|
||||
font-size: 22rpx;
|
||||
color: #8C8C8C;
|
||||
text-align: center;
|
||||
}
|
||||
.screenPopup .industryList .list .categoryC .category {
|
||||
font-size: 24rpx;
|
||||
font-weight: 500;
|
||||
color: #444;
|
||||
}
|
||||
.screenPopup .industryList .list .categoryC.select .spread {
|
||||
color: #F97316;
|
||||
border: solid 0.5px #F97316;
|
||||
}
|
||||
.screenPopup .industryList .list .categoryC.select .category {
|
||||
color: #F97316;
|
||||
}
|
||||
.screenPopup .industryList .list .categoryC.select .selectC {
|
||||
width: 24rpx;
|
||||
height: 24rpx;
|
||||
border: solid 0.5px #F97316;
|
||||
}
|
||||
.screenPopup .industryList .list .categoryC.select .selectC .icon {
|
||||
display: block;
|
||||
width: 20rpx;
|
||||
height: auto;
|
||||
}
|
||||
.screenPopup .importanceList {
|
||||
margin-top: 12rpx;
|
||||
padding: 0 50rpx 25rpx;
|
||||
}
|
||||
.screenPopup .importanceList .item {
|
||||
background-color: #F7F7F7;
|
||||
margin-bottom: 20rpx;
|
||||
padding: 0 50rpx;
|
||||
height: 70rpx;
|
||||
border-radius: 10rpx;
|
||||
font-size: 24rpx;
|
||||
font-weight: 500;
|
||||
color: #4E4E4E;
|
||||
}
|
||||
.screenPopup .importanceList .item.select {
|
||||
border: solid 2rpx #F3C368;
|
||||
}
|
||||
.screenPopup .importanceList .item.select .icon {
|
||||
width: 26rpx;
|
||||
height: auto;
|
||||
}
|
||||
.screenPopup .sortTypeList {
|
||||
padding: 0 25rpx 15rpx;
|
||||
}
|
||||
.screenPopup .sortTypeList .item {
|
||||
height: 80rpx;
|
||||
border-bottom: solid 1rpx #EAEAEA;
|
||||
font-size: 24rpx;
|
||||
font-weight: 500;
|
||||
color: #778595;
|
||||
}
|
||||
.screenPopup .sortTypeList .item .icon {
|
||||
margin-right: 12rpx;
|
||||
width: 23rpx;
|
||||
height: auto;
|
||||
}
|
||||
.screenPopup .sortTypeList .item.select {
|
||||
color: #3D3D3D;
|
||||
}
|
||||
.screenPopup .sortTypeList .item:last-child {
|
||||
border: none;
|
||||
}
|
||||
.screenPopup .btnC {
|
||||
overflow: hidden;
|
||||
}
|
||||
.screenPopup .btnC .btn {
|
||||
line-height: 100rpx;
|
||||
font-size: 28rpx;
|
||||
text-align: center;
|
||||
}
|
||||
.screenPopup .btnC .btn.cancel {
|
||||
background-color: #F8F7FD;
|
||||
font-weight: 500;
|
||||
color: #999;
|
||||
}
|
||||
.screenPopup .btnC .btn.certain {
|
||||
background-color: #F3C368;
|
||||
font-weight: bold;
|
||||
color: #101213;
|
||||
}
|
||||
Reference in New Issue
Block a user