You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
977 B

  1. /* components/share/share.wxss */
  2. .navi {
  3. width: 40px;
  4. height: 30px;
  5. margin: 5px;
  6. padding-top: 10px;
  7. }
  8. .title {
  9. position: relative;
  10. top: 20px;
  11. left: 15px;
  12. font-size: 22px;
  13. font-weight: 900;
  14. color: #000;
  15. }
  16. .share {
  17. display: block;
  18. padding: 0;
  19. margin: 0;
  20. position: relative;
  21. top: -5px;
  22. }
  23. .share-button{
  24. text-align: center;
  25. color: #7B8B6F;
  26. background-color: #D8CAAF;
  27. font-weight: light;
  28. position: relative;
  29. top: 120rpx;
  30. left: 60rpx;
  31. width: 200px;
  32. }
  33. .share-editor{
  34. background-color: #D8CAAF;
  35. position: relative;
  36. top: 165rpx;
  37. left: 260rpx;
  38. height: 570rpx;
  39. width: 120rpx;
  40. }
  41. .share-img{
  42. flex: 5;
  43. position: relative;
  44. top: 180rpx;
  45. left: 60rpx;
  46. width: 30px;
  47. height: 30px;
  48. padding-top: 20px;
  49. padding-left: 20px;
  50. padding-right: 20px;
  51. }
  52. .share-text{
  53. font-size: 15px;
  54. color: #7B8B6F;
  55. text-align: center;
  56. position: relative;
  57. top: 180rpx;
  58. left: 60rpx;
  59. padding-left: 10px;
  60. padding-right: 10px;
  61. }