shareuser.wxss 600 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .container {
  2. background-color: #fff;
  3. }
  4. .panel{
  5. margin-bottom: 119rpx;
  6. }
  7. .panel .text1{
  8. font-size:28rpx;
  9. }
  10. .panel .text2{
  11. font-size:68rpx;
  12. color:#169DED;
  13. }
  14. .panel .text3{
  15. font-size:28rpx;
  16. font-weight: 400;
  17. }
  18. .panel .text4{
  19. font-size:28rpx;
  20. margin-top: 40rpx;
  21. }
  22. .panel .text5{
  23. font-size:24rpx;
  24. margin-top: 20rpx;
  25. text-align: center;
  26. font-weight: 400;
  27. }
  28. .panel .btn{
  29. width:520rpx;
  30. height:90rpx;
  31. line-height: 90rpx;
  32. font-size:36rpx;
  33. margin-top: 40rpx;
  34. text-align: center;
  35. font-weight: 400;
  36. color:#fff;
  37. background-color: #0071EF;
  38. border-radius: 10rpx;
  39. }