accredit.wxss 671 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .container {
  2. background-color: #0B8457;
  3. position: fixed;
  4. top:120rpx;
  5. color:#fff;
  6. }
  7. .img{
  8. width:200rpx;
  9. height:200rpx;
  10. border-radius: 50%;
  11. margin-top: 150rpx;
  12. }
  13. .text0{
  14. font-size:48rpx;
  15. margin-top: 120rpx;
  16. text-align: center;
  17. }
  18. .text1{
  19. font-size:32rpx;
  20. margin-top: 20rpx;
  21. text-align: center;
  22. }
  23. .btn{
  24. width:400rpx;
  25. height:110rpx;
  26. border-radius: 14rpx;
  27. border:1rpx solid #fff;
  28. background-color: #0B8457;
  29. margin-top: 60rpx;
  30. color:#fff;
  31. font-size:36rpx;
  32. }
  33. .btn2{
  34. border:1rpx solid #0B8457;
  35. margin: 40rpx 0 0 0;
  36. font-size:28rpx;
  37. }
  38. .universalpic_share_white_52x40{
  39. width: 52rpx;
  40. height: 41rpx;
  41. margin-right: 20rpx;
  42. }