在线课堂
This commit is contained in:
@@ -25,7 +25,9 @@
|
|||||||
<div class="input_btn" @click="showSend = true">我来说两句...</div>
|
<div class="input_btn" @click="showSend = true">我来说两句...</div>
|
||||||
<div class="comment" @click="showComment = true">
|
<div class="comment" @click="showComment = true">
|
||||||
<img src="./img/message.png" alt="">
|
<img src="./img/message.png" alt="">
|
||||||
<div class="comm_num">16</div>
|
<div class="comm_num">
|
||||||
|
<span>999</span><span>+</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -136,7 +138,6 @@ export default {
|
|||||||
padding: 24px 32px;
|
padding: 24px 32px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
.input_btn {
|
.input_btn {
|
||||||
@@ -150,6 +151,7 @@ export default {
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment {
|
.comment {
|
||||||
|
|||||||
Reference in New Issue
Block a user