Commit 49b740d5 authored by 张娇(东信)'s avatar 张娇(东信)

首页优化

parent 1619d667
......@@ -22,7 +22,6 @@
@focus="toSearch"
/>
</view>
<!-- <text class="env-info">贵阳市农业农村局 贵阳日报传媒集团联合打造</text>-->
</Search>
<view>
<wd-swiper
......@@ -35,6 +34,9 @@
height="220"
imageMode="aspectFill"
></wd-swiper>
<view class="env">
<text class="env-info">贵阳市农业农村局 贵阳日报传媒集团联合打造</text>
</view>
</view>
<view class="sort">
<view style="display: flex; flex-direction: row">
......@@ -330,11 +332,17 @@ page {
color: #ffffff;
}
}
.env-info {
font-size: 28rpx;
.env {
width: 750rpx;
height: 48rpx;
background: linear-gradient(94deg, #82ce8b 0%, rgba(255, 255, 255, 0) 97%);
position: absolute;
margin-top: 30rpx;
margin-left: 10rpx;
margin-top: -60rpx;
z-index: 0;
.env-info {
font-size: 28rpx;
color: #ffffff;
margin-left: 20rpx;
}
}
</style>
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