feat: updagte group list & add button to swipers

This commit is contained in:
eleanor.mao
2025-04-03 22:50:49 +08:00
parent 452e57e155
commit c26c1c92fe
8 changed files with 2539 additions and 2784 deletions

View File

@ -3,7 +3,7 @@
.profile-view-fragment {
padding-bottom: 88rpx;
&__header {
position: relative;
width: 100%;
@ -43,8 +43,8 @@
text-align: center;
font-size: 28px;
font-weight: 400;
color: #FFFFFF;
background: #0000005C;
color: #ffffff;
background: #0000005c;
border-radius: 48px;
}
@ -59,7 +59,7 @@
font-size: 32px;
line-height: 48px;
font-weight: 500;
color: #FFFFFF;
color: #ffffff;
box-sizing: border-box;
background: linear-gradient(349.14deg, rgba(0, 0, 0, 0.3) 13.62%, rgba(0, 0, 0, 0.195) 126.8%);
}
@ -68,6 +68,33 @@
font-size: 24px;
font-weight: 400;
}
&__swiper-button {
&__next,
&__prev {
width: 88px;
height: 88px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.7);
position: absolute;
top: 50%;
transform: translateY(-50%);
}
&__prev {
left: 32px;
}
&__next {
right: 32px;
}
&__image {
width: 70px;
height: 70px;
padding: 9px;
}
}
}
&__body {
@ -76,7 +103,7 @@
margin-bottom: calc(24px + 24px);
// margin-bottom: calc(112px + 24px);
width: calc(100% - 48px);
background: #FFFFFF;
background: #ffffff;
border-radius: 16px;
}
@ -86,7 +113,7 @@
right: 24px;
bottom: 0;
height: 1px;
background: #E0E0E0;
background: #e0e0e0;
}
&__basic-info {
@ -183,7 +210,7 @@
position: fixed;
bottom: 0;
width: 100%;
background: #FFFFFF;
background: #ffffff;
padding: 12px 32px;
box-shadow: 0px -4px 20px 0px #00000014;
box-sizing: border-box;
@ -204,6 +231,5 @@
margin-left: 32px;
}
}
}
}
}