accredit.wxss 977 B

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