1

parent 3fab11ee
......@@ -304,7 +304,10 @@
/>
<br />
</template>
<span v-html="v.activityDescribes"></span>
<span
style="font-size: 24rpx; margin-top: 12rpx"
v-html="v.activityDescribes"
></span>
</div>
<p>
<img class="icon" src="/static/assistingAgriculture/routeDetails/clock.png" />
......
......@@ -497,8 +497,19 @@ page {
padding: 20rpx;
.desc {
padding-bottom: 20rpx;
img {
width: 100%;
max-width: 100%;
object-fit: cover;
height: auto;
margin-top: 20rpx;
}
p {
font-size: 24rpx;
}
li {
font-size: 24rpx;
margin-top: 8rpx;
}
}
}
......
......@@ -998,10 +998,10 @@ page {
margin-top: 20rpx;
}
p {
font-size: 22rpx;
font-size: 24rpx;
}
li {
font-size: 22rpx;
font-size: 24rpx;
margin-top: 8rpx;
}
.rich-more-btn {
......
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