index.less 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /* nova-werun/pages/home/share/index.wxss */
  2. .all{
  3. width: 100vw;
  4. padding-top: 15rpx;
  5. // padding-left: 40rpx;
  6. // padding-right: 40rpx;
  7. background: linear-gradient(to bottom, #4F9AF7, #FFFFFF);
  8. #myCanvas{
  9. margin: auto;
  10. }
  11. .sharebox{
  12. width: 100%;
  13. // height: 250rpx;
  14. padding: 20rpx;
  15. .share-text{
  16. width: 100%;
  17. font-size: 30rpx;
  18. font-weight: 600;
  19. display: flex;
  20. justify-content: center;
  21. }
  22. .share-picbox{
  23. width: 100%;
  24. height: 178rpx;
  25. margin-top: 16rpx;
  26. display: flex;
  27. justify-content: space-around;
  28. .share-pic{
  29. width: 130rpx;
  30. height: 178rpx;
  31. .share-pic-box{
  32. width: 130rpx;
  33. height: 130rpx;
  34. border-radius: 50%;
  35. display: flex;
  36. align-items: center;
  37. justify-content: center;
  38. background-color: #4F9AF7;
  39. .image{
  40. width: 60rpx;
  41. height: 60rpx;
  42. }
  43. }
  44. .pic-tex{
  45. width: 130rpx;
  46. font-size: 30rpx;
  47. display: flex;
  48. justify-content: center;
  49. margin-top: 10rpx;
  50. color: #4F9AF7;
  51. }
  52. }
  53. }
  54. }
  55. }