| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- .container {
- background-color: #0B8457;
- position: absolute;
- top:120rpx;
- color:#fff;
- }
- .container_iPad {
- background-color: #0B8457;
- position: absolute;
- top:0rpx;
- color:#fff;
- }
- .universalpic_share_white_52x40{
- width: 52rpx;
- height: 41rpx;
- margin-right: 20rpx;
- }
- .img{
- width:200rpx;
- height:200rpx;
- border-radius: 50%;
- margin-top: 150rpx;
- }
- .img_iPad{
- width:200rpx;
- height:200rpx;
- border-radius: 50%;
- margin-top: 30rpx;
- }
- .textGrade{
- font-size:54rpx;
- margin-top: 60rpx;
- text-align: center;
- }
- .textGrade2{
- margin-top: 10rpx;
- text-align: center;
- font-size: 28rpx;
- }
- .textGrade_iPad{
- font-size:54rpx;
- margin-top: 20rpx;
- text-align: center;
- }
- .panelGrade{
- margin-top:25rpx;
- flex-wrap: wrap;
- }
- .btnGrade{
- background: #0B8457;
- border: 1rpx solid #FFFFFF;
- border-radius: 14rpx;
- font-size: 36rpx;
- color: #FFFFFF;
- text-align: center;
- width:285rpx;
- line-height:90rpx;
- margin: 15rpx;
- }
- .btnGrade2{
- width:285rpx;
- line-height:90rpx;
- margin: 15rpx;
- }
|