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

首页修改

parent fb6c8846
...@@ -34,7 +34,10 @@ ...@@ -34,7 +34,10 @@
height="220" height="220"
imageMode="aspectFill" imageMode="aspectFill"
></wd-swiper> ></wd-swiper>
<view class="env"> </view>
<view class="env">
<view class="env-css">
<text class="line"></text>
<text class="env-info">贵阳市农业农村局 贵阳日报传媒集团联合打造</text> <text class="env-info">贵阳市农业农村局 贵阳日报传媒集团联合打造</text>
</view> </view>
</view> </view>
...@@ -334,18 +337,21 @@ page { ...@@ -334,18 +337,21 @@ page {
} }
.env { .env {
width: 750rpx; width: 750rpx;
//height: 48rpx; background: linear-gradient(180deg, #f5fdf3 0%, #82ce8b 100%);
background: rgba(255, 255, 255, 0.005); border-radius: 10rpx 10rpx 0rpx 0rpx;
backdrop-filter: blur(20rpx); .env-css {
position: absolute;
margin-top: -60rpx;
z-index: 999;
.env-info {
height: 48rpx; height: 48rpx;
line-height: 48rpx; .line {
font-size: 28rpx; position: absolute;
color: #ffffff; width: 4rpx;
margin-left: 20rpx; height: 24rpx;
background: #659c27;
margin: 16rpx 20rpx;
}
.env-info {
font-size: 24rpx;
margin: 40rpx;
}
} }
} }
</style> </style>
...@@ -376,7 +376,6 @@ page { ...@@ -376,7 +376,6 @@ page {
margin-left: 20rpx; margin-left: 20rpx;
border-radius: 16rpx; border-radius: 16rpx;
background: #ffffff; background: #ffffff;
margin-top: 6rpx;
} }
.buy-list { .buy-list {
margin-top: 30rpx; margin-top: 30rpx;
......
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