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

}

相关推荐
小小爱大王32 分钟前
AI 编码效率提升 10 倍的秘密:Prompt 工程 + 工具链集成实战
java·javascript·人工智能
半生过往32 分钟前
2025 前端动效实战指南:Vue Bits & React Bits 深度拆解(功能 / 复用 / 高频问题处理)
前端·vue.js·react.js
程序员包打听35 分钟前
Vitest 4.0 重磅发布:Browser Mode 正式稳定,前端测试进入新纪元
前端
BumBle36 分钟前
UniApp 多页面编译优化:编译时间从10分钟到1分钟
前端
星链引擎39 分钟前
大语言模型的技术突破与稳定 API 生态的构建
前端
还是大剑师兰特40 分钟前
TypeScript 面试题及详细答案 100题 (71-80)-- 模块与命名空间
前端·javascript·typescript
BumBle40 分钟前
使用 SortableJS 实现vue3 + Element Plus 表格拖拽排序
前端·vue.js·element
玉宇夕落40 分钟前
HTML5 音乐敲击乐静态界面
前端
海在掘金6112740 分钟前
告别"拼写错误":TS如何让你的代码"字字精准"
前端
用户479492835691541 分钟前
什么是XSS攻击,怎么预防,一篇文章带你搞清楚
前端·javascript·安全