/* pages/home/index.less */ .top-view { position: sticky; top: 0px; z-index: 999; } .banner-bg { display: flex; flex-direction: column; align-content: center; align-items: center; &__top { display: flex; flex-direction: row; align-items: center; justify-content: space-between; align-content: center; width: 95%; } .banner { height: 210px; width: 92%; .swiper-item { image { width: 100%; border-radius: 10px; } width: 100%; } } } .statistics { display: flex; flex-direction: column; justify-content: space-between; margin: 10px 15px; padding-top: 15px; background-color: #fff; border-radius: 10px; &__top { display: flex; flex-direction: row; justify-content: space-between; align-content: center; align-items: center; border-radius: 0px 0px 10px 10px; .statistics-item { display: flex; flex-direction: column; justify-content: center; width: 100%; text:nth-child(1) { color: #333; font-size: 30rpx; font-weight: bold; text-align: center; padding-right: 10px; } text:nth-child(2) { margin-top: 5px; color: #333; font-size: 22rpx; text-align: center; padding-right: 10px; } } } &__rate { background-color: #9DBAD6; display: flex; flex-direction: row; align-content: center; align-items: center; margin-top: 10px; border-radius: 0px 0px 10px 10px; .exchangerate { color: #fff; font-size: 13px; height: 25px; width: 100%; text-align: center; padding-top: 5px; border-radius: 10px 0px 10px 0px ; } } } van-grid-item { .van-grid-item__content { padding: 16px 0px; } } .memberinfo { display: flex; flex-direction: column; &__top { display: flex; flex-direction: row; width: 100%; height: 44px; justify-content: space-between; align-items: center; border-bottom: 1px solid #f0f0f0; .title { margin-left: 10px; color: #000; font-size: 14px; text-align: center; border-left: 5px solid #407DB8; width: 80px; } .more { color: #4C4C4E; font-size: 12px; margin-right: 10px; } } &__list { display: flex; flex-direction: column; width: 100%; align-content: center; align-items: center; &__item { display: flex; flex-direction: row; align-content: center; align-items: center; justify-content: space-around; width: 96%; border-bottom: 1px solid #f0f0f0; padding: 5px 0px; &__right { display: flex; flex-direction: column; width: 100%; align-content: center; align-items: center; margin-left: 10px; height: 100%; &__top, &__btm { height: 35px; } &__top, &__mid { display: flex; flex-direction: row; justify-content: start; align-items: center; width: 100%; .goodsname, .username { color: #000000; font-size: 15px; margin-right: 10px; font-weight: bold; } .tag { background-color: #407DB8; padding: 2.5px 10px; border-radius: 10px; color: #fff; font-size: 11px; margin-right: 5px; } } &__mid { height: 100%; } &__btm { display: flex; flex-direction: row; justify-content: space-between; align-items: center; width: 100%; .mobile, .wechat { font-size: 13px; color: #000; } } } } } }