8.28 修改事件详情相关概念模块样式,增加股票详情信息来源展示

This commit is contained in:
尚政杰
2025-08-28 17:42:22 +08:00
parent 58b3414bdd
commit bf2388c3ec
403 changed files with 19843 additions and 1602 deletions

View File

@@ -248,12 +248,20 @@
color: #222;
}
.eventList .item .labelC {
display: inline-block;
margin-top: 12rpx;
}
.eventList .item .labelC .label {
display: inline-block;
margin-right: 10rpx;
padding: 0 10rpx;
line-height: 30rpx;
font-size: 20rpx;
font-weight: 500;
border-radius: 5rpx;
border: solid 1rpx #333;
}
.eventList .item .content {
margin-top: 20rpx;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
@@ -329,3 +337,74 @@
font-weight: 500;
color: #666;
}
.popup {
background-color: white;
padding: 30rpx 0;
}
.popup .yearMonthC {
padding: 0 30rpx;
}
.popup .yearMonthC .yearMonth {
text-align: center;
font-size: 24rpx;
}
.popup .yearMonthC .btn {
background-color: #f8f8f8;
width: 40rpx;
height: 40rpx;
border-radius: 50%;
}
.popup .yearMonthC .btn .icon {
display: block;
width: 24rpx;
height: auto;
}
.popup .weekList {
margin-top: 20rpx;
padding: 0 30rpx;
}
.popup .weekList .item {
line-height: 40rpx;
font-size: 24rpx;
color: #a1a1a1;
text-align: center;
}
.popup .monthDateList {
padding: 0 30rpx;
}
.popup .monthDateList .item {
margin-bottom: 10rpx;
width: calc(100%/7);
}
.popup .monthDateList .item .date {
background-color: #f8f8f8;
width: calc(100% - 10rpx);
line-height: 64rpx;
border-radius: 15rpx;
font-size: 24rpx;
font-weight: bold;
color: #333;
text-align: center;
}
.popup .monthDateList .item .date.today {
background-color: #FF7E1A;
color: white;
}
.popup .monthDateList .item .date.inRange {
background-color: #FFF2EB;
}
.popup .monthDateList .item .date.notCurrentMonth {
background-color: #fdfdfd;
color: #c3c3c3;
}
.popup .monthDateList .item .eventNum {
margin-top: 12rpx;
width: 80rpx;
height: 30rpx;
line-height: 30rpx;
border-radius: 5rpx;
font-size: 16rpx;
font-weight: 500;
color: white;
text-align: center;
}