jiangping
2024-07-30 4201a2237ac7b724989e93f8ac4ae16da2800528
wechat_staff/pages/work/index.less
@@ -1,6 +1,9 @@
.container {
  background-color: #fff;
  .topbg{
    position: absolute;
    width: 100%;
    z-index: -1;
  }
  .navbar {
    padding-left: 30rpx;
    font-weight: 600;
@@ -53,14 +56,19 @@
      background: #F7F7F7;
      border-radius: 8rpx;
      margin-bottom: 40rpx;
      padding: 0 40rpx;
      .line{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 40rpx;
        height: 108rpx;
        border-bottom: 1rpx solid #E5E5E5;
        &:nth-last-of-type(1){
          border: none;
        }
        .icon{
          width: 40rpx;
          height: 40rpx;
        }
      }
    }