accredit.wxss 926 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .container {
  2. background-color: #fff;
  3. position: fixed;
  4. top:0;
  5. }
  6. .universalpic_face_default_green_240x240{
  7. width: 240rpx;
  8. height:240rpx;
  9. border-radius: 50%;
  10. margin-top: 60rpx;
  11. }
  12. .text0{
  13. font-size:54rpx;
  14. text-align: center;
  15. margin-top: 30rpx;
  16. z-index: 10;
  17. color:#03AF69;
  18. }
  19. .text1{
  20. font-size:36rpx;
  21. text-align: center;
  22. margin-top: 0rpx;
  23. z-index: 10;
  24. color:#fff;
  25. }
  26. .btn {
  27. width: 520rpx;
  28. height: 100rpx;
  29. background-color:#13925C;
  30. border-radius: 14rpx;
  31. margin-top: 60rpx;
  32. z-index: 10;
  33. }
  34. .btn1 {
  35. width: 100%;
  36. height: 90rpx;
  37. background-color: #03AF69;
  38. border-radius: 10rpx;
  39. position:relative;
  40. top:0;
  41. font-size: 36rpx;
  42. text-align: center;
  43. line-height: 90rpx;
  44. color:#fff;
  45. }
  46. .universalpic_share_white_52x40{
  47. width: 52rpx;
  48. height: 41rpx;
  49. margin-right: 20rpx;
  50. }
  51. .text3{
  52. font-size:24rpx;
  53. margin-top: 30rpx;
  54. z-index: 10;
  55. font-weight: 400;
  56. color:#000;
  57. }