index.wxss 908 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. page {
  2. height: 100%;
  3. background: #fff;
  4. font-family:'SimHei';
  5. color:#333;
  6. }
  7. .testPage {
  8. padding: 60rpx 60rpx;
  9. }
  10. .share-img {
  11. width: 100%;
  12. height: 650rpx;
  13. margin: 0 auto;
  14. }
  15. .share-img image {
  16. width: 100%;
  17. height: 100%;
  18. border-radius: 10rpx;
  19. }
  20. .share-m {
  21. font-size: 28rpx;
  22. margin: 20rpx 0 50rpx;
  23. }
  24. .share-m .title {
  25. color: #333;
  26. }
  27. .share-m .name {
  28. padding-top: 5rpx;
  29. color: #999;
  30. }
  31. .share-ex {
  32. font-weight: 500;
  33. margin-bottom: 120rpx;
  34. letter-spacing:3rpx;
  35. }
  36. .flex {
  37. display: flex;
  38. }
  39. .share-msg {
  40. justify-content: space-between;
  41. align-items: center;
  42. font-size: 26rpx;
  43. color: #999;
  44. }
  45. .msg-l {
  46. height: 60rpx;
  47. line-height: 60rpx;
  48. }
  49. .icon {
  50. width: 60rpx;
  51. height: 60rpx;
  52. margin-right: 16rpx;
  53. }
  54. .nick {}
  55. .share-er {
  56. text-align: right;
  57. }
  58. .share-er image {
  59. width: 135rpx;
  60. height: 135rpx;
  61. }
  62. .share-er .txt {
  63. font-size: 22rpx;
  64. margin-right: 12rpx;
  65. }