12.12 页面风格改版,增加事件详情相关概念网页跳转,增加绑定手机号功能
This commit is contained in:
@@ -1,25 +1,22 @@
|
||||
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;
|
||||
background-color: #292929B3;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: 20rpx 25rpx 0;
|
||||
padding: 0 20rpx;
|
||||
height: 75rpx;
|
||||
border-radius: 20rpx;
|
||||
font-size: 26rpx;
|
||||
padding: 0 25rpx;
|
||||
height: 70rpx;
|
||||
border: solid 1rpx #363636;
|
||||
border-radius: 35rpx;
|
||||
font-size: 22rpx;
|
||||
font-weight: 500;
|
||||
}
|
||||
.searchC .icon {
|
||||
@@ -40,151 +37,198 @@
|
||||
color: #F97316;
|
||||
}
|
||||
.contentC {
|
||||
background-color: white;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: calc(55px + env(safe-area-inset-bottom));
|
||||
margin-top: 22rpx;
|
||||
border-radius: 20rpx 20rpx 0 0;
|
||||
margin-top: 20rpx;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.contentC .todayC {
|
||||
.contentC .calendarC {
|
||||
background: linear-gradient(-30deg, #FFF6F0 0%, #FEFEFE 100%);
|
||||
margin: 0 25rpx;
|
||||
border-radius: 20rpx;
|
||||
}
|
||||
.contentC .calendarC .todayC {
|
||||
padding: 12rpx 26rpx;
|
||||
}
|
||||
.contentC .todayC .todayDateC {
|
||||
.contentC .calendarC .todayC .todayDateC {
|
||||
font-size: 32rpx;
|
||||
font-weight: bold;
|
||||
color: #222;
|
||||
color: #CCCDD1;
|
||||
}
|
||||
.contentC .todayC .todayDateC .icon {
|
||||
.contentC .calendarC .todayC .todayDateC .icon {
|
||||
margin-left: 16rpx;
|
||||
width: 30rpx;
|
||||
height: auto;
|
||||
}
|
||||
.contentC .todayC .today {
|
||||
background-color: #F973161A;
|
||||
.contentC .calendarC .todayC .today {
|
||||
background-color: #F3C368;
|
||||
width: 40rpx;
|
||||
line-height: 40rpx;
|
||||
border-radius: 50%;
|
||||
font-size: 26rpx;
|
||||
font-weight: 500;
|
||||
color: #F97316;
|
||||
color: #070707;
|
||||
text-align: center;
|
||||
}
|
||||
.contentC .weekList .item {
|
||||
.contentC .calendarC .weekList .item {
|
||||
line-height: 40rpx;
|
||||
font-size: 24rpx;
|
||||
font-weight: 500;
|
||||
color: #292621;
|
||||
text-align: center;
|
||||
}
|
||||
.contentC .weekDateList .item {
|
||||
padding-top: 14rpx;
|
||||
.contentC .calendarC .weekDateList {
|
||||
margin-top: 6rpx;
|
||||
padding: 0 20rpx;
|
||||
}
|
||||
.contentC .weekDateList .item .date {
|
||||
width: 40rpx;
|
||||
line-height: 40rpx;
|
||||
font-size: 24rpx;
|
||||
text-align: center;
|
||||
}
|
||||
.contentC .weekDateList .item .date.today {
|
||||
background-color: #F9731626;
|
||||
.contentC .calendarC .weekDateList .item {
|
||||
margin-right: 16rpx;
|
||||
padding: 10rpx 0 6rpx;
|
||||
border-radius: 5rpx;
|
||||
color: #F97316;
|
||||
}
|
||||
.contentC .weekDateList .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;
|
||||
}
|
||||
.contentC .weekDateList .item .eventNum.danger {
|
||||
background-color: #EB4A46;
|
||||
}
|
||||
.contentC .weekDateList .item .eventNum.warning {
|
||||
background-color: #FD9C16;
|
||||
}
|
||||
.contentC .weekDateList .item .eventNum.info {
|
||||
background-color: #16BBCF;
|
||||
}
|
||||
.contentC .weekDateList .item .eventNum.success {
|
||||
background-color: #55AE59;
|
||||
}
|
||||
.contentC .monthDateList .item {
|
||||
padding-top: 14rpx;
|
||||
width: calc(100%/7);
|
||||
}
|
||||
.contentC .monthDateList .item .date {
|
||||
width: 40rpx;
|
||||
line-height: 40rpx;
|
||||
.contentC .calendarC .weekDateList .item .date {
|
||||
font-size: 24rpx;
|
||||
font-weight: bold;
|
||||
color: #292621;
|
||||
text-align: center;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
.contentC .monthDateList .item .date.today {
|
||||
background-color: #F9731626;
|
||||
.contentC .calendarC .weekDateList .item .eventNum {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
margin-top: 2rpx;
|
||||
font-size: 18rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
.contentC .calendarC .weekDateList .item:nth-child(7n) {
|
||||
margin-right: 0;
|
||||
}
|
||||
.contentC .calendarC .weekDateList .item.select .date {
|
||||
color: white;
|
||||
}
|
||||
.contentC .calendarC .weekDateList .item.danger {
|
||||
background-color: #EB4A461A;
|
||||
color: #EB4A46;
|
||||
}
|
||||
.contentC .calendarC .weekDateList .item.select.danger {
|
||||
background-color: #EB4A46;
|
||||
color: white;
|
||||
}
|
||||
.contentC .calendarC .weekDateList .item.warning {
|
||||
background-color: #FD9A141A;
|
||||
color: #FD9A14;
|
||||
}
|
||||
.contentC .calendarC .weekDateList .item.select.warning {
|
||||
background-color: #FD9A14;
|
||||
color: white;
|
||||
}
|
||||
.contentC .calendarC .weekDateList .item.info {
|
||||
background-color: #16BBCF1A;
|
||||
color: #16BBCF;
|
||||
}
|
||||
.contentC .calendarC .weekDateList .item.select.info {
|
||||
background-color: #16BBCF;
|
||||
color: white;
|
||||
}
|
||||
.contentC .calendarC .weekDateList .item.success {
|
||||
background-color: #55AE591A;
|
||||
color: #55AE59;
|
||||
}
|
||||
.contentC .calendarC .weekDateList .item.select.success {
|
||||
background-color: #55AE59;
|
||||
color: white;
|
||||
}
|
||||
.contentC .calendarC .monthDateList {
|
||||
margin-top: 6rpx;
|
||||
padding: 0 20rpx;
|
||||
}
|
||||
.contentC .calendarC .monthDateList .item {
|
||||
margin: 0 16rpx 20rpx 0;
|
||||
padding: 10rpx 0 6rpx;
|
||||
width: calc((100% - 96rpx)/7);
|
||||
border-radius: 5rpx;
|
||||
color: #F97316;
|
||||
}
|
||||
.contentC .monthDateList .item .date.notCurrentMonth {
|
||||
.contentC .calendarC .monthDateList .item .date {
|
||||
font-size: 26rpx;
|
||||
font-weight: bold;
|
||||
color: #2A2A2A;
|
||||
}
|
||||
.contentC .calendarC .monthDateList .item .date.notCurrentMonth {
|
||||
color: #999;
|
||||
}
|
||||
.contentC .monthDateList .item .eventNum {
|
||||
margin-top: 12rpx;
|
||||
width: 80rpx;
|
||||
height: 30rpx;
|
||||
line-height: 30rpx;
|
||||
border-radius: 5rpx;
|
||||
font-size: 16rpx;
|
||||
font-weight: 500;
|
||||
.contentC .calendarC .monthDateList .item .eventNum {
|
||||
margin-top: 2rpx;
|
||||
font-size: 18rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
.contentC .calendarC .monthDateList .item:nth-child(7n) {
|
||||
margin-right: 0;
|
||||
}
|
||||
.contentC .calendarC .monthDateList .item.select .date {
|
||||
color: white;
|
||||
text-align: center;
|
||||
}
|
||||
.contentC .monthDateList .item .eventNum.danger {
|
||||
.contentC .calendarC .monthDateList .item.danger {
|
||||
background-color: #EB4A461A;
|
||||
color: #EB4A46;
|
||||
}
|
||||
.contentC .calendarC .monthDateList .item.select.danger {
|
||||
background-color: #EB4A46;
|
||||
color: white;
|
||||
}
|
||||
.contentC .monthDateList .item .eventNum.warning {
|
||||
background-color: #FD9C16;
|
||||
.contentC .calendarC .monthDateList .item.warning {
|
||||
background-color: #FD9A141A;
|
||||
color: #FD9A14;
|
||||
}
|
||||
.contentC .monthDateList .item .eventNum.info {
|
||||
.contentC .calendarC .monthDateList .item.select.warning {
|
||||
background-color: #FD9A14;
|
||||
color: white;
|
||||
}
|
||||
.contentC .calendarC .monthDateList .item.info {
|
||||
background-color: #16BBCF1A;
|
||||
color: #16BBCF;
|
||||
}
|
||||
.contentC .calendarC .monthDateList .item.select.info {
|
||||
background-color: #16BBCF;
|
||||
color: white;
|
||||
}
|
||||
.contentC .monthDateList .item .eventNum.success {
|
||||
.contentC .calendarC .monthDateList .item.success {
|
||||
background-color: #55AE591A;
|
||||
color: #55AE59;
|
||||
}
|
||||
.contentC .calendarC .monthDateList .item.select.success {
|
||||
background-color: #55AE59;
|
||||
color: white;
|
||||
}
|
||||
.contentC .expandBgC {
|
||||
.contentC .calendarC .expandBgC {
|
||||
margin: 0 25rpx;
|
||||
border-bottom: solid 1rpx #E4E4E4;
|
||||
}
|
||||
.contentC .expandBgC .expandC {
|
||||
.contentC .calendarC .expandBgC .expandC {
|
||||
padding: 20rpx 0;
|
||||
font-size: 22rpx;
|
||||
font-weight: 500;
|
||||
color: #8A857C;
|
||||
}
|
||||
.contentC .expandBgC .expandC .arrow {
|
||||
.contentC .calendarC .expandBgC .expandC .arrow {
|
||||
margin-left: 7rpx;
|
||||
width: 15rpx;
|
||||
height: auto;
|
||||
}
|
||||
.contentC .tabC {
|
||||
margin-top: 10rpx;
|
||||
}
|
||||
.contentC .tabC .item {
|
||||
display: inline-block;
|
||||
padding: 0 24rpx;
|
||||
padding: 0 27rpx;
|
||||
line-height: 70rpx;
|
||||
font-size: 32rpx;
|
||||
color: #42485B;
|
||||
color: #CCCDD1;
|
||||
}
|
||||
.contentC .tabC .item.select {
|
||||
color: #F97316;
|
||||
color: #F3C368;
|
||||
}
|
||||
.contentC .topCategoryC {
|
||||
white-space: nowrap;
|
||||
border-bottom: solid 1rpx #E4E4E4;
|
||||
}
|
||||
.contentC .topCategoryC .item {
|
||||
display: inline-block;
|
||||
@@ -192,60 +236,77 @@
|
||||
padding: 0 28rpx;
|
||||
font-size: 27rpx;
|
||||
font-weight: 500;
|
||||
color: #42485B;
|
||||
color: #939393;
|
||||
}
|
||||
.contentC .topCategoryC .item.select {
|
||||
font-weight: bold;
|
||||
color: black;
|
||||
color: #F3C368;
|
||||
}
|
||||
.contentC .topCategoryC .item.select .line {
|
||||
background-color: #F97316;
|
||||
background-color: #F3C368;
|
||||
left: calc((100% - 50rpx)/2);
|
||||
width: 50rpx;
|
||||
height: 2rpx;
|
||||
bottom: 0;
|
||||
}
|
||||
.eventList {
|
||||
padding: 0 25rpx;
|
||||
padding: 18rpx 25rpx;
|
||||
}
|
||||
.eventList .item {
|
||||
padding: 30rpx 0;
|
||||
border-bottom: solid 1rpx #E4E4E4;
|
||||
background: linear-gradient(-30deg, #FFF6F0 0%, #FEFEFE 100%);
|
||||
margin-bottom: 20rpx;
|
||||
padding: 30rpx 20rpx;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
.eventList .item .time {
|
||||
.eventList .item .timeStarFollowC .time {
|
||||
margin-right: 22rpx;
|
||||
font-size: 24rpx;
|
||||
font-weight: bold;
|
||||
color: #767676;
|
||||
}
|
||||
.eventList .item .starC .starList {
|
||||
.eventList .item .timeStarFollowC .starC .starList {
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
.eventList .item .starC .icon {
|
||||
.eventList .item .timeStarFollowC .starC .icon {
|
||||
margin-right: 9rpx;
|
||||
width: 27rpx;
|
||||
height: auto;
|
||||
}
|
||||
.eventList .item .timeStarFollowC .follow {
|
||||
background-color: #3D3D3D;
|
||||
width: 90rpx;
|
||||
line-height: 40rpx;
|
||||
border-radius: 20rpx;
|
||||
font-size: 22rpx;
|
||||
font-weight: 500;
|
||||
color: #F2C367;
|
||||
text-align: center;
|
||||
}
|
||||
.eventList .item .timeStarFollowC .follow.select {
|
||||
background-color: #F3C368;
|
||||
color: #3D3D3D;
|
||||
}
|
||||
.eventList .item .categoryTitleC {
|
||||
margin-top: 18rpx;
|
||||
}
|
||||
.eventList .item .categoryTitleC .category {
|
||||
background-color: #FD9A14;
|
||||
margin-right: 10rpx;
|
||||
background-color: #F3C368;
|
||||
margin-right: 12rpx;
|
||||
padding: 0 12rpx;
|
||||
line-height: 40rpx;
|
||||
border-radius: 8rpx;
|
||||
font-size: 22rpx;
|
||||
font-size: 24rpx;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
color: #070707;
|
||||
}
|
||||
.eventList .item .categoryTitleC .title {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
font-size: 30rpx;
|
||||
font-size: 28rpx;
|
||||
font-weight: bold;
|
||||
color: #222;
|
||||
color: #3D3D3D;
|
||||
}
|
||||
.eventList .item .labelC {
|
||||
margin-top: 12rpx;
|
||||
@@ -269,16 +330,17 @@
|
||||
overflow: hidden;
|
||||
font-size: 24rpx;
|
||||
font-weight: 500;
|
||||
color: #666;
|
||||
color: #71675D;
|
||||
}
|
||||
.eventList .item .percentList {
|
||||
white-space: nowrap;
|
||||
margin-top: 20rpx;
|
||||
margin-top: 26rpx;
|
||||
}
|
||||
.eventList .item .percentList .percentItem {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
background-color: #F8F8F8;
|
||||
background-color: white;
|
||||
box-shadow: 0 7rpx 18rpx 0 rgba(217, 217, 217, 0.28);
|
||||
margin-right: 20rpx;
|
||||
padding: 0 20rpx;
|
||||
height: 70rpx;
|
||||
|
||||
Reference in New Issue
Block a user