| 123456789101112131415161718192021222324 | .load-defined{    display: flex;    flex-direction: column;    justify-content: center;    align-items: center;    position: relative;    width: 220rpx;    height: 150rpx;    background: #e6e6e6;    .load-img{        width: 220rpx;        height: 150rpx;        position: absolute;        top: 0;        left: 0;    }    text{        font-size: 24rpx;        color: white;        z-index: 1;        padding: 4rpx;        text-align: center;    }}
 |