From b9ab90e90cf78d5cd89273deefe154ec236b519e Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期一, 01 七月 2024 16:22:57 +0800 Subject: [PATCH] feat:计算题 --- src/views/exam/components/answer-main/answer-short/index.vue | 43 ------------------------------------------- 1 files changed, 0 insertions(+), 43 deletions(-) diff --git a/src/views/exam/components/answer-main/answer-short/index.vue b/src/views/exam/components/answer-main/answer-short/index.vue index 3521a78..e5f4d49 100644 --- a/src/views/exam/components/answer-main/answer-short/index.vue +++ b/src/views/exam/components/answer-main/answer-short/index.vue @@ -53,48 +53,5 @@ </script> <style lang="scss" scoped> -.answer-item { - max-width: 500px; - border-radius: 10px; - border: 1px solid #DCDFE6; - overflow: hidden; - margin-bottom: 20px; - cursor: pointer; - &:last-of-type { - margin-bottom: 0; - } - - &:hover { - border-color: #3680fa; - - .answer-icon { - color: #3680fa; - border-color: #3680fa; - } - } - - - .answer-icon { - width: 50px; - background-color: #F0F2F5; - border-right: 1px solid #ffffff; - } - - .answer-text { - min-height: 50px; - padding: 15px 0; - margin: 0 10px; - } -} - -.active { - border-color: #409EFF !important; - - .answer-icon { - color: #ffffff !important; - border-color: #409EFF !important; - background-color: #409EFF !important; - } -} </style> \ No newline at end of file -- Gitblit v1.8.0