wishAll.wxss 947 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .container{
  2. background-color: #fff;
  3. }
  4. .panel1142{
  5. justify-content: flex-start;
  6. width:670rpx;
  7. margin: 60rpx 0 100rpx 0;
  8. }
  9. .panel11420{
  10. width:100%;
  11. margin-bottom: 30rpx;
  12. align-items: flex-start;
  13. }
  14. .panel11421{
  15. justify-content: flex-start;
  16. align-items: flex-start;
  17. width:100%;
  18. }
  19. .panel11421_1{
  20. width:620rpx;
  21. line-height: 33rpx;
  22. margin-top: 3rpx;
  23. }
  24. .avatar{
  25. border-radius: 50%;
  26. width:40rpx;
  27. height:40rpx;
  28. background-color: #E3E3E3;
  29. margin-right: 10rpx;
  30. }
  31. .avatarIcon{
  32. width:40rpx;
  33. height:40rpx;
  34. border-radius: 50%;
  35. }
  36. .nickName{
  37. font-size: 24rpx;
  38. font-weight: 700;
  39. }
  40. .text02{
  41. font-size: 24rpx;
  42. margin-left: 10rpx;
  43. font-weight: 400;
  44. }
  45. .icon_share_03{
  46. width:30rpx;
  47. height:30rpx;
  48. margin-right: 10rpx;
  49. }
  50. .panel11422{
  51. font-size: 28rpx;
  52. color:#EB5C28;
  53. position: absolute;
  54. bottom:30rpx;
  55. }
  56. .panel11423{
  57. width:580rpx;
  58. margin: 10rpx 0 0 50rpx;
  59. font-size:28rpx;
  60. font-weight: 400;
  61. }