|
@@ -122,7 +122,30 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
|
|
+// 考试得分
|
|
|
|
+.exam-score-popup {
|
|
|
|
+ width: 100vw;height: 100vh;background-color: #fff;display: flex;flex-direction: column;
|
|
|
|
+ .exam-score-navBar-box .icon-title-navBar-box{background: #F0F0F0;color: #323233;}
|
|
|
|
+ .score-content-box{box-sizing: border-box;border-bottom: 1rpx solid #e5e5e5;margin: 30rpx;padding: 0 10rpx 20rpx;}
|
|
|
|
+ .content-score-box{display: flex;align-items: center;justify-content: space-between;}
|
|
|
|
+ .score-content-name{width:100%;color: #333;font-size: 30rpx;padding: 20rpx 0;
|
|
|
|
+ margin-bottom:20rpx;border-bottom: 1rpx solid #E3E3E3;}
|
|
|
|
+ .score-content-text{
|
|
|
|
+ color: #666;font-size: 30rpx;margin-bottom:4rpx;
|
|
|
|
+ text{font-size: 64rpx;color:#ff6c6c;margin-right: 4rpx;}
|
|
|
|
+ }
|
|
|
|
+ .score-dialog-btn{width: 360rpx;margin: 100rpx auto 24rpx;font-size: 30rpx;}
|
|
|
|
+ .progress-circle-box{}
|
|
|
|
+ .progress-text-btn-box{
|
|
|
|
+ display: flex;flex-direction: column;align-items: center;
|
|
|
|
+ .cneter-box{font-size: 32rpx!important;color: #0856e6;}
|
|
|
|
+ .progress-text{margin-bottom: 16rpx;color: #0856e6;}
|
|
|
|
+ .container .rightcircle,.container .left .leftcircle{z-index: 2;border-color:#ecedef;}
|
|
|
|
+ }
|
|
|
|
+ .score-dialog-btn{
|
|
|
|
+ text-align: center;font-size: 32rpx;background-color: #0856e6;color: #fff;border-radius: 50rpx;padding:20rpx;line-height: 1;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
|
|
// 我的
|
|
// 我的
|
|
.mobile-my-page{
|
|
.mobile-my-page{
|
|
@@ -166,14 +189,6 @@
|
|
}
|
|
}
|
|
.list-row:last-child{border: 0;}
|
|
.list-row:last-child{border: 0;}
|
|
.list-icon{width: 70rpx;height: 70rpx;@include ezy-no-repeat-cover;margin-right: 12rpx;}
|
|
.list-icon{width: 70rpx;height: 70rpx;@include ezy-no-repeat-cover;margin-right: 12rpx;}
|
|
- .xuefen-icon{background-image: url("@/static/images/my/my-credits-icon-sj.png");}
|
|
|
|
- .xiaoxi-icon{background-image: url("@/static/images/my/my-news-icon-sj.png");}
|
|
|
|
- .zhengshu-icon{background-image: url("@/static/images/my/my-certificate-icon-sj.png");}
|
|
|
|
- .cuoti-icon{background-image: url("@/static/images/my/my-wrong-icon-sj.png");}
|
|
|
|
- .baoming-icon{background-image: url("@/static/images/my/my-baoming-icon-sj.png");}
|
|
|
|
- .sxtcs-icon{background-image: url("@/static/images/my/my-ceshi-icon-sj.png");}
|
|
|
|
- .sxtsm-icon{background-image: url("@/static/images/my/my-explain-icon-sj.png");}
|
|
|
|
- .shezhi-icon{background-image: url("@/static/images/my/my-setting-icon-sj.png");}
|
|
|
|
}
|
|
}
|
|
.my-list-box + .my-list-box{margin-top: 20rpx;}
|
|
.my-list-box + .my-list-box{margin-top: 20rpx;}
|
|
// 退出登录 后续删除
|
|
// 退出登录 后续删除
|