|
@@ -2,11 +2,17 @@
|
|
|
padding: 0rpx 20rpx 20rpx;
|
|
|
|
|
|
.screening {
|
|
|
+ position: fixed;
|
|
|
+ top: 0px;
|
|
|
+ left: 0px;
|
|
|
+ width: 100%;
|
|
|
+ padding: 0rpx 28rpx 20rpx;
|
|
|
display: flex;
|
|
|
+ z-index: 9;
|
|
|
align-items: center;
|
|
|
- // justify-content: space-between;
|
|
|
- justify-content: space-around;
|
|
|
+ justify-content: space-between;
|
|
|
box-sizing: border-box;
|
|
|
+ background-color: #F2F6FC;
|
|
|
padding-left: 20rpx;
|
|
|
|
|
|
.type {
|
|
@@ -17,7 +23,6 @@
|
|
|
|
|
|
.currentType {
|
|
|
color: #333;
|
|
|
- font-size: 32rpx;
|
|
|
font-weight: bold;
|
|
|
border-bottom: 6rpx solid #00C657;
|
|
|
}
|
|
@@ -26,7 +31,7 @@
|
|
|
font-size: 26rpx;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- padding: 10rpx 26rpx;
|
|
|
+ padding: 10rpx 30rpx;
|
|
|
border-radius: 25rpx;
|
|
|
color: #666666;
|
|
|
background-color: white;
|
|
@@ -39,81 +44,86 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .follow {
|
|
|
- margin-top: 20rpx;
|
|
|
- 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;
|
|
|
+ .box {
|
|
|
+ padding-bottom: 20rpx;
|
|
|
+ margin-top: 100rpx;
|
|
|
|
|
|
- .userInfo {
|
|
|
- flex: 1;
|
|
|
+ .follow {
|
|
|
+ margin-top: 20rpx;
|
|
|
+ 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;
|
|
|
-
|
|
|
- .avatar-image {
|
|
|
- width: 96rpx;
|
|
|
- height: 96rpx;
|
|
|
- background-color: wheat;
|
|
|
- border-radius: 50%;
|
|
|
- border: 4rpx solid #61CA54;
|
|
|
- }
|
|
|
-
|
|
|
- .user-profession {
|
|
|
- position: absolute;
|
|
|
- bottom: -4rpx;
|
|
|
- left: 17rpx;
|
|
|
- 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;
|
|
|
+ .userInfo {
|
|
|
+ flex: 1;
|
|
|
+ display: flex;
|
|
|
|
|
|
+ .avatar {
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ .avatar-image {
|
|
|
+ width: 96rpx;
|
|
|
+ height: 96rpx;
|
|
|
+ background-color: wheat;
|
|
|
+ border-radius: 50%;
|
|
|
+ border: 4rpx solid #61CA54;
|
|
|
+ }
|
|
|
+
|
|
|
+ .user-profession {
|
|
|
+ position: absolute;
|
|
|
+ bottom: -4rpx;
|
|
|
+ left: 17rpx;
|
|
|
+ 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;
|
|
|
+
|
|
|
+ }
|
|
|
}
|
|
|
- }
|
|
|
|
|
|
- .infoBox {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: space-around;
|
|
|
- margin-left: 14rpx;
|
|
|
- margin-top: 2rpx;
|
|
|
-
|
|
|
- .gmtCreated {
|
|
|
- font-size: 26rpx;
|
|
|
- color: #888;
|
|
|
+ .infoBox {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: space-around;
|
|
|
+ margin-left: 14rpx;
|
|
|
+ margin-top: 2rpx;
|
|
|
+
|
|
|
+ .gmtCreated {
|
|
|
+ font-size: 26rpx;
|
|
|
+ color: #888;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
|
|
|
- .state {
|
|
|
- text-align: center;
|
|
|
+ .state {
|
|
|
+ text-align: center;
|
|
|
|
|
|
- .stateText {
|
|
|
- width: 160rpx;
|
|
|
- padding: 16rpx 0rpx;
|
|
|
- border-radius: 50rpx;
|
|
|
- font-size: 24rpx;
|
|
|
- }
|
|
|
+ .stateText {
|
|
|
+ width: 160rpx;
|
|
|
+ padding: 16rpx 0rpx;
|
|
|
+ border-radius: 50rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ }
|
|
|
|
|
|
- .already {
|
|
|
- background-color: #E4EDFB;
|
|
|
- }
|
|
|
+ .already {
|
|
|
+ background-color: #E4EDFB;
|
|
|
+ }
|
|
|
|
|
|
- .yet {
|
|
|
- background-color: #1BC665;
|
|
|
- color: white;
|
|
|
+ .yet {
|
|
|
+ background-color: #1BC665;
|
|
|
+ color: white;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|