diff --git a/src/App.vue b/src/App.vue index 8546504..a97c632 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@ + + diff --git a/src/views/liveBroadcast/LiveBroadcast.vue b/src/views/liveBroadcast/LiveBroadcast.vue index bdbd85a..2725a04 100644 --- a/src/views/liveBroadcast/LiveBroadcast.vue +++ b/src/views/liveBroadcast/LiveBroadcast.vue @@ -231,23 +231,25 @@ export default { align-items: center; .threeBtn { display: flex; + width: 490px; justify-content: space-between; - } - .btn { - width: 146px; - height: 46px; - background: #2478ff; - border-radius: 4px; - box-shadow: 0px 1px 8px 0px rgba(56, 125, 247, 0.7); - display: flex; - align-items: center; - justify-content: center; - color: #fff; - font-size: 14px; - font-weight: 800; - line-height: 24px; - cursor: pointer; - margin-right: 96px; + margin-right: 87px; + .btn { + width: 146px; + height: 46px; + background: #2478ff; + border-radius: 4px; + box-shadow: 0px 1px 8px 0px rgba(56, 125, 247, 0.7); + display: flex; + align-items: center; + justify-content: center; + color: #fff; + font-size: 14px; + font-weight: 800; + line-height: 24px; + cursor: pointer; + // margin-right: 96px; + } } .title { @@ -257,6 +259,16 @@ export default { line-height: 24px; margin-left: -9px; } + @media screen and (max-width: 1030px) { + // .threeBtn { + // margin-right: 30px; + // } + .title { + margin-bottom: -24px; + } + } + // @media screen and(max-width:) { + // } .time { font-size: 14px; color: #6e7b84; diff --git a/src/views/testscore/TestScore.vue b/src/views/testscore/TestScore.vue new file mode 100644 index 0000000..afa77df --- /dev/null +++ b/src/views/testscore/TestScore.vue @@ -0,0 +1,106 @@ + + + + +