提交 602c588d authored 作者: lihuihui's avatar lihuihui

修改收藏试题的样式

上级 f24284d3
......@@ -26,7 +26,7 @@ if ($GLOBAL.isDev === 'development') {
port: $GLOBAL.webConf.serverPort,
disableHostCheck: false,
host: $GLOBAL.webConf.domain || 'localhost',
// http2: false,
http2: false,
https: $GLOBAL.webConf.isHttps && {
key: fs.readFileSync(path.join(__dirname, '../static/cert/dev.ezijing.com.key')),
cert: fs.readFileSync(path.join(__dirname, '../static/cert/dev.ezijing.com.pem'))
......
......@@ -40,6 +40,9 @@
<script>
import * as api from '@/api/courseExam.js'
export default {
metaInfo: {
title: '考一考'
},
data() {
return {
isExamPop: false,
......
......@@ -293,7 +293,7 @@ export default {
.w-btn{
width:3rem;
height:.7rem;
background:rgba(43,124,233,1);
background:#C62245;
border-radius:.12rem;
font-size:.3rem;
text-align: center;
......@@ -304,7 +304,7 @@ export default {
.z-btn{
width:2.1rem;
height:.7rem;
background:rgba(43,124,233,1);
background:#C62245;
border-radius:.12rem;
font-size: .3rem;
text-align: center;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论