success.wxss 904 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /* pages/takePhoto/success/success.wxss */
  2. page {
  3. padding-top: 10vh;
  4. }
  5. .share {
  6. margin: 0 auto;
  7. margin-top: 40rpx;
  8. width: 90vw !important;
  9. height: 80rpx;
  10. line-height: 80rpx !important;
  11. border-radius: 4rpx;
  12. color: #0094FE;
  13. text-align: center;
  14. font-size: 34rpx;
  15. font-family: PingFangSC-Regular, PingFang SC;
  16. font-weight: 400;
  17. line-height: 80rpx;
  18. border: 1px solid #0094FE;
  19. padding: 0;
  20. }
  21. .go {
  22. margin: 0 auto;
  23. margin-top: 50rpx;
  24. width: 90vw;
  25. height: 80rpx;
  26. background: #0094FE;
  27. border-radius: 4rpx;
  28. color: #fff;
  29. text-align: center;
  30. font-size: 34rpx;
  31. font-family: PingFangSC-Regular, PingFang SC;
  32. font-weight: 400;
  33. line-height: 80rpx;
  34. }
  35. .success {
  36. width: 100%;
  37. height: 48rpx;
  38. text-align: center;
  39. font-size: 34rpx;
  40. font-family: PingFangSC-Medium, PingFang SC;
  41. font-weight: 500;
  42. color: #0094FE;
  43. line-height: 48rpx;
  44. margin-top: 30rpx;
  45. }