grade.wxss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .container {
  2. background-color: #0B8457;
  3. position: absolute;
  4. top:120rpx;
  5. color:#fff;
  6. }
  7. .container_iPad {
  8. background-color: #0B8457;
  9. position: absolute;
  10. top:0rpx;
  11. color:#fff;
  12. }
  13. .universalpic_share_white_52x40{
  14. width: 52rpx;
  15. height: 41rpx;
  16. margin-right: 20rpx;
  17. }
  18. .img{
  19. width:200rpx;
  20. height:200rpx;
  21. border-radius: 50%;
  22. margin-top: 150rpx;
  23. }
  24. .img_iPad{
  25. width:200rpx;
  26. height:200rpx;
  27. border-radius: 50%;
  28. margin-top: 30rpx;
  29. }
  30. .textGrade{
  31. font-size:54rpx;
  32. margin-top: 60rpx;
  33. text-align: center;
  34. }
  35. .textGrade2{
  36. margin-top: 10rpx;
  37. text-align: center;
  38. font-size: 28rpx;
  39. }
  40. .textGrade_iPad{
  41. font-size:54rpx;
  42. margin-top: 20rpx;
  43. text-align: center;
  44. }
  45. .panelGrade{
  46. margin-top:25rpx;
  47. flex-wrap: wrap;
  48. }
  49. .btnGrade{
  50. background: #0B8457;
  51. border: 1rpx solid #FFFFFF;
  52. border-radius: 14rpx;
  53. font-size: 36rpx;
  54. color: #FFFFFF;
  55. text-align: center;
  56. width:285rpx;
  57. line-height:90rpx;
  58. margin: 15rpx;
  59. }
  60. .btnGrade2{
  61. width:285rpx;
  62. line-height:90rpx;
  63. margin: 15rpx;
  64. }