|
@@ -32,70 +32,82 @@
|
|
|
margin-top: 100rpx;
|
|
|
}
|
|
|
.searchFriend .box .follow {
|
|
|
- margin: 0rpx 30rpx 20rpx 30rpx;
|
|
|
+ margin-top: 30rpx;
|
|
|
box-sizing: border-box;
|
|
|
+ width: 100%;
|
|
|
background-color: white;
|
|
|
- border-radius: 10rpx;
|
|
|
- padding: 20rpx;
|
|
|
+ border-radius: 20rpx;
|
|
|
+ padding: 20rpx 34rpx 16rpx;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
+ box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
|
|
|
}
|
|
|
-.searchFriend .box .follow .userInfo {
|
|
|
- flex: 1;
|
|
|
+.searchFriend .box .follow .left {
|
|
|
display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
-.searchFriend .box .follow .userInfo .avatar {
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-.searchFriend .box .follow .userInfo .avatar .avatar-image {
|
|
|
- width: 96rpx;
|
|
|
- height: 96rpx;
|
|
|
- background-color: wheat;
|
|
|
+.searchFriend .box .follow .left .avatar {
|
|
|
+ width: 106rpx;
|
|
|
+ height: 106rpx;
|
|
|
border-radius: 50%;
|
|
|
- border: 4rpx solid #61CA54;
|
|
|
}
|
|
|
-.searchFriend .box .follow .userInfo .avatar .user-profession {
|
|
|
- position: absolute;
|
|
|
- bottom: -4rpx;
|
|
|
- left: 17rpx;
|
|
|
- width: 68rpx;
|
|
|
- height: 24rpx;
|
|
|
- background: #61ca54;
|
|
|
- border-radius: 50rpx;
|
|
|
- border: 2rpx solid #ffffff;
|
|
|
- font-size: 16rpx;
|
|
|
- color: #ffffff;
|
|
|
- line-height: 24rpx;
|
|
|
- text-align: center;
|
|
|
+.searchFriend .box .follow .left .profession {
|
|
|
+ display: inline-block;
|
|
|
+ margin-top: 4rpx;
|
|
|
+ padding: 4rpx 20rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ color: white;
|
|
|
+ background-color: #10CA61;
|
|
|
+ border-radius: 20rpx;
|
|
|
}
|
|
|
-.searchFriend .box .follow .userInfo .infoBox {
|
|
|
+.searchFriend .box .follow .right {
|
|
|
+ margin-left: 46rpx;
|
|
|
+ flex: 1;
|
|
|
+}
|
|
|
+.searchFriend .box .follow .right .infoBox {
|
|
|
+ border-bottom: 1rpx solid #00000020;
|
|
|
+}
|
|
|
+.searchFriend .box .follow .right .infoBox .top {
|
|
|
display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: space-around;
|
|
|
- margin-left: 14rpx;
|
|
|
- margin-top: 2rpx;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
}
|
|
|
-.searchFriend .box .follow .userInfo .infoBox .gmtCreated {
|
|
|
- font-size: 26rpx;
|
|
|
- color: #888;
|
|
|
+.searchFriend .box .follow .right .infoBox .top .nickName {
|
|
|
+ font-size: 32rpx;
|
|
|
}
|
|
|
-.searchFriend .box .follow .state {
|
|
|
+.searchFriend .box .follow .right .infoBox .top .state {
|
|
|
text-align: center;
|
|
|
}
|
|
|
-.searchFriend .box .follow .state .stateText {
|
|
|
+.searchFriend .box .follow .right .infoBox .top .state .stateText {
|
|
|
width: 160rpx;
|
|
|
- padding: 16rpx 0rpx;
|
|
|
+ padding: 12rpx 0rpx;
|
|
|
border-radius: 50rpx;
|
|
|
font-size: 24rpx;
|
|
|
}
|
|
|
-.searchFriend .box .follow .state .already {
|
|
|
+.searchFriend .box .follow .right .infoBox .top .state .already {
|
|
|
background-color: #E4EDFB;
|
|
|
}
|
|
|
-.searchFriend .box .follow .state .yet {
|
|
|
+.searchFriend .box .follow .right .infoBox .top .state .yet {
|
|
|
background-color: #1BC665;
|
|
|
color: white;
|
|
|
}
|
|
|
+.searchFriend .box .follow .right .infoBox .number {
|
|
|
+ padding-bottom: 14rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ color: #00000060;
|
|
|
+}
|
|
|
+.searchFriend .box .follow .right .statistics {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ padding-top: 12rpx;
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #00000060;
|
|
|
+}
|
|
|
+.searchFriend .box .follow .right .statistics text {
|
|
|
+ margin-left: 6rpx;
|
|
|
+}
|
|
|
.searchFriend .empty {
|
|
|
margin-top: 200rpx;
|
|
|
}
|