publisherPage.wxss 947 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .card {
  2. height: 300rpx;
  3. margin-bottom: 2rpx;
  4. background-color: #ffffff;
  5. }
  6. .avatar {
  7. position: absolute;
  8. top: 50rpx;
  9. left: 50rpx;
  10. height: 200rpx;
  11. width: 200rpx;
  12. border-radius: 20%;
  13. }
  14. .publisher-name {
  15. position: absolute;
  16. font-size: 40rpx;
  17. line-height: 50rpx;
  18. top: 125rpx;
  19. left: 300rpx;
  20. }
  21. .block {
  22. margin-bottom: 4rpx;
  23. padding: 20rpx 40rpx 20rpx 20rpx;
  24. display: flex;
  25. justify-content: space-between;
  26. align-items: center;
  27. font-size: 30rpx;
  28. background-color: #ffffff;
  29. align-items: center;
  30. }
  31. .block2 {
  32. margin-bottom: 20rpx;
  33. padding: 20rpx 40rpx 20rpx 20rpx;
  34. display: flex;
  35. justify-content: space-between;
  36. align-items: center;
  37. font-size: 30rpx;
  38. background-color: #ffffff;
  39. align-items: center;
  40. }
  41. .left {
  42. display: flex;
  43. }
  44. .btn-hover {
  45. background: #c0c0c0;
  46. }
  47. .btn-icon {
  48. height: 40rpx;
  49. width: 40rpx;
  50. margin-right: 20rpx;
  51. }