#example-show .content{ padding: 20px 50px; background: rgb(255, 255, 255); display: flex; flex-wrap: wrap; justify-content: space-around; } .cover-div { height: 180px; text-align: center; padding-top: 10px; } .cover-img { width: auto; height: auto; max-width: 100%; max-height: 100%; } .deploy-choose-cloud { position: relative; } .choose-cloud { margin-top: 20px; } .choose-cloud-title { color: rgba(49, 135, 250, 1); font-weight: 400; font-size: 16px; width: 150px; display: inline-block; } .choose-cloud-content { padding-left: 50px; font-weight: 400; font-size: 16px; } .choose-cloud-button-group { position: fixed; } .choose-cloud-button { margin-left: 20px; } .detail-images { display: flex; flex-wrap: wrap; justify-content: space-around; margin-top: 20px; }