Commit 0e09abf1 authored by zhangyanni's avatar zhangyanni

样式

parent 5f769773
......@@ -77,7 +77,7 @@
</div>
<div class="publishButton">
<i class="iconfont icon-biaoqing" @click="pBodyStatus(0)"></i>
<span v-if="(!currentFirstTopic&&isTopicList)||isCanPublishTopic!=2" style="color: #7A7A7A;">发布</span>
<span v-if="(!currentFirstTopic&&isTopicList)||isCanPublishTopic!=2" style="color: #B9BED5;">发布</span>
<span v-if="((currentFirstTopic&&isTopicList)||!isTopicList)&&isCanPublishTopic==2" @click="handlePublish">发布</span>
</div>
<div class="hbl-comm" v-if="pBodyMap">
......
......@@ -37,7 +37,7 @@
<div class="rgba"></div><!-- 写在这其实和blur_box:before效果相同,但已经设置过blur_box:before了 -->
<div class="content_text">
<div id="topicTitle">
<span>#</span><span>{{topicInfo.topicTitle}}</span><span>#</span>
<span>#{{topicInfo.topicTitle}}#</span>
</div>
<div class="topicBasicInfo">
<div class="topicImg"
......@@ -2780,12 +2780,15 @@
font-weight: bold;
text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
padding-right: .2rem;
display: flex;
align-items: center;
height: .9rem;
}
}
article {
width: 100%;
min-height: 3.7rem;
min-height: 3.5rem;
}
.bg {
......@@ -2793,6 +2796,6 @@
background-position: top center;
/*background: url("../../../assets/img/activity03.png") no-repeat top center; !* 与下面的blur_box:before中的background设置一样 *!*/
width: 100%;
min-height: 3.1rem;
/*min-height: 3.1rem;*/
}
</style>
\ No newline at end of file
......@@ -2050,7 +2050,10 @@
display: flex;
justify-content: space-between;
>span:first-of-type{
padding-left: .4rem;
padding-left: .3rem;
}
>span:nth-of-type(2){
margin-left: -1rem;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment