diff --git a/src/assets/scss/common.scss b/src/assets/scss/common.scss index ca27023..3c8a9d9 100644 --- a/src/assets/scss/common.scss +++ b/src/assets/scss/common.scss @@ -1,13 +1,14 @@ html, body { - height: 100vh; - margin: 0; - padding: 0; - // overflow-y: auto; + height: 100vh; + margin: 0; + padding: 0; + // overflow-y: auto; } + //标签tag样式----------------------------------------------------------------- // 必修 -.tag1{ +.tag1 { width: 80px; height: 26px; border: 1px solid #51C6E6; @@ -19,8 +20,9 @@ body { font-weight: bold; color: #51C6E6; } + // 选修 -.tag2{ +.tag2 { width: 80px; height: 26px; border: 1px solid #CD7FED; @@ -32,8 +34,9 @@ body { font-weight: bold; color: #CD7FED; } + // 在线 面授 测评 外部链接 作业 辩论等 -.tag3{ +.tag3 { height: 26px; border: 1px solid #7F96ED; border-radius: 4px; @@ -43,12 +46,13 @@ body { font-size: 14px; font-weight: bold; color: #7F96ED; - padding-left:25px ; + padding-left: 25px; padding-right: 25px; } + // 标签 -.tag4{ - padding-left:15px ; +.tag4 { + padding-left: 15px; padding-right: 12px; height: 24px; border: 1px solid rgba(255, 185, 109, 1); @@ -63,18 +67,39 @@ body { //标签tag样式----------------------------------------------------------------- //进度条样式 -.progress10{ -background-color:rgba(238, 112, 108, 1) !important; +.progress10 { + background-color: rgba(238, 112, 108, 1) !important; } -.progress30{ - background-color:rgba(255, 151, 38, 1) !important; + +.progress30 { + background-color: rgba(255, 151, 38, 1) !important; } -.progress50{ - background-color:rgba(39, 122, 255, 1) !important; + +.progress50 { + background-color: rgba(39, 122, 255, 1) !important; } -.progress80{ - background-color:rgba(59, 94, 251, 1) !important; + +.progress80 { + background-color: rgba(59, 94, 251, 1) !important; } -.progress100{ - background-color:rgba(57, 219, 183, 1) !important; + +.progress100 { + background-color: rgba(57, 219, 183, 1) !important; } + + +//提交按钮 +.submitbtn { + width: 146px; + height: 46px; + background: #2478ff; + box-shadow: 0px 1px 8px 0px rgba(56, 125, 247, 0.7); + border-radius: 4px; + // width: 66px; + font-size: 16px; + font-weight: 800; + color: #ffffff; + line-height: 24px; + border: 0; + cursor: pointer; +} \ No newline at end of file diff --git a/src/views/ballot/BallotPage.vue b/src/views/ballot/BallotPage.vue index 8be9eba..b6d654d 100644 --- a/src/views/ballot/BallotPage.vue +++ b/src/views/ballot/BallotPage.vue @@ -77,16 +77,47 @@