12.12 页面风格改版,增加事件详情相关概念网页跳转,增加绑定手机号功能

This commit is contained in:
尚政杰
2025-12-12 19:35:08 +08:00
parent 44842120da
commit 13c783a0ad
256 changed files with 4046 additions and 2986 deletions

View File

@@ -1,118 +1,104 @@
page {
background-color: #070707;
}
.topBg {
top: 0;
left: 0;
width: 100%;
height: auto;
}
.navTitle {
left: 0;
margin: 0 23rpx;
font-size: 36rpx;
font-weight: bold;
color: white;
}
.searchC {
background-color: white;
.topC {
left: 0;
right: 0;
}
.topC .searchC {
background-color: #292929B3;
margin: 20rpx 25rpx 0;
padding: 0 20rpx;
height: 75rpx;
border-radius: 20rpx;
font-size: 26rpx;
padding: 0 25rpx;
height: 70rpx;
border-radius: 35rpx;
font-size: 22rpx;
font-weight: 500;
}
.searchC .icon {
margin-right: 16rpx;
width: 30rpx;
.topC .searchC .icon {
margin-right: 12rpx;
width: 25rpx;
height: auto;
}
.searchC input {
.topC .searchC input {
height: 100%;
}
.searchC .line {
background-color: #E1E1E1;
width: 1rpx;
height: 40rpx;
.topC .screenC {
margin: 0 25rpx;
border-bottom: solid 1rpx #373737;
}
.searchC .search {
padding: 0 25rpx;
color: #F97316;
.topC .screenC .item {
padding: 0 8rpx;
height: 64rpx;
font-size: 24rpx;
color: #CCCDD1;
}
.screenCategoryC {
background-color: white;
margin-top: 22rpx;
left: 0;
right: 0;
border-radius: 20rpx 20rpx 0 0;
.topC .screenC .item .icon {
margin-right: 13rpx;
width: 17rpx;
height: auto;
}
.screenCategoryC .sortScreenC {
font-weight: 500;
.topC .screenC .item .arrow {
margin-left: 9rpx;
width: 11rpx;
height: auto;
}
.screenCategoryC .sortScreenC .timeCategoryC .item {
.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 {
display: inline-block;
padding: 0 26rpx;
line-height: 80rpx;
line-height: 60rpx;
font-size: 32rpx;
color: #42485B;
color: #CCCDD1;
}
.screenCategoryC .sortScreenC .timeCategoryC .item.select {
.topC .timeCategoryC .item.select {
font-weight: bold;
color: #F97316;
color: #F3C368;
}
.screenCategoryC .sortScreenC .sortC {
padding: 0 14rpx;
font-size: 24rpx;
color: #999;
}
.screenCategoryC .sortScreenC .sortC .icon {
margin-right: 4rpx;
width: 22rpx;
height: auto;
}
.screenCategoryC .sortScreenC .line {
background-color: #999;
width: 1rpx;
height: 25rpx;
}
.screenCategoryC .sortScreenC .screenC {
padding: 0 14rpx;
font-size: 24rpx;
color: #999;
}
.screenCategoryC .sortScreenC .screenC .icon {
margin-right: 5rpx;
width: 24rpx;
height: auto;
}
.screenCategoryC .topCategoryC {
.topC .topCategoryC {
white-space: nowrap;
border-bottom: solid 1rpx #E4E4E4;
}
.screenCategoryC .topCategoryC .item {
.topC .topCategoryC .item {
display: inline-block;
line-height: 72rpx;
padding: 0 28rpx;
font-size: 27rpx;
font-weight: 500;
color: #42485B;
color: #939393;
}
.screenCategoryC .topCategoryC .item.select {
.topC .topCategoryC .item.select {
font-weight: bold;
color: black;
color: #F3C368;
}
.screenCategoryC .topCategoryC .item.select .line {
background-color: #F97316;
.topC .topCategoryC .item.select .line {
background-color: #F3C368;
left: calc((100% - 50rpx)/2);
width: 50rpx;
height: 2rpx;
bottom: 0;
}
.screenCategoryC .secondCategoryC {
.topC .secondCategoryC {
white-space: nowrap;
padding: 21rpx 20rpx;
}
.screenCategoryC .secondCategoryC .item {
.topC .secondCategoryC .item {
display: inline-block;
line-height: 44rpx;
padding: 0 11rpx;
@@ -120,13 +106,12 @@
font-weight: 500;
color: #42485B;
}
.screenCategoryC .secondCategoryC .item.select {
.topC .secondCategoryC .item.select {
background-color: #FFF6F0;
color: #F97316;
border-radius: 5rpx;
}
.eventListC {
background-color: white;
left: 0;
right: 0;
bottom: calc(55px + env(safe-area-inset-bottom));
@@ -136,11 +121,16 @@
padding: 0 25rpx;
}
.eventListC .list .item {
background: linear-gradient(-30deg, #FFF6F0 0%, #FEFEFE 100%);
margin-bottom: 20rpx;
padding: 30rpx 0;
border-bottom: solid 1rpx #E4E4E4;
border-radius: 10rpx;
}
.eventListC .list .item .level {
margin-right: 16rpx;
.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;
@@ -149,28 +139,31 @@
color: white;
text-align: center;
}
.eventListC .list .item .level.S {
.eventListC .list .item .levelTitleC .level.S {
background-color: #CC4C02;
}
.eventListC .list .item .level.A {
.eventListC .list .item .levelTitleC .level.A {
background-color: #EC7014;
}
.eventListC .list .item .level.B {
.eventListC .list .item .levelTitleC .level.B {
background-color: #FB9A29;
}
.eventListC .list .item .level.C {
.eventListC .list .item .levelTitleC .level.C {
background-color: #FEC44F;
}
.eventListC .list .item .title {
.eventListC .list .item .levelTitleC .title {
font-size: 30rpx;
font-weight: bold;
color: #222;
color: #3D3D3D;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.eventListC .list .item .content {
margin-top: 20rpx;
margin: 20rpx 22rpx 0;
font-size: 24rpx;
font-weight: 500;
color: #666;
color: #71675D;
word-break: break-all;
}
.eventListC .list .item .content.retract {
@@ -182,7 +175,7 @@
}
.eventListC .list .item .increaseRateList {
white-space: nowrap;
margin-top: 24rpx;
margin: 20rpx 22rpx 0;
}
.eventListC .list .item .increaseRateList .rateItem {
display: inline-block;
@@ -199,7 +192,7 @@
height: auto;
}
.eventListC .list .item .increaseRateList .rateItem.up {
background-color: #C00000;
background-color: #EC3440;
}
.eventListC .list .item .increaseRateList .rateItem.down {
background-color: #355422;
@@ -229,9 +222,10 @@
margin-top: 20rpx;
}
.eventListC .list .item .timeToolBarC .time {
margin-left: 22rpx;
font-size: 22rpx;
font-weight: 500;
color: #aaa;
color: #666;
}
.eventListC .list .item .timeToolBarC .toolBarC .toolItem {
padding: 0 20rpx;
@@ -249,30 +243,6 @@
width: 33rpx;
height: auto;
}
.sortPopup {
background-color: white;
margin-left: calc(100% - (170rpx + 54rpx));
width: 170rpx;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-radius: 10rpx;
}
.sortPopup .arrow {
top: -13rpx;
left: 38rpx;
width: 26rpx;
height: auto;
}
.sortPopup .list .item {
padding: 20rpx;
font-size: 24rpx;
font-weight: 500;
color: #444;
}
.sortPopup .list .item .icon {
margin-right: 11rpx;
width: 20rpx;
height: 20rpx;
}
.screenPopup {
background-color: white;
border-radius: 0 0 20rpx 20rpx;
@@ -288,133 +258,100 @@
width: 32rpx;
height: auto;
}
.screenPopup .screenCategoryList {
background-color: #F8F7FD;
width: 175rpx;
.screenPopup .screenC {
margin: 20rpx 25rpx 0;
border-bottom: solid 1rpx #F0F0F0;
}
.screenPopup .screenCategoryList .item {
padding: 0 23rpx;
line-height: 90rpx;
font-size: 28rpx;
font-weight: 500;
color: #333;
}
.screenPopup .screenCategoryList .item.select {
background-color: white;
font-weight: bold;
color: #F97316;
}
.screenPopup .screenCategoryList .item.select .line {
background-color: #F97316;
top: calc((100% - 25rpx)/2);
left: 0;
width: 8rpx;
height: 25rpx;
border-radius: 0 5rpx 5rpx 0;
}
.screenPopup .screenContentC {
padding: 30rpx 0 60rpx;
max-height: 1100rpx;
overflow-y: scroll;
}
.screenPopup .screenContentC .section {
padding: 0 20rpx;
font-size: 30rpx;
font-weight: 500;
color: #222;
}
.screenPopup .screenContentC .dateC {
background-color: #F6F6F6;
margin: 30rpx 20rpx 0;
height: 70rpx;
border-radius: 5rpx;
font-size: 28rpx;
font-weight: 500;
color: #858C9A;
}
.screenPopup .screenContentC .dateC .start {
text-align: right;
}
.screenPopup .screenContentC .dateC .and {
margin: 0 20rpx;
}
.screenPopup .screenContentC .yearMonthC {
margin-top: 30rpx;
padding: 0 30rpx;
}
.screenPopup .screenContentC .yearMonthC .yearMonth {
text-align: center;
.screenPopup .screenC .item {
padding: 0 8rpx;
height: 64rpx;
font-size: 24rpx;
color: #3E3E3E;
}
.screenPopup .screenContentC .yearMonthC .btn {
background-color: #f8f8f8;
width: 40rpx;
height: 40rpx;
border-radius: 50%;
}
.screenPopup .screenContentC .yearMonthC .btn .icon {
display: block;
width: 24rpx;
.screenPopup .screenC .item .icon {
margin-right: 13rpx;
width: 17rpx;
height: auto;
}
.screenPopup .screenContentC .weekList {
margin-top: 20rpx;
padding: 0 30rpx;
.screenPopup .screenC .item .arrow {
margin-left: 9rpx;
width: 11rpx;
height: auto;
}
.screenPopup .screenContentC .weekList .item {
line-height: 40rpx;
.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;
color: #a1a1a1;
text-align: center;
}
.screenPopup .screenContentC .monthDateList {
padding: 0 30rpx;
}
.screenPopup .screenContentC .monthDateList .item {
margin-bottom: 10rpx;
width: calc(100%/7);
}
.screenPopup .screenContentC .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;
}
.screenPopup .screenContentC .monthDateList .item .date.select {
background-color: #FF7E1A;
color: white;
}
.screenPopup .screenContentC .monthDateList .item .date.today {
color: #FF7E1A;
}
.screenPopup .screenContentC .monthDateList .item .date.inRange {
background-color: #FFF2EB;
}
.screenPopup .screenContentC .monthDateList .item .date.notCurrentMonth {
background-color: #fdfdfd;
color: #c3c3c3;
}
.screenPopup .screenContentC .monthDateList .item .eventNum {
margin-top: 12rpx;
width: 80rpx;
height: 30rpx;
line-height: 30rpx;
border-radius: 5rpx;
font-size: 16rpx;
font-weight: 500;
color: white;
color: #4E4E4E;
text-align: center;
}
.screenPopup .screenContentC .industryCategoryC {
.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 {
height: 430rpx;
}
.screenPopup .dateList .item {
line-height: 43px;
font-size: 32rpx;
font-weight: 500;
color: #778595;
text-align: center;
}
.screenPopup .industryCategoryC {
margin: 14rpx 20rpx 0;
padding-bottom: 20rpx;
border-bottom: solid 1rpx #E4E4E4;
}
.screenPopup .screenContentC .industryCategoryC .item {
.screenPopup .industryCategoryC .item {
background-color: #F6F6F6;
margin: 0 20rpx 20rpx 0;
padding: 0 30rpx;
@@ -424,11 +361,11 @@
font-weight: 500;
color: #666;
}
.screenPopup .screenContentC .industryCategoryC .item.select {
.screenPopup .industryCategoryC .item.select {
background-color: #F97316;
color: white;
}
.screenPopup .screenContentC .industrySearchC {
.screenPopup .industrySearchC {
background-color: #F6F6F6;
margin: 28rpx 22rpx 0;
padding: 0 22rpx;
@@ -438,27 +375,33 @@
font-size: 26rpx;
font-weight: 500;
}
.screenPopup .screenContentC .industrySearchC .icon {
.screenPopup .industrySearchC .icon {
margin-right: 16rpx;
width: 30rpx;
height: auto;
}
.screenPopup .screenContentC .searchResultList .item {
.screenPopup .searchResultList {
max-height: 500rpx;
overflow-y: scroll;
}
.screenPopup .searchResultList .item {
padding: 10rpx 44rpx;
font-size: 26rpx;
font-weight: 500;
color: #444;
}
.screenPopup .screenContentC .searchResultList .item .key {
.screenPopup .searchResultList .item .key {
color: #F97316;
}
.screenPopup .screenContentC .industryList {
.screenPopup .industryList {
margin-top: 24rpx;
max-height: 500rpx;
overflow-y: scroll;
}
.screenPopup .screenContentC .industryList .selectCategoryList {
.screenPopup .industryList .selectCategoryList {
padding: 0 22rpx;
}
.screenPopup .screenContentC .industryList .selectCategoryList .item {
.screenPopup .industryList .selectCategoryList .item {
background-color: #FFF1E7;
margin-right: 15rpx;
padding-left: 16rpx;
@@ -469,38 +412,38 @@
font-weight: 500;
color: #F97316;
}
.screenPopup .screenContentC .industryList .selectCategoryList .item .deleteC {
.screenPopup .industryList .selectCategoryList .item .deleteC {
padding: 0 11rpx;
}
.screenPopup .screenContentC .industryList .selectCategoryList .item .deleteC .icon {
.screenPopup .industryList .selectCategoryList .item .deleteC .icon {
width: 15rpx;
height: 15rpx;
}
.screenPopup .screenContentC .industryList .list {
.screenPopup .industryList .list {
margin-top: 20rpx;
}
.screenPopup .screenContentC .industryList .list .topCategory {
.screenPopup .industryList .list .topCategory {
padding: 0 22rpx;
font-size: 28rpx;
font-weight: bold;
color: #F97316;
}
.screenPopup .screenContentC .industryList .list .secondItem {
.screenPopup .industryList .list .secondItem {
padding: 0 22rpx;
}
.screenPopup .screenContentC .industryList .list .thirdItem {
.screenPopup .industryList .list .thirdItem {
padding-left: 36rpx;
}
.screenPopup .screenContentC .industryList .list .forthItem {
.screenPopup .industryList .list .forthItem {
padding-left: 36rpx;
}
.screenPopup .screenContentC .industryList .list .forthItem .categoryC.select {
.screenPopup .industryList .list .forthItem .categoryC.select {
border-bottom: solid 0.5px #F97316;
}
.screenPopup .screenContentC .industryList .list .categoryC {
.screenPopup .industryList .list .categoryC {
height: 50rpx;
}
.screenPopup .screenContentC .industryList .list .categoryC .spread {
.screenPopup .industryList .list .categoryC .spread {
margin-right: 12rpx;
width: 24rpx;
line-height: 22rpx;
@@ -509,45 +452,69 @@
color: #8C8C8C;
text-align: center;
}
.screenPopup .screenContentC .industryList .list .categoryC .category {
.screenPopup .industryList .list .categoryC .category {
font-size: 24rpx;
font-weight: 500;
color: #444;
}
.screenPopup .screenContentC .industryList .list .categoryC.select .spread {
.screenPopup .industryList .list .categoryC.select .spread {
color: #F97316;
border: solid 0.5px #F97316;
}
.screenPopup .screenContentC .industryList .list .categoryC.select .category {
.screenPopup .industryList .list .categoryC.select .category {
color: #F97316;
}
.screenPopup .screenContentC .industryList .list .categoryC.select .selectC {
.screenPopup .industryList .list .categoryC.select .selectC {
width: 24rpx;
height: 24rpx;
border: solid 0.5px #F97316;
}
.screenPopup .screenContentC .industryList .list .categoryC.select .selectC .icon {
.screenPopup .industryList .list .categoryC.select .selectC .icon {
display: block;
width: 20rpx;
height: auto;
}
.screenPopup .screenContentC .importanceList {
margin-top: 16rpx;
padding: 0 20rpx;
.screenPopup .importanceList {
margin-top: 12rpx;
padding: 0 50rpx 25rpx;
}
.screenPopup .screenContentC .importanceList .item {
background-color: #F6F6F6;
margin: 0 20rpx 20rpx 0;
width: 150rpx;
line-height: 70rpx;
.screenPopup .importanceList .item {
background-color: #F7F7F7;
margin-bottom: 20rpx;
padding: 0 50rpx;
height: 70rpx;
border-radius: 10rpx;
font-size: 28rpx;
color: #666;
text-align: center;
font-size: 24rpx;
font-weight: 500;
color: #4E4E4E;
}
.screenPopup .screenContentC .importanceList .item.select {
background-color: #F97316;
color: white;
.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;
@@ -563,7 +530,7 @@
color: #999;
}
.screenPopup .btnC .btn.certain {
background-color: #F97316;
background-color: #F3C368;
font-weight: bold;
color: white;
color: #101213;
}