|
@@ -1,66 +1,86 @@
|
|
|
.followBox {
|
|
|
- padding: 0rpx 20rpx 20rpx;
|
|
|
+ padding: 0rpx 20rpx 20rpx;
|
|
|
|
|
|
- .follow {
|
|
|
- box-sizing: border-box;
|
|
|
- width: 100%;
|
|
|
- background-color: white;
|
|
|
- border-radius: 10rpx;
|
|
|
- margin-bottom: 20rpx;
|
|
|
- padding: 20rpx;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
+ .screening {
|
|
|
+ display: flex;
|
|
|
+ align-items: flex-end;
|
|
|
+ justify-content: space-between;
|
|
|
+ padding: 0rpx 64rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
|
- .userInfo {
|
|
|
- display: flex;
|
|
|
+ .type {
|
|
|
+ color: #666;
|
|
|
+ font-size: 26rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .currentType {
|
|
|
+ color: #333;
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 34rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .follow {
|
|
|
+ margin-top: 40rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
+ width: 100%;
|
|
|
+ background-color: white;
|
|
|
+ border-radius: 10rpx;
|
|
|
+ margin-bottom: 20rpx;
|
|
|
+ padding: 20rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
|
|
|
- .avatar {
|
|
|
- position: relative;
|
|
|
+ .userInfo {
|
|
|
+ display: flex;
|
|
|
|
|
|
- .avatar-image {
|
|
|
- width: 96rpx;
|
|
|
- height: 96rpx;
|
|
|
- background-color: wheat;
|
|
|
- border-radius: 50%;
|
|
|
- border: 4rpx solid #61CA54;
|
|
|
- }
|
|
|
+ .avatar {
|
|
|
+ position: relative;
|
|
|
|
|
|
- .user-profession {
|
|
|
- width: 68rpx;
|
|
|
- height: 24rpx;
|
|
|
- background: rgba(97, 202, 84, 1);
|
|
|
- border-radius: 50rpx;
|
|
|
- border: 2rpx solid rgba(255, 255, 255, 1);
|
|
|
- font-size: 16rpx;
|
|
|
- color: rgba(255, 255, 255, 1);
|
|
|
- line-height: 24rpx;
|
|
|
- text-align: center;
|
|
|
- position: absolute;
|
|
|
- bottom: -4rpx;
|
|
|
- left: 17rpx;
|
|
|
- }
|
|
|
- }
|
|
|
+ .avatar-image {
|
|
|
+ width: 96rpx;
|
|
|
+ height: 96rpx;
|
|
|
+ background-color: wheat;
|
|
|
+ border-radius: 50%;
|
|
|
+ border: 4rpx solid #61CA54;
|
|
|
+ }
|
|
|
|
|
|
- .nickName {
|
|
|
- margin-left: 14rpx;
|
|
|
- margin-top: 2rpx;
|
|
|
- }
|
|
|
+ .user-profession {
|
|
|
+ width: 68rpx;
|
|
|
+ height: 24rpx;
|
|
|
+ background: rgba(97, 202, 84, 1);
|
|
|
+ border-radius: 50rpx;
|
|
|
+ border: 2rpx solid rgba(255, 255, 255, 1);
|
|
|
+ font-size: 16rpx;
|
|
|
+ color: rgba(255, 255, 255, 1);
|
|
|
+ line-height: 24rpx;
|
|
|
+ text-align: center;
|
|
|
+ position: absolute;
|
|
|
+ bottom: -4rpx;
|
|
|
+ left: 17rpx;
|
|
|
}
|
|
|
+ }
|
|
|
+
|
|
|
+ .nickName {
|
|
|
+ margin-left: 14rpx;
|
|
|
+ margin-top: 2rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
- .state {
|
|
|
- padding: 0rpx 30rpx;
|
|
|
- text-align: center;
|
|
|
+ .state {
|
|
|
+ padding: 0rpx 30rpx;
|
|
|
+ text-align: center;
|
|
|
|
|
|
- .stateImg {
|
|
|
- width: 46rpx;
|
|
|
- height: 40rpx;
|
|
|
- }
|
|
|
+ .stateImg {
|
|
|
+ width: 46rpx;
|
|
|
+ height: 40rpx;
|
|
|
+ }
|
|
|
|
|
|
- .stateText {
|
|
|
- color: #686868;
|
|
|
- font-size: 20rpx;
|
|
|
- }
|
|
|
- }
|
|
|
+ .stateText {
|
|
|
+ color: #686868;
|
|
|
+ font-size: 20rpx;
|
|
|
+ }
|
|
|
}
|
|
|
+ }
|
|
|
}
|