|
|
@@ -131,10 +131,10 @@ export default {
|
|
|
if (sum >= 5 && sum < 9) {
|
|
|
that.studentsFake = 9 - sum;
|
|
|
}
|
|
|
- if (sum >= 10 && sum < 12) {
|
|
|
- that.studentsFake = 12 - sum;
|
|
|
+ if (sum >= 9 && sum < 12) {
|
|
|
+ that.studentsFake = 16 - sum;
|
|
|
}
|
|
|
- if (sum >= 13 && sum < 16) {
|
|
|
+ if (sum >= 12 && sum < 16) {
|
|
|
that.studentsFake = 16 - sum;
|
|
|
}
|
|
|
if (sum >= 16 && sum < 26) {
|
|
|
@@ -543,6 +543,18 @@ ul {
|
|
|
height: 5.1rem;
|
|
|
margin-top: 2rem;
|
|
|
|
|
|
+ .lt {
|
|
|
+ span {
|
|
|
+ margin-top: 0.8rem;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .rt {
|
|
|
+ span {
|
|
|
+ margin-top: 0.1rem;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.two {
|
|
|
@@ -550,12 +562,20 @@ ul {
|
|
|
height: 4.2rem;
|
|
|
margin-top: 2.5rem;
|
|
|
|
|
|
+ .lt span {
|
|
|
+ margin-top: 0.7rem;
|
|
|
+ }
|
|
|
+
|
|
|
.lt span em {
|
|
|
font-size: 1.2rem;
|
|
|
}
|
|
|
|
|
|
+ .userinfo {
|
|
|
+ height: 3rem;
|
|
|
+ }
|
|
|
+
|
|
|
.userinfo .head {
|
|
|
- height: 2.6rem;
|
|
|
+ height: 2.7rem;
|
|
|
|
|
|
img {
|
|
|
width: 2.2rem;
|
|
|
@@ -569,6 +589,7 @@ ul {
|
|
|
.rt span {
|
|
|
font-size: 1rem;
|
|
|
padding-right: 5%;
|
|
|
+ margin-top: 0.2rem;
|
|
|
|
|
|
img {
|
|
|
width: 0.4rem;
|
|
|
@@ -662,12 +683,12 @@ ul {
|
|
|
|
|
|
em {
|
|
|
font-size: 0.7rem;
|
|
|
- font-weight: 600;
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.userinfo {
|
|
|
- height: 1.9rem;
|
|
|
+ height: 1.8rem;
|
|
|
}
|
|
|
|
|
|
.userinfo .head {
|
|
|
@@ -675,6 +696,7 @@ ul {
|
|
|
|
|
|
img {
|
|
|
width: 1.5rem;
|
|
|
+ border-width: 2px !important;
|
|
|
}
|
|
|
|
|
|
.names {
|
|
|
@@ -698,16 +720,29 @@ ul {
|
|
|
}
|
|
|
|
|
|
.userSport {
|
|
|
- line-height: 0.15rem;
|
|
|
+ line-height: 0.5rem;
|
|
|
|
|
|
- img {
|
|
|
- width: 0.3rem;
|
|
|
+ em {
|
|
|
+ line-height: 1.1rem;
|
|
|
+ font-size: 0.25rem;
|
|
|
}
|
|
|
|
|
|
- em {
|
|
|
- font-size: 0.3rem;
|
|
|
+ img {
|
|
|
+ width: 0.25rem;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ .IsPrivate {
|
|
|
+ bottom: 1.7rem !important;
|
|
|
+ right: -0.01rem !important;
|
|
|
+ width: 0.4rem !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ .names {
|
|
|
+ width: 1.2rem !important;
|
|
|
+ font-size: 0.2rem !important;
|
|
|
+ bottom: 0.3rem !important;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
|
|
|
@@ -722,11 +757,12 @@ ul {
|
|
|
|
|
|
em {
|
|
|
font-size: 0.55rem;
|
|
|
+ letter-spacing: 0.01rem;
|
|
|
}
|
|
|
|
|
|
s {
|
|
|
font-size: 0.25rem;
|
|
|
- margin-top: -0.1rem;
|
|
|
+ margin-top: -0.05rem;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -742,7 +778,8 @@ ul {
|
|
|
height: 1.4rem;
|
|
|
|
|
|
img {
|
|
|
- width: 1.3rem;
|
|
|
+ width: 1.1rem !important;
|
|
|
+ border-width: 2px !important;
|
|
|
}
|
|
|
|
|
|
.names {
|
|
|
@@ -765,6 +802,10 @@ ul {
|
|
|
font-size: 0.55rem;
|
|
|
padding-right: 5%;
|
|
|
|
|
|
+ em {
|
|
|
+ letter-spacing: 0.01rem;
|
|
|
+ }
|
|
|
+
|
|
|
img {
|
|
|
width: 0.25rem;
|
|
|
margin-right: 5%;
|
|
|
@@ -776,22 +817,38 @@ ul {
|
|
|
}
|
|
|
|
|
|
.userSport {
|
|
|
- line-height: 0.01rem;
|
|
|
+ line-height: 0.1rem;
|
|
|
|
|
|
img {
|
|
|
- width: 0.2rem;
|
|
|
+ width: 0.25rem;
|
|
|
}
|
|
|
|
|
|
em {
|
|
|
+ line-height: 0.7rem;
|
|
|
font-size: 0.2rem;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ .IsPrivate {
|
|
|
+ bottom: 2.65rem;
|
|
|
+ right: 0.05rem;
|
|
|
+ }
|
|
|
+
|
|
|
+ .names {
|
|
|
+ width: 1rem !important;
|
|
|
+ font-size: 0.15rem !important;
|
|
|
+ bottom: 0.2rem !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ /deep/ .powerContainer img {
|
|
|
+ width: 0.25rem !important;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.twentyFive {
|
|
|
width: 3.75rem;
|
|
|
- height: 1.85rem;
|
|
|
- margin-top: 0.03rem;
|
|
|
+ height: 1.77rem;
|
|
|
+ margin-top: 0.1rem;
|
|
|
|
|
|
.lt span {
|
|
|
margin-top: 3%;
|
|
|
@@ -799,6 +856,7 @@ ul {
|
|
|
|
|
|
em {
|
|
|
font-size: 0.5rem;
|
|
|
+ letter-spacing: 0.01rem;
|
|
|
}
|
|
|
|
|
|
s {
|
|
|
@@ -812,14 +870,15 @@ ul {
|
|
|
}
|
|
|
|
|
|
.userinfo {
|
|
|
- height: 1rem;
|
|
|
+ height: 0.9rem;
|
|
|
}
|
|
|
|
|
|
.userinfo .head {
|
|
|
height: 1.1rem;
|
|
|
|
|
|
img {
|
|
|
- width: 0.9rem;
|
|
|
+ width: 0.8rem;
|
|
|
+ border-width: 2px !important;
|
|
|
}
|
|
|
|
|
|
.names {
|
|
|
@@ -836,12 +895,14 @@ ul {
|
|
|
width: 0.25rem;
|
|
|
bottom: 1.1rem;
|
|
|
}
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.rt span {
|
|
|
line-height: 0.8rem;
|
|
|
font-size: 0.45rem;
|
|
|
padding-right: 5%;
|
|
|
+ margin-top: 0;
|
|
|
|
|
|
img {
|
|
|
width: 0.2rem;
|
|
|
@@ -849,21 +910,51 @@ ul {
|
|
|
}
|
|
|
|
|
|
.heartJump {
|
|
|
- margin-top: 10%;
|
|
|
+ margin-top: 7%;
|
|
|
+ }
|
|
|
+
|
|
|
+ em {
|
|
|
+ letter-spacing: 0.01rem;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.userSport {
|
|
|
- line-height: 0.01rem;
|
|
|
+ line-height: 0.1rem;
|
|
|
|
|
|
img {
|
|
|
width: 0.2rem;
|
|
|
+ margin-right: 0.1rem;
|
|
|
}
|
|
|
|
|
|
em {
|
|
|
- font-size: 0.2rem;
|
|
|
+ line-height: 0.8rem;
|
|
|
+ font-size: 0.15rem;
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ .IsPrivate {
|
|
|
+ bottom: 2.65rem;
|
|
|
+ right: 0.05rem;
|
|
|
+ }
|
|
|
+
|
|
|
+ .names {
|
|
|
+ width: 0.75rem !important;
|
|
|
+ font-size: 0.15rem !important;
|
|
|
+ bottom: 0.2rem !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ /deep/ .powerContainer {
|
|
|
+ height: 0.3rem;
|
|
|
+ }
|
|
|
+
|
|
|
+ /deep/ .powerContainer img {
|
|
|
+ position: relative;
|
|
|
+ top: 0.1rem !important;
|
|
|
+ right: 0.1rem;
|
|
|
+ width: 0.15rem !important;
|
|
|
+ float: right;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.fakePart {
|