shareIndex.wxss 873 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /* pages/master/shareIndex/shareIndex.wxss */
  2. .container{
  3. background-color: #F0F2F5;
  4. width: 100vw;
  5. height: 100vh;
  6. overflow: auto;
  7. }
  8. .share-img{
  9. margin: 34rpx auto 26rpx;
  10. width: 688rpx;
  11. height: 802rpx;
  12. }
  13. .bg-img{
  14. width: 100%;
  15. height: 100%;
  16. }
  17. .bottom-img{
  18. width: 688rpx;
  19. height: 138rpx;
  20. margin:auto;
  21. display: flex;
  22. justify-content: space-between;
  23. }
  24. .bottom-left, .bottom-right{
  25. width: 330rpx;
  26. }
  27. .bottom-left image{
  28. width: 100%;
  29. }
  30. .bottom-right image{
  31. width: 100%;
  32. }
  33. .tip-content{
  34. width: 750rpx;
  35. height: 36rpx;
  36. font-family: AlibabaPuHuiTi_2_55_Regular;
  37. font-size: 26rpx;
  38. color: #999999;
  39. line-height: 36rpx;
  40. text-align: center;
  41. font-style: normal;
  42. position: fixed;
  43. bottom: 214rpx;
  44. }
  45. .share{
  46. width: 750rpx;
  47. height:196rpx;
  48. position: fixed;
  49. bottom: 0rpx;
  50. background-color: #fff;
  51. }
  52. .share image{
  53. display: block;
  54. margin: 22rpx auto;
  55. }