笙默考试管理系统-MyExamTest(27)

笙默考试管理系统-MyExamTest(27)

目录

[一、 笙默考试管理系统-MyExamTest](#一、 笙默考试管理系统-MyExamTest)

[二、 笙默考试管理系统-MyExamTest](#二、 笙默考试管理系统-MyExamTest)

[三、 笙默考试管理系统-MyExamTest](#三、 笙默考试管理系统-MyExamTest)

[四、 笙默考试管理系统-MyExamTest](#四、 笙默考试管理系统-MyExamTest)

[五、 笙默考试管理系统-MyExamTest](#五、 笙默考试管理系统-MyExamTest)

  • 笙默考试管理系统-MyExamTest

#dayTest-box .dayTest-list .test-overList .test-overImg{

display: inline-block;

width: 60px;

height: 60px;

vertical-align: top;

margin-right:15px;

}

  • 笙默考试管理系统-MyExamTest

#dayTest-box .dayTest-list .test-overList .test-overNum{

font-size: 24px;

color: #a0c001;

}

.dayTest-list .test-overItem2{

}

.dayTest-list .test-overItem1 .test-overImg{

background: url(../img/ques_count_total.png)no-repeat;

}

.dayTest-list .test-overItem2 .test-overImg{

background: url(../img/ques_count_actual.png)no-repeat;

}

  • 笙默考试管理系统-MyExamTest

.dayTest-list .test-overItem3 .test-overImg{

background: url(../img/ques_correct_rate.png)no-repeat;

}

#dayTest-box .test-nocount{

height:60px;

line-height:60px;

font-size:16px;

color#000;

text-align: center;

}

  • 笙默考试管理系统-MyExamTest

#dayTest-box .test-nocount .test-nocountImg{

display:inline-block;

width:87px;

height:60px;

background:url(../img/no_ques_count.png)no-repeat;

vertical-align: top;

margin-right:20px;

}

  • 笙默考试管理系统-MyExamTest

#dayTest-box .test-failure{

height:60px;

line-height:60px;

font-size:16px;

color#000;

text-align: center;

}

#dayTest-box .test-failure .test-failureImg{

display:inline-block;

width:33px;

height:33px;

background:url(../img/ques_Count_Loading.png)no-repeat;

vertical-align: middle;

margin-right:20px;

cursor:pointer;

}

相关推荐
ttod_qzstudio6 分钟前
CSS改变图片颜色方法介绍
前端·css
curdcv_po27 分钟前
我接入了微信小说小程序官方阅读器
前端·微信小程序
程序员鱼皮35 分钟前
什么是 RESTful API?凭什么能流行 20 多年?
前端·后端·程序员
www_stdio43 分钟前
让大语言模型拥有“记忆”:多轮对话与 LangChain 实践指南
前端·langchain·llm
inferno44 分钟前
JavaScript 基础
开发语言·前端·javascript
cindershade1 小时前
Intersection Observer 的实战方案
前端
青莲8431 小时前
Kotlin Flow 深度探索与实践指南——中部:实战与应用篇
android·前端
cindershade1 小时前
事件委托(Event Delegation)的原理
前端
开发者小天1 小时前
React中useMemo的使用
前端·javascript·react.js
1024肥宅1 小时前
JS复杂去重一定要先排序吗?深度解析与性能对比
前端·javascript·面试