.index { width: calc(100% - 60rpx); /* margin-top: 28rpx; */ height: 300rpx; margin-left: 30rpx; border-radius: 10rpx; position: relative; margin-bottom: 28rpx; padding: 0; background: #fff; } button::after { border: none; } .hover-btn { box-shadow: 0 0 10rpx rgba(63, 63, 63, 0.1); } .index.top { margin-top: 28rpx; } .index .img-bj { border-radius: 10rpx; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 10; } .index .shadow { border-radius: 10rpx; position: relative; width: 100%; height: 100%; z-index: 999; /* background: rgba(0, 0, 0, 1); */ background: rgba(0, 0, 0, 0.6); display: flex; align-items: center; justify-content: center; } .index .shadow .img-name { width: 210rpx; height: 58rpx; opacity: 1; }