1

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