123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- .mine-bg {
- position: relative;
- }
- .mine-score {
- position: absolute;
- left: 0;
- bottom: -60rpx;
- display: flex;
- align-items: center;
- width: 670rpx;
- height: 120rpx;
- justify-content: space-between;
- background: linear-gradient(90deg, #ff7b60 0%, #ffad8e 100%);
- border-radius: 18rpx;
- margin: 0 40rpx;
- overflow: hidden;
- }
- .score-tip {
- margin-left: 40rpx;
- color: white;
- font-size: 30rpx;
- text-shadow: 0 2rpx 9rpx rgba(220, 38, 14, 0.78);
- }
- .score-btn {
- margin-right: 40rpx;
- width: 177rpx;
- height: 65rpx;
- background: #FFFFFF;
- box-shadow: 0 2rpx 24rpx 0 rgba(229, 37, 13, 0.4);
- border-radius: 32rpx;
- font-size: 30rpx;
- font-weight: bold;
- color: #FF5640;
- line-height: 65rpx;
- text-align: center;
- }
- .exam-project {
- margin-top: 80rpx;
- display: flex;
- margin-left: 40rpx;
- margin-right: 40rpx;
- }
- .exam {
- margin-right: 25rpx;
- flex: 1;
- height: 182rpx;
- }
- .project {
- flex: 1;
- height: 182rpx;
- }
- .logout {
- margin: 25rpx 33rpx 20rpx;
- height: 86rpx;
- line-height: 86rpx;
- background: #FFFFFF;
- border-radius: 10rpx;
- font-size: 24rpx;
- text-align: center;
- font-weight: 400;
- color: #596D8D;
- overflow: hidden;
- }
- .loginBtn {
- width: 481rpx !important;
- height: 83rpx !important;
- }
- .empty {
- height: 100vh;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
|