|
|
|
@ -138,7 +138,7 @@ getActivityList(3).then(({ data }) => { |
|
|
|
font-weight: 900; |
|
|
|
font-size: 20px; |
|
|
|
line-height: 23px; |
|
|
|
color: rgba(0, 0, 0, 0.8); |
|
|
|
color: #fff; |
|
|
|
} |
|
|
|
.row { |
|
|
|
margin-top: 16px; |
|
|
|
@ -188,7 +188,8 @@ getActivityList(3).then(({ data }) => { |
|
|
|
flex: 0 0 339px; |
|
|
|
width: 339px; |
|
|
|
height: 557px; |
|
|
|
background: linear-gradient(99.5deg, #f0b92b 0%, #f9d556 100%); |
|
|
|
background: rgba(255, 255, 255, 0.6); |
|
|
|
border: 2px solid rgba(255, 255, 255, 0.6); |
|
|
|
border-radius: 32px; |
|
|
|
overflow: hidden; |
|
|
|
padding: 460px 0 0 40px; |
|
|
|
@ -199,7 +200,7 @@ getActivityList(3).then(({ data }) => { |
|
|
|
left: 0; |
|
|
|
width: 100%; |
|
|
|
height: 432px; |
|
|
|
background: linear-gradient(180deg, #435acd 0%, #749cf3 100%); |
|
|
|
background: linear-gradient(180deg, #6257d7 0%, #f191c0 100%); |
|
|
|
border-radius: 32px; |
|
|
|
padding: 40px; |
|
|
|
z-index: 1; |
|
|
|
@ -229,7 +230,7 @@ getActivityList(3).then(({ data }) => { |
|
|
|
height: 156px; |
|
|
|
right: 0; |
|
|
|
bottom: 0; |
|
|
|
background: rgba(255, 255, 255, 0.2); |
|
|
|
background: #ffffff; |
|
|
|
padding-top: 132px; |
|
|
|
font-weight: 700; |
|
|
|
font-size: 14px; |
|
|
|
@ -305,7 +306,7 @@ getActivityList(3).then(({ data }) => { |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
margin-left: 40px; |
|
|
|
background: linear-gradient(180deg, #ffffff 0%, #f2f4f8 100%); |
|
|
|
background: rgba(255, 255, 255, 0.6); |
|
|
|
border-radius: 32px; |
|
|
|
border: 4px solid rgba(246, 139, 81, 1); |
|
|
|
align-items: center; |
|
|
|
@ -327,7 +328,8 @@ getActivityList(3).then(({ data }) => { |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
margin-left: 40px; |
|
|
|
background: linear-gradient(180deg, #ffffff 0%, #f2f4f8 100%); |
|
|
|
background: rgba(255, 255, 255, 0.6); |
|
|
|
border: 2px solid rgba(255, 255, 255, 0.6); |
|
|
|
border-radius: 32px; |
|
|
|
align-items: center; |
|
|
|
overflow: hidden; |
|
|
|
@ -346,6 +348,31 @@ getActivityList(3).then(({ data }) => { |
|
|
|
.r2 { |
|
|
|
display: flex; |
|
|
|
margin-top: 40px; |
|
|
|
.item:nth-child(5n + 1) { |
|
|
|
.icon { |
|
|
|
background: linear-gradient(180deg, #e97893 0%, #f48bca 100%); |
|
|
|
} |
|
|
|
} |
|
|
|
.item:nth-child(5n + 2) { |
|
|
|
.icon { |
|
|
|
background: linear-gradient(180deg, #f29348 0%, #f9ba61 100%); |
|
|
|
} |
|
|
|
} |
|
|
|
.item:nth-child(5n + 3) { |
|
|
|
.icon { |
|
|
|
background: linear-gradient(180deg, #53ba82 0%, #89d963 100%); |
|
|
|
} |
|
|
|
} |
|
|
|
.item:nth-child(5n + 4) { |
|
|
|
.icon { |
|
|
|
background: linear-gradient(180deg, #c57df1 0%, #ec86f2 100%); |
|
|
|
} |
|
|
|
} |
|
|
|
.item:nth-child(5n + 5) { |
|
|
|
.icon { |
|
|
|
background: linear-gradient(180deg, #418fea 0%, #59b0f2 94.79%); |
|
|
|
} |
|
|
|
} |
|
|
|
.item { |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
@ -369,9 +396,10 @@ getActivityList(3).then(({ data }) => { |
|
|
|
font-size: 18px; |
|
|
|
line-height: 21px; |
|
|
|
text-align: center; |
|
|
|
color: rgba(0, 0, 0, 0.8); |
|
|
|
color: #fff; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.item + .item { |
|
|
|
margin-left: 24px; |
|
|
|
} |
|
|
|
|