.img-text-col3 ul { display: flex; flex-wrap: wrap; gap: 0.3rem 0.2rem; justify-content: center; } .img-text-col3 ul li { padding-bottom: 0.67rem; } .img-text-col3 ul li .content-box { padding: 0.95rem 0.3rem 0.35rem; width: 4.84rem; min-height: 6.8rem; background: #f6faff; box-shadow: 0px 20px 45px 2px rgba(222, 233, 248, 0.8); position: relative; top: 0.67rem; border-top: 3px solid #E5EDF8; } .img-text-col3 ul li .content-box .img-box { position: absolute; left: 50%; top: -0.67rem; width: 1.4rem; height: 1.4rem; background-color: #F5FAFF; box-shadow: 0px 20px 45px 2px rgba(222, 233, 248, 0.8); display: flex; justify-content: center; align-items: center; border-radius: 50%; transform: translateX(-50%); } .img-text-col3 ul li .content-box .img-box img { width: 1rem; height: 1rem; } .img-text-col3 ul li .content-box .title { margin: 0 auto; font-size: 0.24rem; font-family: Source Han Sans CN, Source Han Sans CN-700; font-weight: 700; color: #000; line-height: 0.28rem; } .img-text-col3 ul li .content-box .des { margin-top: 0.44rem; font-size: 0.2rem; font-family: Source Han Sans CN, Source Han Sans CN-400; font-weight: 400; color: #333333; line-height: 0.42rem; height: 4.62rem; overflow-y: auto; } .img-text-col3 ul li .content-box .des::-webkit-scrollbar-thumb { background-color: transparent; } .img-text-col3 ul li .content-box .des:hover::-webkit-scrollbar-thumb { background-color: #ccc; }