.container { padding: 0 24px 24px 16px; .title { margin: 14px 0 15px; } .depositTypes { display: flex; flex-direction: column; row-gap: 10px; .depositType { position: relative; display: flex; justify-content: center; align-items: center; width: 100%; height: 76px; border-radius: 8px; overflow: hidden; font-size: 24px; color: #fff; line-height: 30px; font-weight: 600; background-image: linear-gradient(to right, rgba(37, 192, 229, 1) 0%, rgba(187, 229, 240, 1) 100%); cursor: pointer; &:nth-child(2n) { background-image: linear-gradient(to right, rgba(15, 54, 117, 1) 0%, rgba(102, 118, 176, 1) 100%); } .bgIcon { position: absolute; left: 0; top: 0; width: 90px; height: 90px; } .desc { position: absolute; top: 0; right: 0; display: flex; align-items: center; padding: 3upx 0.6em; background-image: linear-gradient(90deg, #DBBC95 0%, #FBEAC7 99%, #FBEAC7 100%); border-radius: 0 8px 0 8px; max-width: 100%; font-size: 20upx; font-weight: 400; color: rgba(14, 48, 102, 1); line-height: 1.6; } .icon { position: absolute; top: 28px; right: 16px; } } } }