style:ballot、debate、homework、livebroadcast、moreactive按钮样式

This commit is contained in:
songwc
2022-09-20 09:21:28 +08:00
parent 10cd9e216f
commit 064f820946
5 changed files with 26 additions and 11 deletions

View File

@@ -10,9 +10,9 @@
<div class="preNext">
<button class="btn btn01"></button>
<span class="content">上一个</span>
<span class="content" style="margin-left: 6px">上一个</span>
<span class="content" style="margin-left: 31px">下一个</span>
<button class="btn btn02"></button>
<button class="btn btn02" style="margin-left: 6px"></button>
</div>
</div>
<!-- 面包屑导航 -->
@@ -141,12 +141,14 @@ export default {
display: inline-block;
position: relative;
top: -6px;
cursor: pointer;
}
.btn {
width: 23px;
height: 23px;
border-radius: 50%;
border: 0;
cursor: pointer;
}
.btn01 {
background-image: url("../../assets/image/prev.png");