publisher.wxss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. .page{
  2. display: flex;
  3. flex-direction: column;
  4. justify-content: flex-start;
  5. align-items: center;
  6. margin: 0%;
  7. }
  8. .top{
  9. display: flex;
  10. flex-direction: column;
  11. align-items: center;
  12. margin-top: 20rpx;
  13. }
  14. .publisher{
  15. display: flex;
  16. flex-direction: column;
  17. margin: 0rpx;
  18. width: 90%;
  19. border-radius: 30rpx;
  20. border-width: 10rpx;
  21. border-style: solid;
  22. border-color: #3F51B5;
  23. z-index: 0;
  24. }
  25. .brief-info{
  26. display: flex;
  27. flex-direction: row;
  28. border-radius: 20rpx 20rpx 0rpx 0rpx;
  29. z-index: 1;
  30. }
  31. .brief-info-right{
  32. display: flex;
  33. flex-direction: column;
  34. margin-top: 35rpx;
  35. }
  36. .publisher-avatar{
  37. height: 150rpx;
  38. width: 150rpx;
  39. border-radius: 100rpx;
  40. margin: 20rpx;
  41. border-width: 5rpx;
  42. border-style: solid;
  43. border-color: #3F51B5;
  44. }
  45. .publisher-name{
  46. font-weight: 800;
  47. text-decoration: underline;
  48. font-size: 40rpx;
  49. }
  50. .publisher-attribute{
  51. align-self: center;
  52. padding: 5rpx 25rpx;
  53. font-size: 30rpx;
  54. }
  55. .detailed-info{
  56. font-size: 30rpx;
  57. margin-left: 25rpx;
  58. margin-top:0rpx;
  59. margin-right: 25rpx;
  60. margin-bottom: 25rpx;
  61. padding: 10rpx;
  62. }
  63. .publisher-contact{
  64. margin-top: 20rpx;
  65. }
  66. .b{
  67. font-weight: 700;
  68. }
  69. .like{
  70. height: 50rpx;
  71. width: 50rpx;
  72. margin-left:220rpx;
  73. }
  74. .brief-info-right-below{
  75. padding: 20rpx;
  76. display: flex;
  77. flex-direction: row;
  78. }