friend.wxss 1.3 KB

1234567891011121314
  1. .top{ margin: 24rpx 24rpx 20rpx; background-color: #fff; height: 200rpx; position: relative; color: #999999; padding: 50rpx 0; font-size: 9pt; border-radius: 16rpx; }
  2. .title-right{ float: right; }
  3. .top-num{ font-size: 18pt; color: #ff9d1e; font-family: 'DIN'; margin-bottom: 5rpx; }
  4. .line{ position: absolute; top: 50rpx; left: 50%; height: 100rpx; width: 2rpx; background-color: #e2e2e2; }
  5. .top-item{ width: 50%; float: left; text-align: center; }
  6. .list{ background-color: white; padding: 32rpx 32rpx 16rpx; border-radius: 16rpx; margin: 0 24rpx 24rpx; }
  7. .list-title{ font-size: 14pt; color: #353535; margin-bottom: 38rpx; }
  8. .list-item{ padding-bottom: 38rpx; height: 88rpx; }
  9. .list-item .user-avatar{ height: 56rpx; width: 56rpx; margin-right: 24rpx; float: left; }
  10. .user-avatar wx-image{ height: 100%; width: 100%; border-radius: 28rpx; }
  11. .name{ float: left; font-size: 11pt; color: #353535; width: 350rpx; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: top; height: 56rpx; line-height: 56rpx; }
  12. .time{ float: right; font-size: 9pt; color: #999999; vertical-align: top; height: 56rpx; line-height: 56rpx; }
  13. .no-friend{ margin-top: 120rpx; text-align: center; }
  14. .loading { font-size: 9pt; color: #353535; text-align: center; height: 80rpx; line-height: 80rpx; background-color: white; }