|
|
@@ -524,7 +524,7 @@ export default {
|
|
|
margin-top: 16upx;
|
|
|
color: #33383f;
|
|
|
font-size: 25upx;
|
|
|
- line-height: 32upx;
|
|
|
+ line-height: 30upx;
|
|
|
}
|
|
|
|
|
|
.tab-value {
|
|
|
@@ -542,7 +542,7 @@ export default {
|
|
|
|
|
|
.stat-tab.active .tab-name {
|
|
|
font-size: 27upx;
|
|
|
- line-height: 34upx;
|
|
|
+ line-height: 32upx;
|
|
|
}
|
|
|
|
|
|
.stat-tab.active .tab-value {
|
|
|
@@ -551,7 +551,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.list-wrap {
|
|
|
- padding: 12upx 12upx 14upx;
|
|
|
+ padding: 8upx 0 14upx;
|
|
|
}
|
|
|
|
|
|
.member-card {
|
|
|
@@ -559,14 +559,19 @@ export default {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
min-height: 154upx;
|
|
|
- margin-bottom: 12upx;
|
|
|
+ margin-bottom: 0;
|
|
|
padding: 25upx 52upx 25upx 24upx;
|
|
|
- border-radius: 18upx;
|
|
|
+ border-radius: 0;
|
|
|
background: #fff;
|
|
|
- box-shadow: 0 8upx 24upx rgba(24, 37, 30, 0.05);
|
|
|
+ box-shadow: none;
|
|
|
+ border-bottom: 1upx solid #edf0ef;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
+.member-card:last-child {
|
|
|
+ border-bottom: 0;
|
|
|
+}
|
|
|
+
|
|
|
.avatar-wrap {
|
|
|
position: relative;
|
|
|
width: 90upx;
|
|
|
@@ -618,7 +623,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.level-badge {
|
|
|
- margin-left: 10upx;
|
|
|
+ margin-left: 15upx;
|
|
|
flex-shrink: 0;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
@@ -631,10 +636,10 @@ export default {
|
|
|
|
|
|
.arrow {
|
|
|
position: absolute;
|
|
|
- right: 18upx;
|
|
|
+ right: 34upx;
|
|
|
top: 50%;
|
|
|
- color: #b8bdc7;
|
|
|
- font-size: 54upx;
|
|
|
+ color: #cacfd8;
|
|
|
+ font-size: 50upx;
|
|
|
line-height: 1;
|
|
|
transform: translateY(-50%);
|
|
|
}
|