liukangdong
2024-07-18 5b219a9694c8d69db42e746a654c779cc6a61bf6
wechat_staff/pages/index/index.less
@@ -72,7 +72,7 @@
      width: 192rpx;
      height: 280rpx;
      border-radius: 8rpx;
      border: 1px solid;
      overflow: hidden;
      position: relative;
      .img{
        width: 100%;
@@ -101,7 +101,6 @@
    image{
      width: 88rpx;
      height: 88rpx;
      border: 1px solid;
    }
    .text{
      font-size: 26rpx;
@@ -124,10 +123,21 @@
.strategy {
  padding: 80rpx 40rpx;
  background: #F7F7F7;
  image {
    width: 100%;
    height: 100%;
  .item{
    position: relative;
    image {
      width: 100%;
      height: 100%;
      position: absolute;
    }
    text{
      color: #fff;
      position: absolute;
      bottom: 40rpx;
      left: 40rpx;
      font-size: 32rpx;
      font-weight: 500;
    }
  }
  .line {