|
@@ -27,17 +27,33 @@ page {
|
|
|
z-index: 0;
|
|
|
position: absolute;
|
|
|
}
|
|
|
-
|
|
|
- .top_num {
|
|
|
+ /* 新增设置按钮 */
|
|
|
+ .settingBtn {
|
|
|
position: absolute;
|
|
|
- top: 20rpx;
|
|
|
+ top: 24rpx;
|
|
|
right: 30rpx;
|
|
|
+ z-index: 11;
|
|
|
+ width: 48rpx;
|
|
|
+ height: 48rpx;
|
|
|
+ /* 新增点击态 */
|
|
|
+ &:active {
|
|
|
+ opacity: 0.7;
|
|
|
+ transform: scale(0.95);
|
|
|
+ }
|
|
|
+ image {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .top_num {
|
|
|
+ position: absolute;
|
|
|
+ top: 24rpx; // 垂直对齐设置按钮
|
|
|
+ right: 98rpx; // 30+48+20=98 预留按钮空间
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
justify-content: flex-end;
|
|
|
align-items: center;
|
|
|
z-index: 10;
|
|
|
-
|
|
|
.num_1, .num_2 {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
@@ -47,12 +63,14 @@ page {
|
|
|
border-radius: 30rpx;
|
|
|
padding: 10rpx 20rpx;
|
|
|
margin-left: 20rpx;
|
|
|
-
|
|
|
+ .num_1, .num_2 {
|
|
|
+ margin-left: 10rpx; // 缩小间距
|
|
|
+ padding: 8rpx 16rpx; // 调整内边距
|
|
|
+ }
|
|
|
text:first-child {
|
|
|
font-size: 24rpx;line-height: 32rpx;
|
|
|
color: #666;
|
|
|
}
|
|
|
-
|
|
|
text:last-child {
|
|
|
font-size: 32rpx;line-height: 32rpx;
|
|
|
font-weight: bold;
|
|
@@ -60,7 +78,6 @@ page {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
.infoBg {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
@@ -75,14 +92,12 @@ page {
|
|
|
border-radius: 24rpx;
|
|
|
padding-top: calc(var(--status-bar-height) + 0rpx);
|
|
|
box-shadow: 0 8rpx 20rpx rgba(0, 0, 0, 0.1);
|
|
|
-
|
|
|
.top_row {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
justify-content: space-between;
|
|
|
align-items: flex-start;
|
|
|
padding: 20rpx 0;
|
|
|
-
|
|
|
.left {
|
|
|
padding-left: 30rpx;padding-right: 0rpx;
|
|
|
width:200rpx;
|
|
@@ -149,45 +164,37 @@ page {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
.bottom_row {
|
|
|
padding: 20rpx 50rpx;
|
|
|
-
|
|
|
.intro_row {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
align-items: center;
|
|
|
margin-bottom: 20rpx;
|
|
|
-
|
|
|
.intro_text {
|
|
|
color: #999;
|
|
|
font-size: 28rpx;
|
|
|
}
|
|
|
-
|
|
|
.add_icon {
|
|
|
width: 28rpx;
|
|
|
margin-left: 10rpx;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
.follow_info {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
align-items: center;
|
|
|
justify-content: flex-start;
|
|
|
-
|
|
|
.num {
|
|
|
font-size: 36rpx;
|
|
|
font-weight: bold;
|
|
|
color: #333;
|
|
|
margin-right: 8rpx;
|
|
|
}
|
|
|
-
|
|
|
.label {
|
|
|
font-size: 28rpx;
|
|
|
color: #999;
|
|
|
}
|
|
|
-
|
|
|
.separator {
|
|
|
width: 2rpx;
|
|
|
height: 24rpx;
|
|
@@ -223,8 +230,6 @@ page {
|
|
|
flex-direction: column;
|
|
|
margin:30rpx 30rpx 60rpx;
|
|
|
justify-content: flex-start;
|
|
|
-
|
|
|
-
|
|
|
.numlist {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
@@ -237,7 +242,6 @@ page {
|
|
|
border-radius: 38rpx;
|
|
|
width:316rpx;
|
|
|
height:186rpx;
|
|
|
-
|
|
|
image {
|
|
|
width:64rpx;
|
|
|
}
|
|
@@ -257,7 +261,6 @@ page {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
.numlist2 {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
@@ -272,7 +275,6 @@ page {
|
|
|
border-radius: 2rpx;
|
|
|
width:340rpx;
|
|
|
background: rgba(120, 120, 120, 0.09);margin:2rpx;
|
|
|
-
|
|
|
image {
|
|
|
width:224rpx;
|
|
|
}
|
|
@@ -291,7 +293,6 @@ page {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
.tablist {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
@@ -299,7 +300,6 @@ page {
|
|
|
align-items: center;
|
|
|
margin: 20rpx 0;
|
|
|
position: relative;
|
|
|
-
|
|
|
.item {
|
|
|
flex: 1;
|
|
|
height: 80rpx;
|
|
@@ -307,19 +307,16 @@ page {
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
position: relative;
|
|
|
-
|
|
|
.name {
|
|
|
font-size: 32rpx;
|
|
|
color: #666;
|
|
|
transition: all 0.3s;
|
|
|
}
|
|
|
-
|
|
|
&.active {
|
|
|
.name {
|
|
|
color: #2B65D9;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
-
|
|
|
&::after {
|
|
|
content: '';
|
|
|
position: absolute;
|
|
@@ -332,7 +329,6 @@ page {
|
|
|
border-radius: 3rpx;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
&:active {
|
|
|
opacity: 0.8;
|
|
|
}
|