accredit.wxss 614 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .container {
  2. background-color: #0B8457;
  3. position: fixed;
  4. top:0;
  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:54rpx;
  15. margin-top: 170rpx;
  16. text-align: center;
  17. }
  18. .text1{
  19. font-size:32rpx;
  20. margin-top: 20rpx;
  21. text-align: center;
  22. }
  23. .btn{
  24. width:600rpx;
  25. height:90rpx;
  26. border-radius: 14rpx;
  27. border:1rpx solid #fff;
  28. background-color: #0B8457;
  29. margin-top: 40rpx;
  30. color:#fff;
  31. }
  32. .btn2{
  33. width:280rpx;
  34. margin: 40rpx 20rpx;
  35. }
  36. .universalpic_share_white_52x40{
  37. width: 52rpx;
  38. height: 41rpx;
  39. margin-right: 20rpx;
  40. }