|
@@ -2,96 +2,96 @@
|
|
padding: 0rpx 20rpx 30rpx;
|
|
padding: 0rpx 20rpx 30rpx;
|
|
}
|
|
}
|
|
.container .userBox {
|
|
.container .userBox {
|
|
|
|
+ background-color: white;
|
|
|
|
+ padding: 20rpx 20rpx 0rpx;
|
|
|
|
+ border-radius: 20rpx;
|
|
|
|
+}
|
|
|
|
+.container .userBox .above {
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
- background-color: white;
|
|
|
|
- padding: 20rpx 12rpx 0rpx;
|
|
|
|
- border-radius: 20rpx;
|
|
|
|
|
|
+ padding-bottom: 30rpx;
|
|
|
|
+ border-bottom: 1rpx solid #D6D6D6;
|
|
}
|
|
}
|
|
-.container .userBox .identity {
|
|
|
|
|
|
+.container .userBox .above .identity {
|
|
|
|
+ position: relative;
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
align-items: center;
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
-.container .userBox .identity .avatar {
|
|
|
|
|
|
+.container .userBox .above .identity .avatar {
|
|
width: 106rpx;
|
|
width: 106rpx;
|
|
height: 106rpx;
|
|
height: 106rpx;
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
-.container .userBox .identity .identityText {
|
|
|
|
|
|
+.container .userBox .above .identity .identityText {
|
|
|
|
+ position: absolute;
|
|
|
|
+ bottom: -10rpx;
|
|
width: 80rpx;
|
|
width: 80rpx;
|
|
- margin-top: 6rpx;
|
|
|
|
font-size: 24rpx;
|
|
font-size: 24rpx;
|
|
color: white;
|
|
color: white;
|
|
background-color: #10CA61;
|
|
background-color: #10CA61;
|
|
border-radius: 25rpx;
|
|
border-radius: 25rpx;
|
|
}
|
|
}
|
|
-.container .userBox .userRight {
|
|
|
|
|
|
+.container .userBox .above .userRight {
|
|
flex: 1;
|
|
flex: 1;
|
|
- margin-left: 30rpx;
|
|
|
|
|
|
+ margin-left: 40rpx;
|
|
padding: 0px 10rpx;
|
|
padding: 0px 10rpx;
|
|
}
|
|
}
|
|
-.container .userBox .userRight .uRtop {
|
|
|
|
|
|
+.container .userBox .above .userRight .uRtop {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
}
|
|
}
|
|
-.container .userBox .userRight .uRtop .uRtopleft .nickName {
|
|
|
|
|
|
+.container .userBox .above .userRight .uRtop .uRtopleft .nickName {
|
|
|
|
+ margin: 10rpx 0rpx 18rpx;
|
|
max-width: 340rpx;
|
|
max-width: 340rpx;
|
|
color: #333;
|
|
color: #333;
|
|
font-size: 32rpx;
|
|
font-size: 32rpx;
|
|
}
|
|
}
|
|
-.container .userBox .userRight .uRtop .uRtopleft .gradeText {
|
|
|
|
- margin: 18rpx 0rpx 12rpx;
|
|
|
|
|
|
+.container .userBox .above .userRight .uRtop .uRtopleft .gradeText {
|
|
font-size: 24rpx;
|
|
font-size: 24rpx;
|
|
color: #989A9C;
|
|
color: #989A9C;
|
|
}
|
|
}
|
|
-.container .userBox .userRight .uRtop .uRtopRight {
|
|
|
|
|
|
+.container .userBox .above .userRight .uRtop .uRtopRight {
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
}
|
|
}
|
|
-.container .userBox .userRight .uRtop .uRtopRight .edit {
|
|
|
|
|
|
+.container .userBox .above .userRight .uRtop .uRtopRight .edit {
|
|
width: 22rpx;
|
|
width: 22rpx;
|
|
height: 28rpx;
|
|
height: 28rpx;
|
|
}
|
|
}
|
|
-.container .userBox .userRight .uRtop .uRtopRight text {
|
|
|
|
|
|
+.container .userBox .above .userRight .uRtop .uRtopRight text {
|
|
margin: 0px 10rpx;
|
|
margin: 0px 10rpx;
|
|
font-size: 24rpx;
|
|
font-size: 24rpx;
|
|
color: #666;
|
|
color: #666;
|
|
}
|
|
}
|
|
-.container .userBox .userRight .uRBtm {
|
|
|
|
|
|
+.container .userBox .above .userRight .uRBtm {
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
padding: 18rpx 0rpx;
|
|
padding: 18rpx 0rpx;
|
|
}
|
|
}
|
|
-.container .userBox .userRight .uRBtm .count {
|
|
|
|
|
|
+.container .userBox .above .userRight .uRBtm .count {
|
|
width: 33%;
|
|
width: 33%;
|
|
font-size: 28rpx;
|
|
font-size: 28rpx;
|
|
color: rgba(0, 0, 0, 0.6);
|
|
color: rgba(0, 0, 0, 0.6);
|
|
border-right: 1px solid rgba(51, 51, 51, 0.3);
|
|
border-right: 1px solid rgba(51, 51, 51, 0.3);
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
-.container .userBox .userRight .uRBtm .count .countNum {
|
|
|
|
|
|
+.container .userBox .above .userRight .uRBtm .count .countNum {
|
|
margin-left: 10rpx;
|
|
margin-left: 10rpx;
|
|
}
|
|
}
|
|
-.container .userBox .userRight .uRBtm .countFirst {
|
|
|
|
|
|
+.container .userBox .above .userRight .uRBtm .countFirst {
|
|
text-align: left;
|
|
text-align: left;
|
|
}
|
|
}
|
|
-.container .userBox .userRight .uRBtm .countEnd {
|
|
|
|
|
|
+.container .userBox .above .userRight .uRBtm .countEnd {
|
|
text-align: right;
|
|
text-align: right;
|
|
border: none;
|
|
border: none;
|
|
}
|
|
}
|
|
-.container .iosVip {
|
|
|
|
- margin: 4rpx 0px 0px 6rpx;
|
|
|
|
- font-size: 20rpx;
|
|
|
|
- color: #333;
|
|
|
|
-}
|
|
|
|
-.container .sectionBoxs {
|
|
|
|
- margin-top: 20rpx;
|
|
|
|
|
|
+.container .below {
|
|
padding: 20rpx 30rpx;
|
|
padding: 20rpx 30rpx;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -99,41 +99,46 @@
|
|
background-color: white;
|
|
background-color: white;
|
|
border-radius: 20rpx;
|
|
border-radius: 20rpx;
|
|
}
|
|
}
|
|
-.container .sectionBoxs .sBox {
|
|
|
|
|
|
+.container .below .sBox {
|
|
position: relative;
|
|
position: relative;
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
align-items: center;
|
|
- /* .noticeTips {
|
|
|
|
- position: absolute;
|
|
|
|
- right: -2rpx;
|
|
|
|
- top: -6rpx;
|
|
|
|
- width: 34rpx;
|
|
|
|
- padding: 4rpx 0rpx;
|
|
|
|
- border-radius: 40rpx;
|
|
|
|
- color: white;
|
|
|
|
- font-size: 18rpx;
|
|
|
|
- text-align: center;
|
|
|
|
- background-color: #FF0000;
|
|
|
|
- } */
|
|
|
|
-}
|
|
|
|
-.container .sectionBoxs .sBox .img {
|
|
|
|
|
|
+}
|
|
|
|
+.container .below .sBox .img {
|
|
width: 69rpx;
|
|
width: 69rpx;
|
|
height: 69rpx;
|
|
height: 69rpx;
|
|
}
|
|
}
|
|
-.container .sectionBoxs .sBox .title {
|
|
|
|
|
|
+.container .below .sBox .title {
|
|
margin-top: 8rpx;
|
|
margin-top: 8rpx;
|
|
- font-size: 28rpx;
|
|
|
|
|
|
+ font-size: 22rpx;
|
|
color: #333;
|
|
color: #333;
|
|
}
|
|
}
|
|
-.container .sectionBoxs .contactBtn {
|
|
|
|
|
|
+.container .below .sBox .noticeTips {
|
|
|
|
+ position: absolute;
|
|
|
|
+ right: 10rpx;
|
|
|
|
+ top: -8rpx;
|
|
|
|
+ width: 34rpx;
|
|
|
|
+ padding: 4rpx 0rpx;
|
|
|
|
+ border-radius: 40rpx;
|
|
|
|
+ color: white;
|
|
|
|
+ font-size: 18rpx;
|
|
|
|
+ text-align: center;
|
|
|
|
+ background-color: #FF0000;
|
|
|
|
+}
|
|
|
|
+.container .below .contactBtn {
|
|
border: none;
|
|
border: none;
|
|
padding: 0rpx;
|
|
padding: 0rpx;
|
|
line-height: normal;
|
|
line-height: normal;
|
|
margin: 0;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
+.container .iosVip {
|
|
|
|
+ margin: 4rpx 0px 0px 6rpx;
|
|
|
|
+ font-size: 20rpx;
|
|
|
|
+ color: #333;
|
|
|
|
+}
|
|
.container .medalBox {
|
|
.container .medalBox {
|
|
- margin-top: 20rpx;
|
|
|
|
|
|
+ margin: 30rpx 0rpx;
|
|
padding: 20rpx 30rpx;
|
|
padding: 20rpx 30rpx;
|
|
background-color: white;
|
|
background-color: white;
|
|
border-radius: 20rpx;
|
|
border-radius: 20rpx;
|