12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- .result-page {
- margin-top: 146rpx;
- }
- .result-page .content image {
- width: 218rpx;
- height: 218rpx;
- }
- .result-page .content .fail-tip, .result-page .content .success-tip {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 42rpx;
- color: #666666;
- opacity: 1;
- margin: 44rpx 0 80rpx;
- }
- .grade-box {
- font-size: 44rpx;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 60px;
- color: #51CDE4;
- opacity: 1;
- }
- .grade {
- font-size: 98rpx;
- font-weight: bold;
- }
- .tag-pass{
- color: #51CDE4;
- }
- .tag-nopass{
- color: #FF0000;
- }
- .bot-btn{
- width: 100%;
- text-align: center;
- position: fixed;
- bottom: 48rpx;
- padding-bottom: 48rpx;
- border-bottom: 1px solid #E8E8E8;
- }
- .bot-btn button {
- width: 654rpx;
- height: 88rpx;
- background: #51CDE4;
- opacity: 1;
- border-radius: 44rpx;
- font-size: 34rpx;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 88rpx;
- color: #FFFFFF;
- opacity: 1;
- border: none;
- margin: 0 auto;
- }
|