| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- .container {
- background-color: #0B8457;
- position: fixed;
- top:120rpx;
- color:#fff;
- }
- .container_iPad {
- background-color: #0B8457;
- position: fixed;
- 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;
- color: #48FFBB;
- }
- .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;
- }
|