publisherPage.wxss 881 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .card {
  2. height: 300rpx;
  3. }
  4. .avatar {
  5. position: absolute;
  6. top: 50rpx;
  7. left: 50rpx;
  8. height: 200rpx;
  9. width: 200rpx;
  10. border-radius: 20%;
  11. }
  12. .publisher-name {
  13. position: absolute;
  14. font-size: 40rpx;
  15. line-height: 50rpx;
  16. top: 125rpx;
  17. left: 300rpx;
  18. }
  19. .location {
  20. position: absolute;
  21. font-size: 27rpx;
  22. line-height: 30rpx;
  23. top: 175rpx;
  24. left: 330rpx;
  25. }
  26. .gap {
  27. height: 20rpx;
  28. }
  29. .line {
  30. height: 5rpx;
  31. }
  32. .btn {
  33. height: 100rpx;
  34. }
  35. .btn-hover {
  36. background: #c0c0c0;
  37. }
  38. .btn-icon {
  39. position: relative;
  40. float: left;
  41. top: 28rpx;
  42. left: 35rpx;
  43. height: 44rpx;
  44. width: 44rpx;
  45. }
  46. .btn-text {
  47. position: relative;
  48. float: left;
  49. left: 50rpx;
  50. line-height: 100rpx;
  51. font-size: 35rpx;
  52. }
  53. .btn-arrow {
  54. position: relative;
  55. float: right;
  56. right: 40rpx;
  57. line-height: 100rpx;
  58. }