|
@@ -3,9 +3,11 @@
|
|
top: 0px;
|
|
top: 0px;
|
|
left: 0px;
|
|
left: 0px;
|
|
width: 100%;
|
|
width: 100%;
|
|
- padding: 4rpx 20rpx;
|
|
|
|
|
|
+ padding: 0rpx 28rpx;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
z-index: 9;
|
|
z-index: 9;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ background-color: #F2F6FC;
|
|
}
|
|
}
|
|
.searchFriend .searchBox .input {
|
|
.searchFriend .searchBox .input {
|
|
background-color: white;
|
|
background-color: white;
|
|
@@ -15,8 +17,9 @@
|
|
}
|
|
}
|
|
.searchFriend .searchBox .searchBtn {
|
|
.searchFriend .searchBox .searchBtn {
|
|
position: absolute;
|
|
position: absolute;
|
|
- right: 40rpx;
|
|
|
|
- top: 12rpx;
|
|
|
|
|
|
+ right: 50rpx;
|
|
|
|
+ top: 50%;
|
|
|
|
+ transform: translateY(-50%);
|
|
padding: 6rpx 40rpx;
|
|
padding: 6rpx 40rpx;
|
|
background: #00C657;
|
|
background: #00C657;
|
|
border-radius: 40rpx;
|
|
border-radius: 40rpx;
|
|
@@ -25,33 +28,35 @@
|
|
width: 24rpx;
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
height: 24rpx;
|
|
}
|
|
}
|
|
-.searchFriend .follow {
|
|
|
|
- margin-top: 20rpx;
|
|
|
|
|
|
+.searchFriend .box {
|
|
|
|
+ padding-bottom: 20rpx;
|
|
|
|
+ margin-top: 100rpx;
|
|
|
|
+}
|
|
|
|
+.searchFriend .box .follow {
|
|
|
|
+ margin: 0rpx 30rpx 20rpx 30rpx;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
- width: 100%;
|
|
|
|
background-color: white;
|
|
background-color: white;
|
|
border-radius: 10rpx;
|
|
border-radius: 10rpx;
|
|
- margin-bottom: 20rpx;
|
|
|
|
padding: 20rpx;
|
|
padding: 20rpx;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
}
|
|
}
|
|
-.searchFriend .follow .userInfo {
|
|
|
|
|
|
+.searchFriend .box .follow .userInfo {
|
|
flex: 1;
|
|
flex: 1;
|
|
display: flex;
|
|
display: flex;
|
|
}
|
|
}
|
|
-.searchFriend .follow .userInfo .avatar {
|
|
|
|
|
|
+.searchFriend .box .follow .userInfo .avatar {
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
-.searchFriend .follow .userInfo .avatar .avatar-image {
|
|
|
|
|
|
+.searchFriend .box .follow .userInfo .avatar .avatar-image {
|
|
width: 96rpx;
|
|
width: 96rpx;
|
|
height: 96rpx;
|
|
height: 96rpx;
|
|
background-color: wheat;
|
|
background-color: wheat;
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
border: 4rpx solid #61CA54;
|
|
border: 4rpx solid #61CA54;
|
|
}
|
|
}
|
|
-.searchFriend .follow .userInfo .avatar .user-profession {
|
|
|
|
|
|
+.searchFriend .box .follow .userInfo .avatar .user-profession {
|
|
position: absolute;
|
|
position: absolute;
|
|
bottom: -4rpx;
|
|
bottom: -4rpx;
|
|
left: 17rpx;
|
|
left: 17rpx;
|
|
@@ -65,30 +70,33 @@
|
|
line-height: 24rpx;
|
|
line-height: 24rpx;
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
-.searchFriend .follow .userInfo .infoBox {
|
|
|
|
|
|
+.searchFriend .box .follow .userInfo .infoBox {
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
justify-content: space-around;
|
|
justify-content: space-around;
|
|
margin-left: 14rpx;
|
|
margin-left: 14rpx;
|
|
margin-top: 2rpx;
|
|
margin-top: 2rpx;
|
|
}
|
|
}
|
|
-.searchFriend .follow .userInfo .infoBox .gmtCreated {
|
|
|
|
|
|
+.searchFriend .box .follow .userInfo .infoBox .gmtCreated {
|
|
font-size: 26rpx;
|
|
font-size: 26rpx;
|
|
color: #888;
|
|
color: #888;
|
|
}
|
|
}
|
|
-.searchFriend .follow .state {
|
|
|
|
|
|
+.searchFriend .box .follow .state {
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
-.searchFriend .follow .state .stateText {
|
|
|
|
|
|
+.searchFriend .box .follow .state .stateText {
|
|
width: 160rpx;
|
|
width: 160rpx;
|
|
padding: 16rpx 0rpx;
|
|
padding: 16rpx 0rpx;
|
|
border-radius: 50rpx;
|
|
border-radius: 50rpx;
|
|
font-size: 24rpx;
|
|
font-size: 24rpx;
|
|
}
|
|
}
|
|
-.searchFriend .follow .state .already {
|
|
|
|
|
|
+.searchFriend .box .follow .state .already {
|
|
background-color: #E4EDFB;
|
|
background-color: #E4EDFB;
|
|
}
|
|
}
|
|
-.searchFriend .follow .state .yet {
|
|
|
|
|
|
+.searchFriend .box .follow .state .yet {
|
|
background-color: #1BC665;
|
|
background-color: #1BC665;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
+.searchFriend .empty {
|
|
|
|
+ margin-top: 200rpx;
|
|
|
|
+}
|