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