笙默考试管理系统-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;

}

相关推荐
我是天龙_绍2 小时前
浏览器指纹,一个挺实用的知识点
前端
theshy2 小时前
前端自制接口抓取工具:一键收集并导出接口列表
前端
wayne2142 小时前
跨平台开发框架全景分析:Flutter、RN、KMM 与腾讯 Kuikly 谁更值得选择?
前端
LuckySusu2 小时前
【js篇】JavaScript 对象创建的 6 种方式:从基础到高级
前端·javascript
LuckySusu2 小时前
【js篇】async/await 的五大核心优势:让异步代码像同步一样清晰
前端·javascript
艾雅法拉拉2 小时前
JS知识点回顾(1)
前端·javascript·面试
LuckySusu2 小时前
【js篇】Promise 解决了什么问题?—— 彻底告别“回调地狱”
前端·javascript
程序员海军2 小时前
如何让AI真正理解你的需求
前端·后端·aigc
passer9812 小时前
基于Vue的场景解决
前端·vue.js
用户458203153172 小时前
CSS过渡(Transition)详解:创建平滑状态变化
前端·css