.container { width: 100%; display: flex; flex-direction: column; align-content: center; align-items: center; .topView { position: sticky; top: 0; z-index: 999; width: 100%; } .banner { height: 240px; width: 100%; .swiper-item, image { width: 100%; } } .attribute-info { border-top: 10px solid #f0f0f0; } .attribute-info, .seller-info { width: 100%; display: flex; flex-direction: column; align-content: center; align-items: center; margin-bottom: 10px; .title { padding: 5px; width: 100%; color: #333; font-size: 20px; } .attribute-info__item, .content__item { padding-left: 15px; border-bottom: 1px solid #f0f0f0; display: flex; flex-direction: row; justify-content: start; align-items: center; align-content: center; .title { font-size: 14px; width: 80px; color: #666; } .value { font-size: 14px; color: #333; } } .attribute-info__item { height: 44px; width: 100%; } .content { width: 95%; background-color: #f0f0f0; border-radius: 10px; padding: 5px 0px; &__item { padding-left: 5px; &__step { display: flex; flex-direction: row; justify-content: start; align-items: center; align-content: center; padding: 0px 2.5px; white-space: nowrap; width: 98%; &__item { display: inline-flex; flex-direction: column; align-items: center; align-content: center; text { font-size: 13px; padding: 2.5px; text-align: center; } } } } .title { font-size: 14px; width: 80px; color: #666; } .value { font-size: 14px; color: #333; } } } .seller-info { .content { &__item { .title { width: 50px; } } } } .price-info { width: 100%; display: flex; flex-direction: column; align-content: center; align-items: center; padding: 10px 0px; border-bottom: 5px solid #f0f0f0; .content__item { display: flex; flex-direction: row; justify-content: start; align-items: center; align-content: center; width: 95%; height: 30px; text { color: #333; padding: 5px 0px; } &__price { font-size: 18px; } &__rate { font-size: 14px; margin-left: 15px; } &__name { font-size: 16px; padding: 5px 0px; } &__weight, &__gprice, &__price, &__ordertime { width: 50%; font-size: 13px; } } } .button-view { border-radius: 10px; width: 95%; padding-top: 15px; display: flex; flex-direction: row; align-content: center; align-items: center; justify-content: space-between; van-button { width: 90%; } } }