.container { display: flex; flex-direction: column; width: 100%; align-content: center; .banner { height: 210px; width: 100%; .swiper-item, image { width: 100%; } } &__top { display: flex; flex-direction: column; align-content: center; width: 100%; padding: 10px 0px; &__row { display: flex; flex-direction: row; align-items: center; align-content: center; justify-content: space-between; padding: 2.5px 10px; text { font-size: 14px; color: #333; text-align: left; width: 100%; } } :first-child { text { font-size: 18px; } text:nth-child(3) { color: #f00; } } } &__diamondinfo { display: flex; flex-direction: column; align-content: center; margin-top: 10px; text { padding: 10px 15px; font-size: 14px; text-align: left; width: 100%; border-bottom: 1px solid #f0f0f0; } :first-child { padding: 10px 5px; font-size: 20px; font-weight: bold; } } .button-view { border-radius: 10px; width: 100%; padding: 15px 0px; display: flex; flex-direction: row; align-content: center; align-items: center; justify-content: space-between; van-button { width: 95%; padding-left: 2.5%; } } }